https://github.com/jbmusso/gremlin-javascript
JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
https://github.com/jbmusso/gremlin-javascript
graph-database graphdb gremlin gremlin-driver gremlin-server tinkerpop
Last synced: 29 days ago
JSON representation
JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
- Host: GitHub
- URL: https://github.com/jbmusso/gremlin-javascript
- Owner: jbmusso
- License: mit
- Created: 2014-07-03T14:57:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T14:03:08.000Z (about 7 years ago)
- Last Synced: 2024-04-28T07:09:33.482Z (about 1 year ago)
- Topics: graph-database, graphdb, gremlin, gremlin-driver, gremlin-server, tinkerpop
- Language: JavaScript
- Homepage:
- Size: 938 KB
- Stars: 215
- Watchers: 20
- Forks: 63
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gremlin-javascript
==================A mono-repository for JavaScript libraries related to the Apache TinkerPop3 framework:
* [gremlin](gremlin-client): WebSocket client to Gremlin server for Node.js and the browser (formerly, this repo)
* DEPRECATED: Please use the [official TinkerPop JavaScript-Gremlin language variant](http://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript) released with TinkerPop v3.3.2
* [tinkergraph](tinkergraph): in-memory graph database/graph structure.
* [traversal-machine](traversal-machine): JavaScript implementation of the [Gremlin Traversal Machine](https://www.datastax.com/dev/blog/the-benefits-of-the-gremlin-graph-traversal-machine).