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

Merge pull request #73 from dgraph-io/README

links in README now point to discourse
parents 444c1307 0cb15de8
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ Got questions or issues? Talk to us [via discuss](https://discuss.dgraph.io). ...@@ -28,7 +28,7 @@ Got questions or issues? Talk to us [via discuss](https://discuss.dgraph.io).
`Mar 2016 - Branch v0.2` `Mar 2016 - Branch v0.2`
This is the first truly distributed version of DGraph. This is the first truly distributed version of DGraph.
Please see the [release notes here](https://github.com/dgraph-io/dgraph/wiki/DGraph-v0.2-Release). Please see the [release notes here](https://discuss.dgraph.io/t/dgraph-v0-2-release/17).
`MVP launch - Dec 2015 - Branch v0.1` `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 is a minimum viable product, alpha release of DGraph. **It's not meant for production use.**
...@@ -267,7 +267,7 @@ Consecutive runs of the same query took much lesser time (80 to 100ms), due to p ...@@ -267,7 +267,7 @@ Consecutive runs of the same query took much lesser time (80 to 100ms), due to p
``` ```
## Queries and Mutations ## Queries and Mutations
You can see a list of [sample queries here](https://github.com/dgraph-io/dgraph/wiki/Test-Queries). You can see a list of [sample queries here](https://discuss.dgraph.io/t/list-of-test-queries/22).
DGraph also supports mutations via GraphQL syntax. DGraph also supports mutations via GraphQL syntax.
Because GraphQL mutations don't contain complete data, the mutation syntax uses [RDF NQuad format](https://www.w3.org/TR/n-quads/). Because GraphQL mutations don't contain complete data, the mutation syntax uses [RDF NQuad format](https://www.w3.org/TR/n-quads/).
``` ```
...@@ -305,7 +305,7 @@ The query portion is executed after the mutation, so this would return `greg` as ...@@ -305,7 +305,7 @@ The query portion is executed after the mutation, so this would return `greg` as
## Contributing to DGraph ## Contributing to DGraph
- Please see [this wiki page](https://github.com/dgraph-io/dgraph/wiki/Contributing-to-DGraph) for guidelines on contributions. - Please see [this wiki page](https://discuss.dgraph.io/t/contributing-to-dgraph/20) for guidelines on contributions.
## Contact ## Contact
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for documentation, questions, feature requests and discussions. - Please use [discuss.dgraph.io](https://discuss.dgraph.io) for documentation, questions, feature requests and discussions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment