gremtune
gremtune copied to clipboard
Golang Gremlin Tinkerpop client with AWS Neptune compatibility
How would you unit test the access layer? Is there a mini neptune or gremlin that I can use to test out the query and responses. For redis and sql...
The request for queries with session Id was not supported by gremtune. This PR is adding the info to the request, so, Neptune will handle the queries with same session...
added timeout option to the requests for neptune
I am trying to use the gremtune pool. I did POC using single client connection vs pool. My understanding was pool must perform better given there's pool of connections but...
…ing supported by AWS Neptune closes #2 @shutcode is this something along the lines of what you were thinking? Trying to make this extensible if new configuration is added for...
my first exposure to graph databases pls allow me to ask a newbie question https://github.com/apache/tinkerpop/blob/master/gremlin-go/README.md and https://github.com/schwartzmx/gremtune what is the difference between them? Does `gremlin-go` not support `neptune` ?