dgraphium
dgraphium copied to clipboard
Combination of tools written in Typescript for Dgraph (General purpose distributed graph database). Included tools: QueryBuilder, gRPC Client.
Hi, thanks for the query builder. Just try to implement groupBy directive as it's needed in my application. Let me know if you need any changes. Cheers. changes: - add...
Currently the DGraphium client implementation relies on the gRPC dgraph-js client which is not designed to be used in the browser. DGraph publishes https://github.com/dgraph-io/dgraph-js-http for browser envs. I see two...
Implement [Dgraph's Math on Value Variables](https://dgraph.io/docs/master/query-language/#math-on-value-variables). blocked by: #3
Implement Dgraph's [@groupBy](https://dgraph.io/docs/query-language/#groupby) directive. blocked by: #4 since only aggregations can be run inside grouped edge.