davebshow / aiogremlin

http://aiogremlin.readthedocs.org/en/latest/
Other
46 stars 13 forks source link

Async dsl #5

Closed davebshow closed 7 years ago

davebshow commented 7 years ago

This removes the bundled gremlin-python implementation and instead installs gremlin-python as a dependency and uses the DSL API to implement the async GLV.

amirouche commented 7 years ago

What is async GLV?

davebshow commented 7 years ago

It is just an asynchronous version of gremlin-python, which is Gremlin Language Variant (GLV). Here is a link to the TinkerPop docs on GLVs: http://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/