Skip to content

Commit

Permalink
Update README with current status.
Browse files Browse the repository at this point in the history
  • Loading branch information
manishrjain committed Nov 30, 2015
1 parent f7b1c93 commit 0d9ea2b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
![logo](https://img.shields.io/badge/status-alpha-red.svg)

`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

Expand Down Expand Up @@ -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).
1 change: 0 additions & 1 deletion present/sydney5mins/g.slide
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Manish R Jain
Backend Developer / Freelancer
Ex-Google - Web Search & Knowledge Infra
[email protected]
http://zerotolaunch.com.au/
@manishrjain

* What is Graph
Expand Down

0 comments on commit 0d9ea2b

Please sign in to comment.