forked from dgraph-io/dgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ann.txt
23 lines (17 loc) · 965 Bytes
/
ann.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is a post to announce Dgraph, an open source, distributed, scalable native graph database. Dgraph is designed to handle terabytes of structured data, over commodity hardware.
The design and inspiration is drawn from my experiences working in Google Knowledge Infra group. Dgraph is under active development, and is looking to hire talented engineers.
Github page: https://github.com/dgraph-io/dgraph
Features:
- Aimed at real time user queries.
- Low Latency, High Throughput.
- Distributed Native Graph database.
- Network calls are proportional to complexity of query, not number of results.
- Supports GraphQL as query language.
- (planned) Shard replication, High availability, Crash resilience.
- (roadmap) https://github.com/dgraph-io/dgraph/issues/1
Performance (GCE n1-standard-4, SSD):
- Loads up 21M RDFs from Freebase Film data in 20 mins.
- Runs complex queries about Steven Spielberg in ~200ms.
Happy to answer any questions!
Cheers,
Manish