SaaSHub helps you find the best software and product alternatives Learn more β
Kelseyhightower/envconfig Alternatives
Similar projects and alternatives to kelseyhightower/envconfig
-
-
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.
-
libcurl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
koanf
Simple, extremely lightweight, extensible, configuration management library for Go. Supports JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
-
-
golobby-config
A lightweight yet powerful configuration manager for the Go programming language (by golobby)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
kelseyhightower/envconfig discussion
kelseyhightower/envconfig reviews and mentions
-
newbie here looking for a framework
To configure the app I'd take a look at https://github.com/kelseyhightower/envconfig
-
REST API with Go, Chi, MySQL and sqlx
envconfig
-
What is the most common approach to configure a backend app?
- Having one way of configuring the app is excellent. You can either prefer environment variables, a file, or flags. You can do what Viper does by reading the file and unmarshalling it. The built-in flag package is enough for your flag-based config needs. If you want to prefer environment variables, I prefer https://github.com/kelseyhightower/envconfig
-
Building Robust Applications in Go: Integrating Envconfig, Gorm, and OpenSearch
To extract values from the system environment, I utilize envconfig, a Go package. Envconfig facilitates mapping system environment variables to a Go struct. These Go structs are exposed through a config package, enabling other parts of the application to access them.
- An Efficient Struct Configuration Pattern For Golang
- A new method of configuration load in Golang
-
Configuration management library for stage and production environments ?
You could prefix your env vars and use this package. https://github.com/kelseyhightower/envconfig
-
passwords, secrets, keys - best practice
kelseyhightower/envconfig
-
I'm looking for a good alternativ to Viper
Pretty much all of our services and pkgs use https://github.com/kelseyhightower/envconfig. Itβs dead simple, gets out of your way, and is battle tested
-
Looking for a Go(Golang) buddy
https://github.com/kelseyhightower/envconfig (read config from environment variables, more succinct than viper)
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jun 2025
Stats
kelseyhightower/envconfig is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of kelseyhightower/envconfig is Go.
Popular Comparisons
- kelseyhightower/envconfig VS viper
- kelseyhightower/envconfig VS env
- kelseyhightower/envconfig VS golobby-config
- kelseyhightower/envconfig VS confita
- kelseyhightower/envconfig VS koanf
- kelseyhightower/envconfig VS ini
- kelseyhightower/envconfig VS configuro
- kelseyhightower/envconfig VS go-ssm-config
- kelseyhightower/envconfig VS gcfg
- kelseyhightower/envconfig VS configuration