1 个仓库
Systems that combine configuration data from various sources into a single internal representation.
Distinct from Multi-Source Data Aggregation: Focuses on application configuration aggregation rather than SQL/NoSQL data aggregation for analytics.
Explore 1 awesome GitHub repository matching data & databases · Configuration Aggregators. Refine with filters or upvote what's useful.
koanf is a configuration management library for Go designed to load, merge, and unmarshal application settings from multiple sources into structured objects. It functions as a multi-source config loader that aggregates data from environment variables, files, and remote providers into a single unified map. The system utilizes a pluggable architecture for parsing and data abstraction, allowing it to transform bytes from formats such as JSON, YAML, and TOML into nested maps. It supports dynamic configuration watching to monitor external sources and trigger automatic reloads when settings change.
Aggregates configuration data from environment variables, files, and remote providers into a single unified map.