Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brettkromkamp/a7e7000aa8b1bddb07f050afefd13f39 to your computer and use it in GitHub Desktop.
Save brettkromkamp/a7e7000aa8b1bddb07f050afefd13f39 to your computer and use it in GitHub Desktop.
Apache Cassandra, JanusGraph and Gremlin console
## 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