apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.17k stars 1.21k forks source link

Automated deployment of schema and table configuration changes #13076

Open robertzych opened 2 weeks ago

robertzych commented 2 weeks ago

Currently, teams using version control to manage changes to their schema and table configurations must develop and maintain bespoke solutions to synchronize their changes with their Pinot clusters.

The Controller API can automate some changes but requires the user to be familiar with the API, schema evolution, and some of Pinot’s operations.

The ask here is to simplify the change deployment process for the user as much as possible.