gremlex
gremlex copied to clipboard
Elixir Client for Gremlin (Apache TinkerPop™)
Running ` Graph.g() |> Graph.v() |> Graph.has("name", "sqldb") |> Client.query` gives an error `{:error, :script_evaluation_error, "No such property: g for class: Script1348"}` However the same works with raw query `...
If I specify a config of: ```elixir config :gremlex, host: "127.0.0.1", port: 8182, # path: "/gremlin", pool_size: 10, secure: false ``` (With the `path` property commented out), then Gremlex hangs...
## Summary Based off of [this issue](https://github.com/CityOfZion/neo-python/issues/1001), this PR updates the `Dockerfile-gremlin` file so that running ```docker-compose -f docker-compose/docker-compose.yml build``` no longer fails. ### Original Error 
This contains @barakyo fix for handling the event when Gremlin server closes websocket connection #80 + removing connection from the pool right away, + fixed tests.
## About Removes `unfold/2` and its associated test since it does not take in a parameter, as documented on the [site](http://tinkerpop.apache.org/docs/3.4.3/reference/#unfold-step).
Hi friends :wave: , I'm working on helping someone debug an issue where Gremlex errors on really long queries. I _believe_ it may be due to server configuration. In the...
Gremlex is in early stages of development and thus missing a ton of functions. We want your help to add them for pretty easy PR points for your t-shirt from...
**Provider Listing Requirements** _from Apache TinkerPop_ - [x] The project must be either a TinkerPop-enabled graph system, a Gremlin language variant/compiler, or a TinkerPop-enabled tool. - [x] The project must...