Re: What's the relationship between JanusGraph and Gremlin?
Chris Hupman <chris...@...>
JanusGraph was built to use the TinkerPop APIs. For storage backends if you think that TinkerPop has an abstract class with an in-memory graph JanusGraph adds more storage backends that extend that abstract class for HBase, Cassandra, etc. You can use a github search to see where tinkerpop classes are imported and used, which will also show you TinkerPop integration classes. You might also want to look at the tinkerpop folder under graphdb in janusgraph-core if you want to connect the dots. On Monday, September 10, 2018 at 7:37:59 PM UTC-7, Raul Guo wrote:
|
|