HackerTrans
TopNewTrendsCommentsPastAskShowJobs

edwardmcfarlane

no profile record

Submissions

Fast and Simple gRPC Transcoding in Go

emcfarlane.com
1 points·by edwardmcfarlane·3 lata temu·1 comments

comments

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