0.0.4 • Published 3 months ago

gremlin-graph-rest v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

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
0.0.4

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

6 months ago