From c83506478e7650174f39453d3db905fe5cd75a41 Mon Sep 17 00:00:00 2001 From: Manish R Jain <manishrjain@gmail.com> Date: Thu, 31 Dec 2015 08:01:03 +1100 Subject: [PATCH] Add dgraph.io --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c6b5efdf..c9607e6a 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ DGraph's goal is to provide [Google](https://www.google.com) production level sc with low enough latency to be serving real time user queries, over terabytes of structured data. DGraph supports [GraphQL](http://graphql.org/) as query language, and responds in [JSON](http://www.json.org/). + # Current Status +*Check out [the demo at dgraph.io](http://dgraph.io).* + `MVP launch - Dec 2015 - Branch v0.1` This is a minimum viable product, alpha release of DGraph. **It's not meant for production use.** This version is not distributed and support for GraphQL is partial. @@ -25,6 +28,7 @@ This instance contains 21M facts from [Freebase Film Data](http://www.freebase.c See the [query section below](#querying) for a sample query. `curl dgraph.xyz/query -XPOST -d '{}'` + # Installation ## Via Docker -- GitLab