Live data from Hacker News

Show HN: Configu – OSS project that puts an end to your configuration headaches

github.com

1–10 of 25 posts

Show HN: Configu – OSS project that puts an end to your configuration headaches

#1
Hi HN, this is Peleg from Configu.

We have open-sourced Configu (https://github.com/configu/configu). It’s a simple yet powerful tool designed to manage application configurations (env vars, secrets, feature flags, and more) at scale across environments – from code to runtime – by providing configuration orchestration along with a Configuration-as-Code (CaC) approach.

You can easily sync and connect it to any configuration store you use (files in git repo, secret managers, feature flags, databases, etc.) and Configu Orchestrator provides a unified interface that rules them all and allows developers to define and deploy configurations consistently. This ensures that the desired settings are applied accurately throughout the entire software development lifecycle (SDLC). By automating the configuration orchestration process, it reduces tedious manual work and errors and promotes efficient deployments.

It can be used with any programming language/framework and is platform independent with a super easy setup.

Give it a try (https://github.com/configu/configu), and let us know what you think! Docs: https://configu.com/docs/configu-orchestrator/

Show HN: Configu – OSS project that puts an end to your configuration headaches
github.com

Re: Show HN: Configu – OSS project that puts an end to your configuration headaches

#8
post #3

> It can be used with any programming language/framework and is platform independent with a super easy setup. Is there a list of what's currently supported? I see Python/Java/TypeScript listed in the repo.

Of course, there is a list of all currently supported interfaces in the repo's readme (see https://github.com/configu/configu#structure). In the current version, Configu supports a CLI, which exposes its capabilities during build and deploy time (see https://configu.com/docs/cli-overview/), as well as a Node.js and Browser TypeScript SDK and a Python SDK that exposes its capabilities during runtime (see https://configu.com/docs/sdk-overview/).

We are continuously working on expanding our SDK offerings to support a wide range of programming languages. We understand the importance of having SDKs for various platforms and ecosystems, and we are committed to delivering a seamless experience for developers. We are looking for contributions from the community to help us develop SDKs for additional languages.

Re: Show HN: Configu – OSS project that puts an end to your configuration headaches

#10
post #9
post #7

Earlier quoted context omitted.

Thanks, If You need support of any kind, join our discord channel and we will love to help

Thanks, can you attach a link to your discord?

https://discord.gg/cjSBxnB9z8
Post reply on HN