bufbuild / protoschema-plugins

Protobuf plugins that generate various schemas from protobuf files - JSON Schema, PubSub, etc.
https://buf.build
Apache License 2.0
23 stars 1 forks source link

Comparison to protoc-gen-bq-schema #6

Closed derekperkins closed 7 months ago

derekperkins commented 8 months ago

How does this compare to github.com/GoogleCloudPlatform/protoc-gen-bq-schema, both in its current state and end goals?

mfridman commented 8 months ago

Great question. After some consideration, we've determined that the big query plugin doesn't have a big enough differentiating factor, unlike the JSON Schema plugin.

Therefore, we'll deprecate the bufbuild/protoschema-bigquery plugin and recommend folks use the community one instead. We have published both the module and plugin under the https://buf.build/googlecloudplatform organization.

Remote plugin

https://buf.build/googlecloudplatform/bq-schema

BSR Module

https://buf.build/googlecloudplatform/bq-schema-api

As always, we appreciate you kicking the tires and providing valuable feedback.