jbmusso / gremlin-javascript

JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
MIT License
214 stars 63 forks source link

Bootstrap mono repository #85

Closed jbmusso closed 7 years ago

vivekr20 commented 7 years ago

LGTM. Assuming the first pass is to only move around files to sub-components with TinkerGraph and Traversal Machine coming in later?

jbmusso commented 7 years ago

Kind of :). I plan to rewrite https://github.com/jbmusso/tinkergraph-js and https://github.com/jbmusso/gremlin-core-js from scratch. These were human compilations of early beta/incubating version of TinkerPop3 from Java to JavaScript. Implementing the basic Gremlin steps shouldn't be too hard. I think I will also rewrite https://github.com/jbmusso/gremlin-sigma here and also work on gremlin-d3js so we can happily manipulate d3.js graph structures with the Gremlin API.