-
Notifications
You must be signed in to change notification settings - Fork 99
Program: JanusGraph Loader
hkanezashi edited this page Apr 25, 2019
·
3 revisions
JanusGraph loader is a Groovy script to load a generated transaction graph to JanusGraph.
- Launch JanusGraph
- Load an account list CSV file
- Load an transaction list CSV file
-
Download and launch JanusGraph
unzip /path/to/janusgraph-x.y.z-hadoop2.zip cd /path/to/janusgraph-x.y.z-hadoop2/ ./bin/janusgraph.sh start - Put the generated account list
accounts.csvand transaction listtx.csvfiles with the Transaction Log Converter at theoutputdirectory.cp /path/to/sample/1K/*.csv outputs/ - Launch Groovy script to load transaction graph edge list and case account file list.
cd /path/to/AMLSim /path/to/janusgraph-x.y.z-hadoop2/bin/gremlin.sh scripts/janusgraph/load_transaction_janusgraph.groovy