gremlin-javascript
JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
File Explorer
Download Latest Version (.zip)- gremlin-server-secure-ci.yaml
- UsingNashorn.md
- errors.html
- gremlin.html
- node-example-function-inline.js
- node-example-function.js
- node-example-session.js
- node-example.js
- node-sasl-example.js
- server.js
- bindForClient.test.js
- bindings.test.js
- buildCommand.session.test.js
- createClient.test.js
- execute.test.js
- executeHandler.js
- GremlinClient.js
- index.js
- makeTemplateTag.test.js
- MessageStream.js
- messageStream.test.js
- stream.test.js
- utils.js
- WebSocketGremlinConnection.js
- .babelrc
- .jshintrc
- .npmignore
- CHANGELOG.md
- docker-compose.yml
- Gulpfile.babel.js
- package.json
- README.md
- SUMMARY.md
- webpack.config.babel.js
- yarn.lock
- package.json
- README.md
- package.json
- README.md
- .gitignore
- .travis.yml
- lerna.json
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jbmusso/gremlin-javascript
Downloads the entire project code from GitHub to your computer.
cd gremlin-javascript
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f gremlin-client/docker-compose.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
cd gremlin-client
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
