Configuration in microservices

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. env

    A simple, zero-dependencies library to parse environment variables into structs

    Consider something like this library that allows loading of environment variables into a struct.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. cleanenv

    ✨Clean and minimalistic environment configuration reader for Golang

    I’m using this with yaml configurations https://github.com/ilyakaznacheev/cleanenv Supports env aswell

  4. hcl

    HCL is the HashiCorp configuration language.

    Also there is a good option I keep eye on: https://github.com/hashicorp/hcl

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Safely Load Environment Variables

    2 projects | /r/golang | 24 Mar 2023
  • A new method of configuration load in Golang

    2 projects | news.ycombinator.com | 28 Dec 2022
  • 'Discoverable' Environment Variables for Configuration

    6 projects | /r/golang | 5 Oct 2022
  • azcfg - Azure Key Vault secrets to struct

    2 projects | /r/golang | 15 Sep 2022
  • Gerenciando as variáveis de ambiente do seu projeto Golang

    2 projects | dev.to | 12 Jul 2022