-
https://dgraph.io/
Seems like a good fit with native GraphQL execution. Rust client support seems lacking so not sure how fast inserts will be.
-
### Use case
It would be extremely useful to cast datetime types to other formats, such as year, month, or day. This way, we could generate meaningful aggregations on datetime types. Example scenar…
-
https://github.com/dgraph-io/sroar
Background explainer 👍
https://dgraph.io/blog/post/serialized-roaring-bitmaps-golang/
-
```
2019-08-16 15:58:20 9fb23c721f86 snakemake.logging[9] INFO 21 of 23 steps (91%) done
2019-08-16 15:58:20 9fb23c721f86 snakemake.logging[9] INFO
[Fri Aug 16 15:58:20 2019]
2019-08-16 15:58:20…
-
IMAGE SYNC
-
### Dagster version
dagster, version 1.5.9
### What's the issue?
I have a simplified project where Dagster just imports Dgraph (both libraries use file api.proto in the same directory)
Command: …
-
https://github.com/dgraph-io/badger
I am proposing that this DB be supported by bleve.
Badger on this outperforms rocksdb, which is outstanding.
here is a blog post with the benchmarks
https:/…
-
I've noticed the following crash when shutting down:
```
github.com/dgraph-io/badger/v3.(*memTable).IncrRef(0x0)
/home/gfodor/go/pkg/mod/github.com/dgraph-io/badger/v3@v3.2103.1/memtable.…
-
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 …
-
Lock the body of `LoginIntoNamespace` to ensure it is thread safe, similarly to https://github.com/dgraph-io/dgo/blob/master/client.go#L122-L139