Need help with injecting data into janusgraph databse using python

I am new to janusGraph and need help in injecting the following data into janus graph using python mainly but any other language can also work. I also am not sure wether to use cassandra, hbase,berkeley DB, etc. as I am unable to understand how to handle the following data : https://snap.stanford.edu/data/amazon0601.html https://snap.stanford.edu/data/amazon-meta.html
3 Replies
Bo
Bo11mo ago
That's a pretty small dataset, so any of these options shall work.
bhurvasharma
bhurvasharma11mo ago
If you could please send an example code snippet for processing this data and inserting it into a local graph instance in janus ? @boxuanli
Bo
Bo11mo ago
I have a Java example of how to ingest data into JanusGraph from a plain text file: https://github.com/Citegraph/citegraph/blob/main/backend/src/main/java/io/citegraph/data/DblpParser.java