|
|
|
|
|
by campoy
2505 days ago
|
|
I think Dgraph is not a great choice for this right now, as it seems you're looking to be able to use those different replicas offline too? We use RAFT to reach consensus on transactions, so the nodes need to be able to communicate with each other. I'm definitely adding this as a feature request though, I would love to chat with you more about your requirements if you're interested (francesc@dgraph.io). Also, have you considered CRDTs? (https://en.wikipedia.org/wiki/Conflict-free_replicated_data_...) |
|