Hi,
Does dgraph offers or plans to offer a gRPC interface (so one can try it with C++, java etc…)?
Hi,
Does dgraph offers or plans to offer a gRPC interface (so one can try it with C++, java etc…)?
Hey @christian
Yes it does. We even have a Go client which can communicate with the server over gRPC. You can have a look at how to use it here https://github.com/dgraph-io/clients.
We have some tasks pending for building similar clients for C++ , Java and some people have thankfully agreed to help us with them.
Cheers
Pawan