twilmes / sql-gremlin

Provides a SQL interface to your TinkerPop enabled graph db
Apache License 2.0
74 stars 21 forks source link

Make use of Gremlin bytecode instead of direct traversal manipulation. #10

Open okram opened 8 years ago

okram commented 8 years ago

Generating Gremlin bytecode is much easier (and less error prone) than doing direct traversal.addStep() calls. Moreover, the serialization and ultimate translation to a Traversal is handled by GremlinServer (or remote connection).

Gremlin bytecode is in TinkerPop 3.2.2.