HackerTrans
TopNewTrendsCommentsPastAskShowJobs

edwardmcfarlane

no profile record

Submissions

Fast and Simple gRPC Transcoding in Go

emcfarlane.com
1 points·by edwardmcfarlane·vor 3 Jahren·1 comments

comments

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