grip icon indicating copy to clipboard operation
grip copied to clipboard

Graph Integration Platform

Results 26 grip issues
Sort by recently updated
recently updated
newest added

It would be useful to log all requests and headers when log level is debug. All requests, meaning requests that have a handler e.g. /v1/graph and those that do not...

``` [INFO] 2021-01-08 22:55:38,049 1 results received in 0 seconds INFO:gripql.query:1 results received in 0 seconds``` https://github.com/bmeg/grip/blob/e86b5fc9b9b088f1726101a15a418d5abf1ac1e5/gripql/python/gripql/query.py#L277-L280

A date type, to enable selection logic based on date ranges, would enable new queries.

enhancement

https://github.com/bmeg/grip/blob/master/gripql/R/R/operators.R#L56

Catch place for developer support: * how to monitor queries ?

enhancement

Hi, I'm trying to reproduce the issue filed here https://github.com/dgraph-io/badger/issues/1058#issuecomment-551934734 . I'm running the commands mentioned on the comment a 32 GB RAM machine but GRIP crashes with OOM error....

The query ``` q = O.query().V(["ENSG00000012048", "ENSG00000012048"]) print(list(q.count())) ``` returns 1. It seems like the return value should be 2

Currently, updating an existing vertex requires first calling Get, then calling Add. That's perfectly fine; for example, Google Datastore has this behavior. It should be at least documented. If you...

documentation

The `timestamp` method should show when underlying database has changed. Currently mongo driver only watches changes that it makes, but if two arachne servers point at the same mongo db,...

bug