Are you using gogoprotobuf? Please let us know!

574 views
Skip to first unread message

Walter Schulze

unread,
Mar 29, 2014, 2:02:56 PM3/29/14
to gogopr...@googlegroups.com
We are using gogoprotobuf internally and decided to open source it.
Having positive feedback on this project will make it easier for us to motivate open sourcing more of our code.
Please let us now if you are using it by making a post.
Thank you

kurushi...@gmail.com

unread,
Feb 1, 2016, 10:52:35 AM2/1/16
to gogoprotobuf
I use gogoprotobuf for a monitoring solution. Will update you on release.

Walter Schulze

unread,
Feb 2, 2016, 3:34:50 AM2/2/16
to kurushi...@gmail.com, gogoprotobuf
Would be great to know if I can add your project to the user list?


--
You received this message because you are subscribed to the Google Groups "gogoprotobuf" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gogoprotobuf...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

ash...@dgraph.io

unread,
Aug 11, 2016, 8:43:27 AM8/11/16
to gogoprotobuf, Minions
Hello guys,

We at Dgraph (http://dgraph.io/) have switched to gogo protobuf from version 0.4.3 (https://github.com/dgraph-io/dgraph/releases/tag/v0.4.3). Some results based on the change can be found here https://discuss.dgraph.io/t/gogoprotobuf-is-extremely-fast/639. Great job with this project!

Cheers,
Ashwin

Walter Schulze

unread,
Aug 11, 2016, 2:57:34 PM8/11/16
to ash...@dgraph.io, gogoprotobuf, Minions
Added you to the users list http://gogo.github.io/
Thank you for your references, those benchmarks are great :)
Please enjoy!

--
You received this message because you are subscribed to the Google Groups "gogoprotobuf" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gogoprotobuf+unsubscribe@googlegroups.com.

she...@pingcap.com

unread,
Sep 4, 2016, 11:50:12 AM9/4/16
to gogoprotobuf
在 2014年3月30日星期日 UTC+8上午2:02:56,Walter Schulze写道:
We are using gogo/protobuf in TiDB (https://github.com/pingcap/tidb). Appreciate for your good project!

Walter Schulze

unread,
Sep 4, 2016, 11:57:12 AM9/4/16
to she...@pingcap.com, gogoprotobuf
I would like to add you to the list.
Maybe you can send me a link to file where you are using it?

Li Shen

unread,
Sep 4, 2016, 10:29:11 PM9/4/16
to Walter Schulze, gogoprotobuf
Our project is a distributed database, like google's F1&Spanner. We have TiDB (A SQL layer like F1) and TiKV (A distributed KV storage engine like Spanner). We use protobuf to communicate between TiDB and TiKV.
We changed our proto from golang/protobuf to gogo/protobuf in the last month and got better performance. We have two proto repos and they both use gogo/protobuf:

Thanks!

--
You received this message because you are subscribed to a topic in the Google Groups "gogoprotobuf" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gogoprotobuf/Brw76BxmFpQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gogoprotobuf+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Shen Li
PingCAP

Walter Schulze

unread,
Sep 5, 2016, 12:53:03 PM9/5/16
to Li Shen, gogoprotobuf
Thank you very much.
I added you to the user list :)
Always great to hear of new users.

gl...@greenitglobe.com

unread,
Jan 4, 2018, 12:53:57 AM1/4/18
to gogoprotobuf
We are using gogoprotobuf in zero-os/0-stor, a generic storage solution. Thank you for the project.

You can see the project at https://github.com/zero-os/0-stor, we use gogoprotobuf since the 1.1.0-beta-2 milestone.

Walter Schulze

unread,
Jan 4, 2018, 5:22:26 AM1/4/18
to gl...@greenitglobe.com, gogoprotobuf
Thank you so much.  Always great to hear about new users.  I have added you to the user list :)

--
You received this message because you are subscribed to the Google Groups "gogoprotobuf" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gogoprotobuf...@googlegroups.com.

lyo...@gmail.com

unread,
Feb 22, 2018, 11:16:52 AM2/22/18
to gogoprotobuf
בתאריך יום שבת, 29 במרץ 2014 בשעה 21:02:56 UTC+3, מאת Walter Schulze:
We use gogoprotobuf in spacemesh. https://github.com/spacemeshos/go-spacemesh
spacemesh is a decentralized os based on p2p communication, proof of space time consensus protocols and more awesome stuff.
Keep up the good work ! hope we can contribute in the future.

Thanks,
Yosher

Walter Schulze

unread,
Feb 22, 2018, 1:45:30 PM2/22/18
to lyo...@gmail.com, gogoprotobuf
Great to hear.  Thank you so much :)
I have added you as a user of gogoprotobuf in the gogoprotobuf Readme.md on github.

t...@grafana.com

unread,
Jul 27, 2018, 6:26:06 AM7/27/18
to gogoprotobuf
We use it in https://github.com/weaveworks/cortex, a horizontally scalable Prometheus implementation.

Thanks!

Tom

Walter Schulze

unread,
Jul 30, 2018, 10:46:39 AM7/30/18
to t...@grafana.com, gogoprotobuf
Thank you Tom.
Always glad to hear of new users :)

I hope that it is ok, I have added you to the user list in the gogoprotobuf Readme :)

patrick...@gmail.com

unread,
Jan 9, 2019, 2:09:41 AM1/9/19
to gogoprotobuf
Hi, I don't work for Dropbox, but they mentioned gogo/protobuf in their Courier blog post:
https://blogs.dropbox.com/tech/2019/01/courier-dropbox-migration-to-grpc/

```
Marshaling and unmarshaling can be expensive when you switch to gRPC. For our Go code, we’ve switched to gogo/protobuf which noticeably decreased CPU usage on our busiest Courier servers.
```

greg...@monax.io

unread,
Mar 14, 2019, 2:28:55 PM3/14/19
to gogoprotobuf

Hey, thanks for the great work! We're using it in Hyperledger Burrow (a permissioned DLT framework): https://github.com/hyperledger/burrow

Walter Schulze

unread,
Mar 16, 2019, 6:04:28 AM3/16/19
to greg...@monax.io, gogoprotobuf
Thank you that is great to hear.  You have been added to the readme :)

kulceo...@gmail.com

unread,
Aug 13, 2019, 8:30:21 AM8/13/19
to gogoprotobuf
Hey there. At IOV(https://www.iov.one) we use gogoproto in a blockchain framework that we developed called Weave(https://github.com/iov-one/weave). We would be happy to see our name on the repo :)

Justin Kolberg

unread,
Mar 5, 2021, 2:45:24 PM3/5/21
to gogoprotobuf
Hello! We're using gogoproto in Sensu: https://github.com/sensu/sensu-go.
Reply all
Reply to author
Forward
0 new messages