November 2022
Intermediate to advanced
294 pages
5h 58m
English
Gremlin Server is available from the Apache TinkerPop project.[112]
See the Download Apache TinkerPop[113] page for downloads and the Getting Started[114] page for a walkthrough.
You need to download the Gremlin Server distribution file and unzip it. You can then execute the startup script, which is located in the bin directory of the Gremlin Server distribution:
| | $ bin/gremlin-server.sh start |
The start parameter will run Gremlin Server as a daemon.
Note that the source code is available if you prefer to build it.
There is also a Gremlin Console distribution for interacting directly with the Gremlin Server. See the Gremlin Console tutorial page[115] for more info.
Gremlin Server is also packaged as a Docker ...
Read now
Unlock full access