I couldn't figure out that is JanusGraph just a tool to show data in Graph form?
To use JanusGraph, there must be a back end database like Cassandra/HBase or any other NoSQL.
Can someone explain the difference between using Cassandra/HBase alone vs Cassandra/HBase + JanusGraph.
I found in JanusGraph official document that The Janus graph will have two of CAP properties based on the back end Storage type. This statement boosted up my confusion on the advantages of using JanusGraph on top of another NoSQL database.
May be I am not aware of these databases as I am pretty new to this field.
Please help me