rudderlabs / rudder-server

Privacy and Security focused Segment-alternative, in Golang and React
https://www.rudderstack.com/
Other
4.06k stars 313 forks source link

Request: Declarative text-based configuration support #2045

Open arthurtoper opened 2 years ago

arthurtoper commented 2 years ago

It would be great if RudderStack Server supported configuration by means of text files. In principal, this could enable the following workflow:

In my team, we follow this sort of pattern already with Kubernetes using Helm, and have found that the declarative nature of Helm charts gives us confidence in its robustness while allowing changes to be tracked in a way which is comfortable for developers (namely, in Git repos). Although I appreciate that RudderStack Server is a very different tool to Kubernetes, I think that this sort of workflow could be a compelling one for companies invested in CI, CD and dev-ops in general.

I can see challenges relating to environment secrets, the various resources (e.g. sources and destinations) changing rapidly as RudderStack evolves, and the potential complexity of a scriptable templating language to allow for this to work, but perhaps a basic implementation could allow for a solution to be developed iteratively.

Note that I was asked to raise this after having had a Slack conversation with Pradeep (I think).

gitcommitshow commented 4 months ago

Thank you @arthurtoper for posting your suggestion here. We will continue this discussion here so others can also share their thoughts and feedback.

I see the main utility suggested here is - "versioning configurations in source control". Is it?

leo-1228 commented 4 months ago

I think that's good and possible. 😎

leo-1228 commented 4 months ago

I am akira ito in your rudderstack team slack.