Skip to content

Make DGraph distributed #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
manishrjain opened this issue Jan 20, 2016 · 4 comments
Closed

Make DGraph distributed #14

manishrjain opened this issue Jan 20, 2016 · 4 comments
Labels
kind/feature Something completely new we should consider.
Milestone

Comments

@manishrjain
Copy link
Contributor

manishrjain commented Jan 20, 2016

Both loader and query processor would need to support distribution.

Loader
Depending on number of servers, loader would only store edges corresponding to fingerprint(attribute) % N on each server.

Query Processor
Query processor would use the same formula to find the right server holding the attribute required, and appropriate send the query portion to that server, and consolidate results.

@manishrjain manishrjain added the kind/feature Something completely new we should consider. label Jan 20, 2016
@manishrjain manishrjain added this to the v0.2 milestone Jan 20, 2016
@manishrjain manishrjain mentioned this issue Jan 20, 2016
65 tasks
@manishrjain
Copy link
Contributor Author

#16

@manishrjain
Copy link
Contributor Author

Pull request #19

@manishrjain
Copy link
Contributor Author

#32

@manishrjain
Copy link
Contributor Author

DGraph is now distributed. Doing final testing before cutting release v0.2

janardhan1993 pushed a commit that referenced this issue Jun 26, 2017
@manishrjain manishrjain added the kind/feature Something completely new we should consider. label Mar 22, 2018
arijitAD pushed a commit that referenced this issue Oct 15, 2020
Added base dockerfile, updated circleci config.
shivaji-kharse pushed a commit that referenced this issue Mar 12, 2024
harshil-goel pushed a commit that referenced this issue Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Something completely new we should consider.
Development

No branches or pull requests

2 participants