Also, if you are just looking for a simple high performance key value datastore, you can look at my github.com/robaho/keydb <http://github.com/robaho/keydb> There is also a service wrapper allowing shared access via gRPC (protobufs) at github.com/robaho/keydbr <http://github.com/robaho/keydbr>
> On Oct 30, 2018, at 2:09 PM, robert engels <[email protected]> wrote: > > cockroachdb is in Go and uses protobuf to communicate - but it provides > pre-built easy to use clients for many languages. > >> On Oct 30, 2018, at 1:48 PM, Tharaneedharan Vilwanathan <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hi All, >> >> I am looking for a database for protobuf, preferably the one that fits Go >> environment better. I located profanedb. I am wondering if anyone tried it >> with Go and if there is any example code that I can take a look at. Also, >> please let me know if there is anything else I should try too. >> >> Regards >> dharani >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "golang-nuts" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] >> <mailto:[email protected]>. >> For more options, visit https://groups.google.com/d/optout >> <https://groups.google.com/d/optout>. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
