An open API service indexing awesome lists of open source software.

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

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).