ASCII protocol buffers as config files
rachelbythebay.com
ASCII protocol buffers as config files
1–3 of 3 posts
Re: ASCII protocol buffers as config files
#2I've been using this pattern recently for a few projects for strong config typing. A nice property is that the protos define only the schema, and can technically be used with any config delivery format. This article uses prototext but you could easily use JSON, or any other language that "compiles down" to JSON (like YAML).