Octetful Notes - Graphs - Apache Tinkerpop
This section covers the Apache Tinkerpop framework.
Tinkerpop Tools
- Gremlify - An online gremlin console that "mostly" works. Doesn't support many common operations like subgraphs, or even proper
addE()
operations. - Kryo - a fast and efficient binary object graph serialization framework for Java.
- Graphexp - Graphexp is a lightweight web interface to explore and display a graph stored in a Gremlin graph database, via the Gremlin server (version 3.2.x, 3.3.x or 3.4.x).
- Dockerized Gremlin Console - A docker container image for gremlin console. See notes below for more information on usage.
- Dockerized Gremlin Server - A docker container image for gremlin server.
Starting Containerized Gremlin Console
To start a containerized gremlin console use the following commands:
docker pull tinkerpop/gremlin-console
docker run -it tinkerpop/gremlin-console