Skip to content

Conversation

@Rajakavitha1
Copy link
Contributor

@Rajakavitha1 Rajakavitha1 commented Jan 25, 2023

As discussed:
_ removed the hosting options, who uses info
_ added the architecture Diagram
Fixes: #411

@netlify
Copy link

netlify bot commented Jan 25, 2023

Deploy Preview for dgraph-docs-repo ready!

Name Link
🔨 Latest commit f9d6125
🔍 Latest deploy log https://app.netlify.com/sites/dgraph-docs-repo/deploys/63d75eef36fce70009fa84e2
😎 Deploy Preview https://deploy-preview-416--dgraph-docs-repo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Collaborator

@rderbier rderbier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diagram must be updated

  • 2 groups of 3 Alphas or 1 group with 5 alphas (but not one group with 6).
  • add ReactJS, JS and Vu
  • "especial" to remove
  • remove white spacing at top and bottom.

- **Dgraph Zero** server nodes hold metadata for the Dgraph cluster, coordinate distributed transactions, and re-balance data among server groups.

- **Dgraph Alpha** server nodes store the graph data and indices. Unlike non-distributed graph databases, Dgraph alphas store and index "predicates" which represent the relations among data elements. This unique indexing approach allows Dgraph to perform a database query with depth N in only N network hops, making it faster and more scalable for distributed (sharded) data sets.
{{<figure class="medium image" src="/images/overview/dgraph-architecture.png" title="Dgraph Internal Architecture" alt="Architecture of Dgraph">}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{<figure class="medium image" src="/images/overview/dgraph-architecture.png" title="Dgraph Internal Architecture" alt="Architecture of Dgraph">}}
{{<figure class="smallimage" src="/images/overview/dgraph-architecture.png" title="Dgraph Internal Architecture" alt="Architecture of Dgraph">}}


- **Dgraph Alpha** server nodes store the graph data and indices. Unlike non-distributed graph databases, Dgraph alphas store and index "predicates" which represent the relations among data elements. This unique indexing approach allows Dgraph to perform a database query with depth N in only N network hops, making it faster and more scalable for distributed (sharded) data sets.
{{<figure class="medium image" src="/images/overview/dgraph-architecture.png" title="Dgraph Internal Architecture" alt="Architecture of Dgraph">}}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace what's next links by ( I did not manage to do a suggestion for that part).

  • Get Started with a Dgraph Cloud instance
  • Go through [DQL Quick Start]({{< relref "get-started" >}})
  • Go through [GraphQL Quick Start]({{< relref "quick-start" >}})
  • Get familiar with some terms in our Glossary

@rderbier rderbier merged commit ed6f1db into main Feb 1, 2023
@rderbier rderbier deleted the revamp/dgraph-architecture branch February 1, 2023 22:33
@rderbier rderbier restored the revamp/dgraph-architecture branch February 1, 2023 22:33
@ryanfoxtyler ryanfoxtyler deleted the revamp/dgraph-architecture branch January 5, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

V2 of Dgraph Overview

3 participants