Skip to content

Commit 9be63a2

Browse files
committed
regen las mod date
1 parent 72c26bc commit 9be63a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/posts/paysim-part2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Integrating PaySim with Neo4j 🔌 (PaySim pt.2)"
33
author = ["Dave Voutila"]
44
description = "In which we look at how to leverage PaySim to build a fraud graph"
55
date = 2020-02-16
6-
lastmod = 2020-02-16T08:35:30-05:00
6+
lastmod = 2020-02-16T08:35:45-05:00
77
tags = ["neo4j", "fraud", "java", "paysim"]
88
draft = false
99
+++
@@ -85,7 +85,7 @@ test our fruad detection approaches:
8585
Everything except the chaining was visible in our [previous data
8686
model]({{< relref "paysim" >}}), so here's how it should look when we're done:
8787

88-
<a id="orga21f7a6"></a>
88+
<a id="org09cf180"></a>
8989

9090
{{< figure src="/img/paysim-2.1.0.png" caption="Figure 1: Our target PaySim 2.1 data model" >}}
9191

@@ -720,7 +720,7 @@ If you're using Neo4j Desktop, this step is easy. Click on "Add
720720
Plugin" in your PaySim project and then the "Install" button under the
721721
APOC library option.
722722

723-
<a id="org0a3e118"></a>
723+
<a id="org996448b"></a>
724724

725725
{{< figure src="/img/installing-apoc.png" caption="Figure 2: Installing APOC via Neo4j Desktop" >}}
726726

@@ -807,7 +807,7 @@ WARNING: All illegal access operations will be denied in a future release
807807
Using either Neo4j Browser or cypher-shell, connect to your Neo4j
808808
instance. You should see a plethora of data!
809809

810-
<a id="org7bcc9cb"></a>
810+
<a id="org83d0245"></a>
811811

812812
{{< figure src="/img/paysim-data-preview.png" caption="Figure 3: Preview of our PaySim data" >}}
813813

@@ -826,7 +826,7 @@ different parameters to see how things change.
826826
We've now covered some [background on PaySim]({{< relref "paysim" >}}) and, in this post, covered
827827
how to take PaySim and populate a Neo4j graph database.
828828

829-
<a id="org45cabac"></a>
829+
<a id="org3a2868e"></a>
830830

831831
{{< figure src="/img/paysim-bloom-preview.jpg" caption="Figure 4: A preview of what's to come" >}}
832832

0 commit comments

Comments
 (0)