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
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
beatlabs avatar

beatlabs/harvester

0
View on GitHub↗
134 estrellas·27 forks·Go·Apache-2.0·2 vistas

Harvester

Harvest configuration, watch and notify subscriber

Features

  • Configuration Management - Static and dynamic configuration package.
  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Gestión de configuración - Static and dynamic configuration with Consul support.

Historial de estrellas

Gráfico del historial de estrellas de beatlabs/harvesterGráfico del historial de estrellas de beatlabs/harvester

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.

Start searching with AI

Alternativas open-source a Harvester

Proyectos open-source similares, clasificados según cuántas características comparten con Harvester.
  • 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
  • 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
  • antham/envhAvatar de antham

    antham/envh

    100Ver en GitHub↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    Ver en GitHub↗100
  • 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
Ver las 30 alternativas a Harvester→

Preguntas frecuentes

¿Qué hace beatlabs/harvester?

Harvest configuration, watch and notify subscriber

¿Cuáles son las características principales de beatlabs/harvester?

Las características principales de beatlabs/harvester son: Configuration Management, Gestión de configuración.

¿Qué alternativas de código abierto existen para beatlabs/harvester?

Las alternativas de código abierto para beatlabs/harvester incluyen: gookit/config — 📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi… heetch/confita — Load configuration in cascade from multiple backends into a struct. caarlos0/env — env is a Go library that reads environment variables and populates the fields of a Go struct according to tag… go-ini/ini — Package ini provides INI file read and write functionality in Go. antham/envh — Go helpers to manage environment variables. hjson/hjson-go — Hjson for Go.