exdgraph
exdgraph copied to clipboard
gRPC based Elixir Dgraph client. Under development.
I ran the `docker-compose up` command after cloning the repo. I faced the following errors: ``` Creating exdgraph_zero_1 ... Creating exdgraph_server_1 ... error Creating exdgraph_ratel_1 ... ERROR: for exdgraph_server_1 Cannot...
As stated, https://github.com/elixir-ecto/db_connection/issues/167
I'm seeing this error when running a large mutation using Exgraph.mutation {:error, [ code: 2, message: "{:stream_error, :flow_control_error, :\"Stream reset by server.\"}" ]} The payload is below. [dgraph_payload.txt](https://github.com/ospaarmann/exdgraph/files/2653784/dgraph_payload.txt) I'm running...
It seems `set_map/2` doesn't work when there's a `DateTime` in the map. My best guess would be that the fact that `DateTime` is a map itself messes something up here....
Support transactions and create integration tests. **References:** - Integration tests for the Go client: https://github.com/dgraph-io/dgo/tree/master/contrib/integration. - Specially, `testtxn`, `acctupsert` and `bank` would be good to have. - Docs at https://docs.dgraph.io/clients/#raw-http...