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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cristalhq/aconfig

Open-source alternatives to Aconfig

30 open-source projects similar to cristalhq/aconfig, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Aconfig alternative.

  • go-external-config/consulAvatar de go-external-config

    go-external-config/consul

    0Ver en GitHub↗

    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…

    Ver en GitHub↗0
  • heetch/confitaAvatar de heetch

    heetch/confita

    507Ver en GitHub↗

    Load configuration in cascade from multiple backends into a struct

    Goconfigurationconfiguration-loadergolang
    Ver en GitHub↗507
  • facebookresearch/hydraAvatar de facebookresearch

    facebookresearch/hydra

    10,449Ver en 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

    Python
    Ver en GitHub↗10,449
  • go-external-config/awsAvatar de go-external-config

    go-external-config/aws

    0Ver en GitHub↗

    Parameter Store provides secure, hierarchical storage for configuration data management and secrets management. You can store data such as passwords, database strings, Amazon Machine Image (AMI) IDs, and license codes as parameter values. You can store values as plain text or encrypted data. You…

    Ver en GitHub↗0

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • gookit/configAvatar de gookit

    gookit/config

    583Ver en GitHub↗

    📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi file load, data override merge, parse ENV var. Go应用配置加载管理,支持多种格式,多文件加载,远程文件加载,支持数据合并,解析环境变量名

    Goconfigconfig-managementconfiguration
    Ver en GitHub↗583
  • hedzr/storeAvatar de hedzr

    hedzr/store

    7Ver en GitHub↗

    extensible, high-performance configuration management library, optimized for hierarchical data

    Goconfigconfig-loaderconfig-management
    Ver en GitHub↗7
  • alecthomas/kongAvatar de alecthomas

    alecthomas/kong

    2,976Ver en 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
    Ver en GitHub↗2,976
  • dsbasko/go-cfgAvatar de dsbasko

    dsbasko/go-cfg

    49Ver en GitHub↗

    The library provides a unified way to read configuration data from different sources, such as environment variables, command line flags, and configuration files.

    Go
    Ver en GitHub↗49
  • fulldump/goconfigAvatar de fulldump

    fulldump/goconfig

    48Ver en GitHub↗

    Your configuration library for your Go programs.

    Go
    Ver en GitHub↗48
  • adrg/xdgAvatar de adrg

    adrg/xdg

    1,002Ver en GitHub↗

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

    Gocross-platformgogolang
    Ver en GitHub↗1,002
  • go-ini/iniAvatar de go-ini

    go-ini/ini

    3,542Ver en GitHub↗

    Package ini provides INI file read and write functionality in Go

    Goconfigurationgoini
    Ver en GitHub↗3,542
  • golobby/configAvatar de golobby

    golobby/config

    366Ver en GitHub↗

    A lightweight yet powerful configuration manager for the Go programming language

    Goconfigconfig-managementconfig-manager
    Ver en GitHub↗366
  • gurkankaymak/hoconAvatar de gurkankaymak

    gurkankaymak/hocon

    92Ver en GitHub↗

    go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config

    Goconfiguration-libraryconfiguration-parserenvironment-variables
    Ver en GitHub↗92
  • h5bp/server-configs-nginxAvatar de h5bp

    h5bp/server-configs-nginx

    11,562Ver en GitHub↗

    This project provides a collection of optimized configuration boilerplates and templates for Nginx web servers. Its primary purpose is to provide a standardized foundation for server performance tuning, security hardening, and the deployment of virtual hosts. The suite includes specific directives to mask server identity, protect sensitive system files, and secure communication. It also features predefined templates for managing multiple secure and non-secure website hosts using a modular directory structure. Broadly, the project covers server resource tuning through worker process adjustmen

    best-practicesconfigh5bp
    Ver en GitHub↗11,562
  • azure/appconfiguration-goproviderAvatar de Azure

    Azure/AppConfiguration-GoProvider

    5Ver en GitHub↗

    The configuration provider for consuming data in Azure App Configuration from Go applications.

    Go
    Ver en GitHub↗5
  • beatlabs/harvesterAvatar de beatlabs

    beatlabs/harvester

    134Ver en GitHub↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    Ver en GitHub↗134
  • deatil/go-arrayAvatar de deatil

    deatil/go-array

    22Ver en GitHub↗

    A Go package that read or set data from map, slice or json

    Goarraygogo-array
    Ver en GitHub↗22
  • diegomarangoni/typenvAvatar de diegomarangoni

    diegomarangoni/typenv

    12Ver en GitHub↗

    Go minimalist typed environment variables library

    Gogogolanglibrary
    Ver en GitHub↗12
  • borudar/configurationAvatar de BoRuDar

    BoRuDar/configuration

    108Ver en GitHub↗

    Library for setting values to structs' fields from env, flags, files or default tag

    Go12-factorconfigconfiguration
    Ver en GitHub↗108
  • andreiavrammsd/configAvatar de andreiavrammsd

    andreiavrammsd/config

    0Ver en GitHub↗

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

    Goconfigurationenvironmentgolang
    Ver en GitHub↗0
  • bytedance/sonicAvatar de bytedance

    bytedance/sonic

    9,492Ver en GitHub↗

    Sonic is a high-performance Go JSON serialization library that provides tools for encoding and decoding native data structures. It functions as a JIT-accelerated encoder, a JSON AST parser, a stream processor, and a lazy decoder. The project utilizes just-in-time machine code generation to optimize the encoding of large data schemas and employs a JIT assembler to maximize serialization and deserialization speeds. It features a precompiled schema warmup process to prevent latency spikes during initial execution and leverages SIMD hardware instructions for accelerated parsing. The library cove

    Gohigh-performancejitjson
    Ver en GitHub↗9,492
  • caarlos0/envAvatar de caarlos0

    caarlos0/env

    6,004Ver en 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
    Ver en GitHub↗6,004
  • agilira/argusAvatar de agilira

    agilira/argus

    170Ver en 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
    Ver en GitHub↗170
  • go-external-config/vaultAvatar de go-external-config

    go-external-config/vault

    0Ver en GitHub↗

    Vault provides centralized, well-audited privileged access and secret management for mission-critical data whether you deploy systems on-premises, in the cloud, or in a hybrid environment.

    Ver en GitHub↗0
  • antham/envhAvatar de antham

    antham/envh

    100Ver en GitHub↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    Ver en GitHub↗100
  • chaindead/zerocfgAvatar de chaindead

    chaindead/zerocfg

    200Ver en GitHub↗

    Zero-effort, concise configuration management that avoids boilerplate and repetitive actions.

    Goconfigconfigurationenvironment
    Ver en GitHub↗200
  • goraz/onionAvatar de goraz

    goraz/onion

    119Ver en GitHub↗

    Layer based configuration for golang

    Goconfigconfigurationgolang
    Ver en GitHub↗119
  • greencoda/confiqAvatar de greencoda

    greencoda/confiq

    40Ver en GitHub↗

    Structured data format to config struct decoder library for Go

    Goconfigenvgo
    Ver en GitHub↗40
  • atelpis/enflagAvatar de atelpis

    atelpis/enflag

    38Ver en GitHub↗

    Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies.

    Goclicommand-lineconfig
    Ver en GitHub↗38
  • hjson/hjson-goAvatar de hjson

    hjson/hjson-go

    353Ver en GitHub↗

    Hjson for Go

    Gogohjson
    Ver en GitHub↗353