HackerTrans
TopNewTrendsCommentsPastAskShowJobs

edwardmcfarlane

no profile record

Submissions

Fast and Simple gRPC Transcoding in Go

emcfarlane.com
1 points·by edwardmcfarlane·قبل 3 سنوات·1 comments

comments

edwardmcfarlane
·قبل 3 سنوات·discuss
Maybe try https://github.com/emcfarlane/kubestar ?
edwardmcfarlane
·قبل 3 سنوات·discuss
CUE is really interesting in comparison with protobuffers with CEL. Thanks for linking the project.
edwardmcfarlane
·قبل 3 سنوات·discuss
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 سنوات·discuss
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 سنوات·discuss
Better templating, example https://github.com/emcfarlane/kubestar which uses starlark for kubernetes config.
edwardmcfarlane
·قبل 3 سنوات·discuss
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!