Jason Plurad
Jason Plurad
I ran across this again today when using the `:record` feature. If you don't use the terminating step `next()` in your example in [2.2.2 Saving output from the console to...
@jbmusso The `Error: Failed to authenticate (Error 401) ` is reproducible with the OSS Gremlin Server. I used `apache-tinkerpop-gremlin-server-3.2.3` and `npm install [email protected] --save` Check out my [gist](https://gist.github.com/pluradj/4d5f54314cda7d6da67c1fed72d8f56a).
Fix https://github.com/jbmusso/gremlin-javascript/commit/e9c45943371a788b0de5c53ac1d4d3199e4cceae merged on Dec 18, 2017
I've confirmed this now works with version `2.7.0`
@robertdale whoa, nice hacking
Validation of running OLTP and OLAP #605 traversals with the prepacked distribution should also be done.
I worked briefly with OSGi several years ago, but I don't remember too much about it. The code changes remaining in this PR seem minimal, but like the others have...
@richburdon Titan Server is based off of Gremlin Server. This JIRA is open to support both WS and REST simultaneously but has not been started https://issues.apache.org/jira/browse/TINKERPOP-915
There is a [refresh interval](https://groups.google.com/d/msg/janusgraph-users/q00v-5I6We8/OisdZB_pAAAJ) involved. Are you issuing those queries immediately after loading the data?
A link was recently added deeper in the [docs](https://github.com/JanusGraph/janusgraph/blob/master/docs/basics.txt#L347), but adding it to the README sounds like a good idea. Keep in mind that connecting with a non-JVM language requires...