JavaScript Gremlin Language Variant
npm install gremlin-javascript[Apache TinkerPop™][tk] is a graph computing framework for both graph databases (OLTP) and graph analytic systems
(OLAP). [Gremlin][gremlin] is the graph traversal language of TinkerPop. It can be described as a functional,
data-flow language that enables users to succinctly express complex traversals on (or queries of) their application's
property graph.
Gremlin-Javascript implements Gremlin within the JavaScript language and can be used on Node.js.
``bash``
npm install gremlin-javascript
Please see the [reference documentation][docs] at Apache TinkerPop for more information.
[tk]: http://tinkerpop.apache.org
[gremlin]: http://tinkerpop.apache.org/gremlin.html
[docs]: http://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript