kelseyhightower/envconfig
confita
kelseyhightower/envconfig | confita | |
---|---|---|
15 | - | |
5,001 | 493 | |
- | 0.2% | |
0.0 | 0.0 | |
about 2 months ago | 6 months ago | |
Go | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kelseyhightower/envconfig
-
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)
confita
We haven't tracked posts mentioning confita yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
viper - Go configuration with fangs
env - A simple, zero-dependencies library to parse environment variables into structs
konfig - Composable, observable and performant config handling for Go for the distributed processing era
configuro - An opinionated configuration loading framework for Containerized and Cloud-Native applications.
go-aws-ssm - Go package that interfaces with AWS System Manager
ini - Package ini provides INI file read and write functionality in Go
cleanenv - ✨Clean and minimalistic environment configuration reader for Golang
koanf - Simple, extremely lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
goConfig - goconfig uses a struct as input and populates the fields of this struct with parameters from command line, environment variables and configuration file.
go-ssm-config - Go utility for loading configuration parameters from AWS SSM (Parameter Store)
go-conf - Library for easy configuration of a golang service