trinodb / trino-gateway

https://trinodb.github.io/trino-gateway/
Apache License 2.0
157 stars 67 forks source link

Support declarative configuration for Trino backends #393

Open oneonestar opened 4 months ago

oneonestar commented 4 months ago

Instead of imperative method (add/delete through API), declarative configuration approach plays well with Kubernetes, Terraform and others Infrastructure as Code (IaC) tools.

shk3 commented 5 days ago

+1 In our use case, configuring the backends in config files / config maps would be much more preferable than putting it in a DB that can be modified through a UI. I'm even thinking of doing some sort of automation pipeline that synchronizes config files to the backend configs in the DB...