awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

plugin-based configuration system

Ranking updated 30 iun. 2026

For librărie pentru gestionarea fișierelor de configurare ale aplicațiilor, the strongest matches are facebookresearch/hydra (Hydra is a hierarchical configuration framework with a plugin), spf13/viper (Viper is a configuration management library with a pluggable) and knadh/koanf (Koanf is a Go configuration library with a pluggable). Each is ranked by relevance to your query, popularity and recent activity.

Selectăm repository-uri open-source de pe GitHub care se potrivesc cu „configuration plugin implementations”. Rezultatele sunt clasificate după relevanța față de căutarea ta — folosește filtrele de mai jos pentru a rafina rezultatele sau utilizează AI-ul.

Rezultate pentru „librărie pentru gestionarea fișierelor de configurare ale aplicațiilor”

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • facebookresearch/hydraAvatar facebookresearch

    facebookresearch/hydra

    10,449Vezi pe GitHub↗

    Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex application settings through composable configuration files and command-line overrides, ensuring that configuration values match expected data types during instantiation. The framework functions as a dynamic object instantiator that creates class instances directly from hierarchical configuration values and nested objects. It also operates as a hyperparameter sweep orchestrator and cluster job launcher, enabling the execution of multiple application runs across parameter range

    Hydra is a hierarchical configuration framework with a plugin architecture for loading and composing configs from multiple sources, supporting type-safe binding and overrides, making it a strong fit for this search — it covers most requested features including plugin extensibility, multi-format support, and dynamic loading, though it lacks built-in hot reload.

    PythonHierarchical Configuration SystemsDirectory-Based Plugin DiscoveryType-Safe Configuration Managers
    Vezi pe GitHub↗10,449
  • spf13/viperAvatar spf13

    spf13/viper

    30,306Vezi pe GitHub↗

    Viper is a configuration management library designed to centralize application settings from diverse sources into a unified, type-safe registry. It aggregates data from local files, environment variables, command-line flags, and remote key-value stores, providing a single source of truth for application state. By utilizing a hierarchical key-value registry, the system resolves configuration values based on a prioritized stack of providers, ranging from default values to runtime overrides. The library distinguishes itself through its pluggable provider abstraction and dynamic update capabiliti

    Viper is a configuration management library with a pluggable provider abstraction that reads from files, env, flags, and remote stores, offers hot reload, hierarchical merging, and type-safe binding — making it a direct fit for a plugin-based configuration system, though dynamic plugin loading (external runtime plugins) is less explicit than a full standalone system.

    GoConfiguration MappersDynamic ConfigurationPrecedence Resolution Engines
    Vezi pe GitHub↗30,306
  • knadh/koanfAvatar knadh

    knadh/koanf

    3,871Vezi pe GitHub↗

    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.

    Koanf is a Go configuration library with a pluggable architecture for loading and merging settings from multiple sources, supporting hot-reload, multiple formats, and structured binding — exactly the kind of plugin-based configuration system this search targets.

    GoConfiguration Merge StrategiesConfiguration Formats
    Vezi pe GitHub↗3,871

Related searches

  • Gestionarea configurațiilor
  • unealtă de gestionare a configurațiilor pentru startup-uri
  • Java Configuration Libraries
  • sistem centralizat pentru gestionarea configurațiilor aplicațiilor
  • un sistem bazat pe plugin-uri pentru medii de boot
  • Rust Configuration Libraries
  • Python Configuration Libraries
  • C# Configuration Libraries