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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hedzr avatar

hedzr/store

0
View on GitHub↗
7 Stars·0 Forks·Go·Apache-2.0·1 Aufrufdocs.hedzr.com/docs/store↗

Store

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

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Konfigurationsmanagement - High-performance configuration management for hierarchical data.

Star-Verlauf

Star-Verlauf für hedzr/storeStar-Verlauf für hedzr/store

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Store

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Store.
  • agilira/argusAvatar von agilira

    agilira/argus

    170Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗170
  • alecthomas/kongAvatar von alecthomas

    alecthomas/kong

    2,976Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,976
  • adrg/xdgAvatar von adrg

    adrg/xdg

    1,002Auf GitHub ansehen↗

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

    Gocross-platformgogolang
    Auf GitHub ansehen↗1,002
  • andreiavrammsd/configAvatar von andreiavrammsd

    andreiavrammsd/config

    0Auf GitHub ansehen↗

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

    Goconfigurationenvironmentgolang
    Auf GitHub ansehen↗0
Alle 30 Alternativen zu Store anzeigen→

Häufig gestellte Fragen

Was macht hedzr/store?

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

Was sind die Hauptfunktionen von hedzr/store?

Die Hauptfunktionen von hedzr/store sind: Configuration Management, Konfigurationsmanagement.

Welche Open-Source-Alternativen gibt es zu hedzr/store?

Open-Source-Alternativen zu hedzr/store sind unter anderem: 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.