HackerTrans
トップ新着トレンドコメント過去質問紹介求人

edwardmcfarlane

no profile record

投稿

Fast and Simple gRPC Transcoding in Go

emcfarlane.com
1 ポイント·投稿者 edwardmcfarlane·3 年前·1 コメント

コメント

edwardmcfarlane
·3 年前·議論
Maybe try https://github.com/emcfarlane/kubestar ?
edwardmcfarlane
·3 年前·議論
CUE is really interesting in comparison with protobuffers with CEL. Thanks for linking the project.
edwardmcfarlane
·3 年前·議論
Using Helm made me not want to use Helm! Joking, Helm is what I would use but still think there is a better way to do templating. This tool scratches that itch.
edwardmcfarlane
·3 年前·議論
Nice, I've seen similar setups like this with Go before. Maybe that's the better way to do it, use a proper language instead of yamls for config.
edwardmcfarlane
·3 年前·議論
Better templating, example https://github.com/emcfarlane/kubestar which uses starlark for kubernetes config.
edwardmcfarlane
·3 年前·議論
I've been working on a library to create gRPC transcoding in Go. It uses the new protobuffers libraries so no need for more code generation and can support loading protobuffers on the fly. Please try it out and leave any feedback!