This repository contains some useful (at least for me :)) modules and plugins for use with the buf schema registry.
An example setup can be found in the example
folder.
Based on the python-betterproto plugin.
Based on the protoc-gen-jsonschema plugin.
Based on the protoc-gen-graphql plugin.
version: v1
plugins:
- remote: buf.build/robstar/plugins/python-betterproto:v2.0.0-1
out: gen/python
- remote: buf.build/robstar/plugins/jsonschema:v1.3.9
out: gen/jsonschema
- remote: buf.build/robstar/plugins/graphql:v0.1
out: gen/graphql