pietermartin / sqlg

TinkerPop graph over sql
MIT License
243 stars 51 forks source link

Is it possible to load SQLG plugin into gremlin-server? #350

Closed baronwangr closed 5 years ago

baronwangr commented 5 years ago

Sorry I don't go through the code however by testing mariadb via gremlin-console it would be great if possible to load into gremlin-server framework.

  1. my understanding is that SQLG works much like an interpreter that converts(compiles) Gremlin API to corresponding SQL. In gremlin-console, SqlgGraph is handy.
  2. is the same interface that gremlin-console use as the gremlin-server? Please advise.
baronwangr commented 5 years ago

sorry forget it. I saw the class that implements the AbstractGremlinPlugin, I will have a try. have a good day!