awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
heetch avatar

heetch/confita

0
View on GitHub↗
507 stars·49 forks·Go·MIT·4 vues

Confita

Load configuration in cascade from multiple backends into a struct

Features

  • Configuration Management - Cascading configuration loader from multiple backends.
  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Gestion de configuration - Cascading configuration loader.

Historique des stars

Graphique de l'historique des stars pour heetch/confitaGraphique de l'historique des stars pour heetch/confita

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Confita

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Confita.
  • beatlabs/harvesterAvatar de beatlabs

    beatlabs/harvester

    134Voir sur GitHub↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    Voir sur GitHub↗134
  • caarlos0/envAvatar de caarlos0

    caarlos0/env

    6,004Voir sur GitHub↗

    env is a Go library that reads environment variables and populates the fields of a Go struct according to tag directives. It uses reflection to iterate over struct types and tags at runtime, mapping environment variable names to struct fields and applying parsing behavior defined in struct tags. The library supports required field validation, returning errors when marked fields are missing or empty after parsing. It also provides default value fallback from struct tags when environment variables are not set, environment variable expansion that recursively substitutes references within values,

    Goconfigconfigurationenvironment
    Voir sur GitHub↗6,004
  • antham/envhAvatar de antham

    antham/envh

    100Voir sur GitHub↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    Voir sur GitHub↗100
  • go-ini/iniAvatar de go-ini

    go-ini/ini

    3,542Voir sur GitHub↗

    Package ini provides INI file read and write functionality in Go

    Goconfigurationgoini
    Voir sur GitHub↗3,542
Voir les 30 alternatives à Confita→

Questions fréquentes

Que fait heetch/confita ?

Load configuration in cascade from multiple backends into a struct

Quelles sont les fonctionnalités principales de heetch/confita ?

Les fonctionnalités principales de heetch/confita sont : Configuration Management, Gestion de configuration.

Quelles sont les alternatives open-source à heetch/confita ?

Les alternatives open-source à heetch/confita incluent : go-ini/ini — Package ini provides INI file read and write functionality in Go. gookit/config — 📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi… beatlabs/harvester — Harvest configuration, watch and notify subscriber. caarlos0/env — env is a Go library that reads environment variables and populates the fields of a Go struct according to tag… antham/envh — Go helpers to manage environment variables. hjson/hjson-go — Hjson for Go.