exdgraph icon indicating copy to clipboard operation
exdgraph copied to clipboard

gRPC based Elixir Dgraph client. Under development.

Results 6 exdgraph issues
Sort by recently updated
recently updated
newest added

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

enhancement

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...

bug

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....

bug

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...

enhancement
help wanted