Created
July 28, 2024 07:11
-
-
Save brettkromkamp/a7e7000aa8b1bddb07f050afefd13f39 to your computer and use it in GitHub Desktop.
Apache Cassandra, JanusGraph and Gremlin console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Steps | |
* ./bin/cassandra -f | |
* ./bin/janusgraph-server.sh start | |
* ./bin/gremlin.sh | |
* :remote connect tinkerpop.server conf/remote.yaml | |
* :remote console | |
* g.V() | |
* g.E() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment