|
|
|
|
|
by yoquan
2510 days ago
|
|
Hi, I'm looking for a graph-friendly DB that can sync well between many types of client (desktop, mobile) and server, similar to CouchDB/PouchDB.
I found [1] below that seems relating but no further discussion. Could you give some more information about that? Thanks, and congrats on the new funding!! [1]: https://discuss.dgraph.io/t/data-sync-between-clients-server... |
|
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_...)