JanusGraph Backend Storage Experiments, Has different DB's attached to it in the Backend
Setup
- Clone the repository
- mvn clean install
- Run Main.java for demo execution
Only these Classes are point of our interest Main - It handles most of the trivial functionalities
JanusGraphExample - It handles most of the operations related to out JanusGraph, Backend CRUD operations etc.
CSVtographdata - It handles the part to fetch the data files/ data sets.
In Sample Execution Execution time is printed Edges are printed
Currently - Berkeley DB is set as default Uncomment in the Janus Graph Example class to use - inmemory and comment the Berkeley section.
Please do read the attached report.txt as well