@@ -3,7 +3,7 @@ title = "Integrating PaySim with Neo4j 🔌 (PaySim pt.2)"
33author = [" Dave Voutila" ]
44description = " In which we look at how to leverage PaySim to build a fraud graph"
55date = 2020-02-16
6- lastmod = 2020-02-16T08:35:30 -05:00
6+ lastmod = 2020-02-16T08:35:45 -05:00
77tags = [" neo4j" , " fraud" , " java" , " paysim" ]
88draft = false
99+++
@@ -85,7 +85,7 @@ test our fruad detection approaches:
8585Everything except the chaining was visible in our [ previous data
8686model] ({{< 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
720720Plugin" in your PaySim project and then the "Install" button under the
721721APOC 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
807807Using either Neo4j Browser or cypher-shell, connect to your Neo4j
808808instance. 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.
826826We've now covered some [ background on PaySim] ({{< relref "paysim" >}}) and, in this post, covered
827827how 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