You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2020. It is now read-only.
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.