From 0d9ea2bafb2dde1728d12da3c48c0b085014f43a Mon Sep 17 00:00:00 2001 From: Manish R Jain <manishrjain@gmail.com> Date: Mon, 30 Nov 2015 15:59:59 +1100 Subject: [PATCH] Update README with current status. --- README.md | 21 ++++++++++++++++++--- present/sydney5mins/g.slide | 1 - 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74bc93bd..08efd628 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ -# dgraph -Distributed Graph Serving System +# DGraph +**Open Source, Distributed, Low Latency, High Throughput Graph Database.** + +DGraph's goal is to provide [Google](https://www.google.com) level production latency and scale, +with low enough latency to be serving real time user queries, over terabytes of structured data. + +View [5 min presentation](http://go-talks.appspot.com/github.com/dgraph-io/dgraph/present/sydney5mins/g.slide#1) at Go meetup, Sydney. + +# Current Status + + +`MVP launch - Dec 2015` +This is a minimum viable product, alpha release of DGraph. **It's not meant for production use.** +See the [Roadmap](https://github.com/dgraph-io/dgraph/issues/1) for list of working and planned features. + +Your feedback is welcome. Feel free to [file an issue](https://github.com/dgraph-io/dgraph/issues) +to direct the development of DGraph. # Installation @@ -143,6 +158,6 @@ me(_xid_: m.06pj8) { ``` This query would find all movies directed by Steven Spielberg, their names, initial release dates, countries, genres, and the cast of these movies, i.e. characteres and actors playing those characters; and all the movies directed by these actors, if any. -The support for GraphQL is very limited right now. In particular, mutations, fragments etc. via GraphQL aren't supported. +The support for GraphQL is [very limited right now](https://github.com/dgraph-io/dgraph/issues/1). In particular, mutations, fragments etc. via GraphQL aren't supported. You can conveniently browse [Freebase film schema here](http://www.freebase.com/film/film?schema=&lang=en). There're also some schema pointers in [README](https://github.com/dgraph-io/benchmarks/blob/master/data/README.md). diff --git a/present/sydney5mins/g.slide b/present/sydney5mins/g.slide index 232ae7cc..1e4b1fab 100644 --- a/present/sydney5mins/g.slide +++ b/present/sydney5mins/g.slide @@ -7,7 +7,6 @@ Manish R Jain Backend Developer / Freelancer Ex-Google - Web Search & Knowledge Infra manishrjain@gmail.com -http://zerotolaunch.com.au/ @manishrjain * What is Graph -- GitLab