gremlin-node
gremlin-node copied to clipboard
Implementation of Gremlin for node.js
Results
2
gremlin-node issues
Sort by
recently updated
recently updated
newest added
`Boolean` and `boolean` types aren't exposed in `gremlin.Types`. Is this by design? ``` javascript > var Gremlin = require('gremlin'); > gremlin = new Gremlin({ classpath: [ path.join(__dirname, 'target', '**', '*.jar')...
I'm using titan-node which wraps gremlin-node, but I can't seem to find where the TitanFactory jar is located. This isn't working: `TitanFactory = gremlin.java.import('com.thinkaurelius.titan.core.TitanFactory')` Any ideas? Thanks.