Koanf Alternatives
Similar projects and alternatives to koanf
-
-
config
JSON or YAML configuration wrapper with convenient access methods. (by olebedev)
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
konfig
Composable, observable and performant config handling for Go for the distributed processing era
-
-
gcfg
read INI-style configuration files into Go structs; supports user-defined types and subsections
-
-
kelseyhightower/envconfig
Golang library for managing configuration data from environment variables
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
envconfig
Small library to read your configuration from environment variables (by vrischmann)
-
-
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
-
-
-
-
-
pflag
Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
-
env
A simple and zero-dependencies library to parse environment variables into structs.
-
-
koanf reviews and mentions
-
Viper – Go Configuration with Fangs
Use viper with care. It has some dangerous fundamental flaws [1]. We got bitten hard, submitted a PR [2] and followed up for a year and a half to no avail, before I went ahead and reinvented the wheel and wrote koanf (plug), specifically to avoid viper's flaws.
Most importantly:
- Breaks JSON, YAML, TOML etc. language specs by forcibly lowercasing all keys internally. Dangerous because it can silently merge differently cased config keys into lowercase.
- Hard codes big unnecessary dependencies into the core, significantly bloating build sizes. No separation or abstraction.
-
Extracting embedded files
It's not hard to a) look for a key in an environment variable b) accept a key as a parameter c) load a key from a file d) all of the above with something like koanf
- What are some good open source project to read when learning Go?
-
Coral, a friendly Cobra fork with nearly all its features, but only 4 dependencies
Came across this the other day https://github.com/knadh/koanf as an alternative to Viper.
-
What are your favorite packages to use?
https://github.com/knadh/koanf for config management. Readme contains why it's a good alternative to viper.
-
Is Viper necessary if my app is only using environment variables?
I use Koanf, much simpeler with the same options https://github.com/knadh/koanf
-
I've been using "caarlos0/env" for nearly 4 years? Anything better?
Personally I like: https://github.com/knadh/koanf
Stats
knadh/koanf is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
Are you hiring? Post a new remote job listing for free.