gremlin-graph-rest

0.0.4 • Public • Published

Gremlin Graph REST API

A RESTful API with some useful methods into a Gremlin compatible graph database.

The endpoint of the Gremlin database is taken from an environment variable named GREMLIN_ENDPOINT.

To run the service in standalone NodeJS environment, simply run the following commands

export GREMLIN_ENDPOINT=<address of your server endpoint>
npm ci
npm run start

Package Sidebar

Install

npm i gremlin-graph-rest

Weekly Downloads

2

Version

0.0.4

License

ISC

Unpacked Size

12.3 kB

Total Files

10

Last publish

Collaborators

  • changamire