ogre icon indicating copy to clipboard operation
ogre copied to clipboard

Clojure library for querying Apache TinkerPop graphs

Results 6 ogre issues
Sort by recently updated
recently updated
newest added

http://tinkerpop.apache.org/docs/3.4.0/reference/#io-step

gross - `(TraversalOptionParent$Pick/none)`

In Gremlin and java T gets statically imported so that you don't have to see it so much. This: ``` java g.addV(T.id, 1) ``` becomes ``` java g.addV(id,1) ``` Perhaps...

The use of `P` in could be better. You get ugly stuff like this right now: ``` clj (q/where :a (P/eq "b")) ``` That's just an example, but it shows...

Use latest TinkerPop version, 3.6.1. https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc