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
·
go-external-config avatar

go-external-config/consul

0
View on GitHub↗
0 stars·0 forks·Apache-2.0·2 vues

Consul

HashiCorp Consul is a service networking solution that enables teams to manage secure network connectivity between services and across on-prem and multi-cloud environments and runtimes. Consul offers service discovery, service mesh, traffic management, and automated updates to network…

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Gestion de configuration - Consul property source for external config.

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

Historique des stars

Graphique de l'historique des stars pour go-external-config/consulGraphique de l'historique des stars pour go-external-config/consul

Alternatives open source à Consul

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Consul.
  • agilira/argusAvatar de agilira

    agilira/argus

    170Voir sur GitHub↗

    High-performance configuration management framework for Go applications with zero-allocation performance, universal format support (JSON, YAML, TOML, HCL, INI, Properties), and an ultra-fast CLI powered by Orpheus.

    Goagilira-orpheuscliconfiguration-management
    Voir sur GitHub↗170
  • alecthomas/kongAvatar de alecthomas

    alecthomas/kong

    2,976Voir sur GitHub↗

    Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

    Gocommand-linecommandsflags
    Voir sur GitHub↗2,976
  • adrg/xdgAvatar de adrg

    adrg/xdg

    1,002Voir sur GitHub↗

    Go implementation of the XDG Base Directory Specification and XDG user directories

    Gocross-platformgogolang
    Voir sur GitHub↗1,002
  • andreiavrammsd/configAvatar de andreiavrammsd

    andreiavrammsd/config

    0Voir sur GitHub↗

    Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes

    Goconfigurationenvironmentgolang
    Voir sur GitHub↗0
Voir les 30 alternatives à Consul→

Questions fréquentes

Que fait go-external-config/consul ?

HashiCorp Consul is a service networking solution that enables teams to manage secure network connectivity between services and across on-prem and multi-cloud environments and runtimes. Consul offers service discovery, service mesh, traffic management, and automated updates to network…

Quelles sont les fonctionnalités principales de go-external-config/consul ?

Les fonctionnalités principales de go-external-config/consul sont : Configuration Management, Gestion de configuration.

Quelles sont les alternatives open-source à go-external-config/consul ?

Les alternatives open-source à go-external-config/consul incluent : andreiavrammsd/config — Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes. antham/envh — Go helpers to manage environment variables. alecthomas/kong — Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments… adrg/xdg — Go implementation of the XDG Base Directory Specification and XDG user directories. agilira/argus — High-performance configuration management framework for Go applications with zero-allocation performance, universal… atelpis/enflag — Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies.