dgraphium icon indicating copy to clipboard operation
dgraphium copied to clipboard

Combination of tools written in Typescript for Dgraph (General purpose distributed graph database). Included tools: QueryBuilder, gRPC Client.

Results 4 dgraphium issues
Sort by recently updated
recently updated
newest added

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

Type: Enhancement
Scope: Client

Implement [Dgraph's Math on Value Variables](https://dgraph.io/docs/master/query-language/#math-on-value-variables). blocked by: #3

Type: Enhancement
Scope: Core

Implement Dgraph's [@groupBy](https://dgraph.io/docs/query-language/#groupby) directive. blocked by: #4 since only aggregations can be run inside grouped edge.

Type: Enhancement
Scope: Core