JanusGraph and Cassandra modes.
Manoj Waikar <mmwa...@...>
Hi, The Cassandra related JanusGraph documentation specifies various ways in which JanusGraph can be used in concert with Cassandra. So, if I run Cassandra (on my machine using cassandra -f) and then from my Java / Scala code, if I do the following -
Then -
Is my understanding correct? So, when is theĀ Remote Server Mode with Gremlin Server useful? Is it useful when non-Java based applications would like to communicate with Gremlin server? Also, if I have to host a web application (written in Java / Scala, on my own server) which stores data in Cassandra, then which mode is best? Is it the local / remote server mode depending on where Cassandra resides with respect to the web server? Thanks in advance for the replies / help. |
|