3.2.8 • Published 6 years ago

gremlin-javascript v3.2.8

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
6 years ago

JavaScript Gremlin Language Variant

Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP). 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.

npm install gremlin-javascript

Please see the reference documentation at Apache TinkerPop for more information.