Skip to content
This repository was archived by the owner on Jun 22, 2020. It is now read-only.
This repository was archived by the owner on Jun 22, 2020. It is now read-only.

Support Apache TinkerPop and the Gremlin traversal machine and language. #175

@okram

Description

@okram

Are there plans to support Apache TinkerPop (http://tinkerpop.apache.org)? If you do, you get Gremlin OLTP and OLAP for free. For your specific optimizations (fast breadth-first search), you could write a ProivderOptimizationTraversalStrategy to compile Gremlin to leverage S2Graph's unique capabilities. This is how Titan is able to leverage "vertex-centric indices" by having their own strategy for rewriting particular steps to use their local index system. There are alot of other goodies you get for free like GremlinServer (REST/binary server with metrics/etc.), support for languages not on the JVM, Gephi visualization, Hadoop/Spark/Giraph support.

If you need some help/direction, we are more than happy to advise.

Reading material:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions