Skip to content
Snippets Groups Projects
Commit 894e9bf5 authored by Manish R Jain's avatar Manish R Jain
Browse files

small changes

parent 0b03af34
No related branches found
No related tags found
No related merge requests found
...@@ -23,12 +23,14 @@ https://mrjn.xyz ...@@ -23,12 +23,14 @@ https://mrjn.xyz
* What is DGraph * What is DGraph
DGraph is a distributed, low-latency graph serving system. [[https://github.com/dgraph-io/dgraph][https://github.com/dgraph-io/dgraph]]
DGraph is an open source, distributed, low-latency graph serving system written in Go.
- *Low*Latency*: Minimize the latency of query execution. - *Low*Latency*: Minimize the latency of query execution.
Linear time complexity, based on attributes/depth of query, not number of results.
Minimize the number of network calls required to run the query. Minimize the number of network calls required to run the query.
Linear time complexity, based on attributes/depth of query, not number of results.
Meant to be run in production, serving real time user queries. Meant to be run in production, serving real time user queries.
- *Distributed*: Automatically distribute data to and serve from provided servers. - *Distributed*: Automatically distribute data to and serve from provided servers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment