I’m want to integrate dgraph with my own website, however my website in golang. I neither know dgraph or protobuf very much. Where should i start. Thank you for your support
1 Like
If your site is in golang I guess you just need Dgo
1 Like
Thanks but can you tell me if i want to use protobuf with dgraph on my website.
The Dgo Client uses protobuf, but I don’t think you need to use it. Not sure, personally I’m not a Go dev.
Also You can use the HTTP API https://docs.dgraph.io/clients/#raw-http
Or create a API in JS to have a better control of what and who is inserting data into DB.
1 Like