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