💨 A bootstrap library to initialize external service's clients without boilerplate 💨
Supported clients:
- Kafka
 - Postgres
 - Redis
 
go get github.com/catalystgo/bootstrap/kafkaexample: code
go get github.com/catalystgo/bootstrap/postgresexample: code
go get github.com/catalystgo/bootstrap/redisexample: code
go get github.com/catalystgo/bootstrap/cacheexample: code
To see the UI, run the following command:
docker compose up- add memcached client support
 - add pgbouncer client support