Does dgraph offer gRPC interface?

Hi,

Does dgraph offers or plans to offer a gRPC interface (so one can try it with C++, java etc…)?

1 Like

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

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.