Configuration in microservices

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • env

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

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

  • cleanenv

    ✨Clean and minimalistic environment configuration reader for Golang

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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