gremgo
gremgo copied to clipboard
A fast, efficient, and easy-to-use Go client for the Apache TinkerPop graph database stack
For example the function: `ExecuteStruct(...)` = same as `Execute(...)` but a result as a struct rather than an interface. Reason for request: sometimes the structure is known and this makes...
I feel that `README.md` is currently a little too complex for someone who is using gremgo for the first time, particularly the structure and the code examples. If anybody feels...
Hi, I am new to gremlin and janusgraph, Does gremgo support 'session' ? How to do like script `:remote connect tinkerpop.server conf/remote.conf session\n :remote console`. I want to do `mgmt=graph.openManagement()`...
Hi - I am new to both Gremlin and to Go. Having spent the afternoon with the debugger, I now have the following code (after `g.addV()`). If this is wrong,...
http://tinkerpop.apache.org/docs/current/reference/#gremlin-variants http://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/ http://tinkerpop.apache.org/gremlin.html (see host language embedding) http://tinkerpop.apache.org/providers.html (see query language providers)