config
viper
config | viper | |
---|---|---|
- | 75 | |
267 | 26,931 | |
- | - | |
0.0 | 9.2 | |
about 2 years ago | 1 day ago | |
Go | Go | |
GNU General Public License v3.0 or later | 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.
config
We haven't tracked posts mentioning config yet.
Tracking mentions began in Dec 2020.
viper
-
Building a RESTful API with Go Fiber: An Express-Inspired Boilerplate
Environment variables: using Viper
-
Upload and Delete file from Amazon S3 Bucket in Go using Presigned URLs
Once environment variables are setup we need load them into our project. For this this i will use viper
-
Proxy Server in Go
The code uses Viper to load configuration files in the application.
- API completa em Golang - Parte 2
-
What 3rd-party libraries do you use often/all the time?
github.com/spf13/viper
- API completa em Golang - Parte 1
-
Building RESTful API with Hexagonal Architecture in Go
Instead of directly accessing environment variables with os.Getenv(), integrating a configuration handler like viper might make it maintainable.
-
What is the most common approach to configure a backend app?
I guess most people are using https://github.com/spf13/viper but I don't know if I should read everything from
-
Could I get a code review?
Use Viper for config file or environmental variable configuration -- it's going to save you a whole lot of time.
-
Which packages do you recommend for building cli tools?
Cobra and Viper.
What are some alternatives?
koanf - Simple, extremely lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
godotenv - A Go port of Ruby's dotenv library (Loads environment variables from .env files)
ini - Package ini provides INI file read and write functionality in Go
envconfig - Small library to read your configuration from environment variables
xdg - A cross platform package that follows the XDG Standard
cleanenv - ✨Clean and minimalistic environment configuration reader for Golang
hjson - Hjson for Go
kelseyhightower/envconfig - Golang library for managing configuration data from environment variables
go-aws-ssm - Go package that interfaces with AWS System Manager