I am still doing POC on DGraph and I find this database AWESOME because indeed
everything is graphic and DGraph easily provides a solution on data manipulation.
Context:
My project will be on mobile in the first time and then Web.
I must answer on the following points:
- Manage data from Online customers and OffLine customers.
- Ensured High Availability (1,000,000 connected users)
Problems:
Currently, I have a blocking point that I am trying to solve:
Connector problem for Flutter/DGraph
Indeed, during my test, there was an error with gRPC.
I tried to solve solutions via HttpRequest and Cloud Function but
the latency time has risen sharply.
I tried to update the current Flutter/DGraph version
but when compiling dgraph.proto, I encounter a problem of missing file .proto !!!
NOT FOUND
import “github.com/dgraph-io/badger/pb/pb.proto”;
Question : OffLine Data Management
I wanted to know if DGraph has a solution like CouchDB/PouchDB or CouchBase Mobile
to manage Offline data.
Will there be an evolution on this point?
Still WELL DONE for this MAGNIFICENT database.
Linx.