archimedes icon indicating copy to clipboard operation
archimedes copied to clipboard

Clojure library for Blueprints (part of the Tinkerpop graph stack).

Results 3 archimedes issues
Sort by recently updated
recently updated
newest added

It looks like `Query.Compare` has been deprecated in favour of `com.tinkerpop.blueprints.Compare`, along with a change to argument order in `Query/has`.

query ns should add `has-not` function, wrapping `com.tinkerpop.blueprints.Query/hasNot`

enhancement

http://en.wikipedia.org/wiki/Graph_operations Specifically, graph operations like merging vertices, splitting vertices and edge contraction.

enhancement