Hacker News new | ask | show | jobs
How does Google manage protobufs
1 points by hebetude 1904 days ago
I've heard that all you do at Google is move around protobufs. We are trying to do the same thing. Can someone outline how the protobufs are available publicly in googleapis but developers are able to deploy local grpc servers using them? How do they manage open source protobufs alongside private internal service protobufs?
2 comments

You can have multiple repos ? One public and one internal referring the public protos ? Sync them and get going ?