Load configurations
There are different ways to load configurations into your application:
HTTP Server
9 items
Logging
4 items
Relational databases
3 items
Streaming applications
4 items
Kafka
2 items
Sampling
1 item
Build a CLI tool
The pkg/cli package lets you build multi-command CLI tools that run inside the gosoline application lifecycle, giving each command access to the same config, logger, and kernel modules as any other gosoline application.
Implement health checks
You can check the health of a running gosoline application.