Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 1.79 KB

README.md

File metadata and controls

77 lines (49 loc) · 1.79 KB

bootstrap 💨

wakatime Build Status Go Report Card

GitHub issues GitHub pull requests License: MIT

💨 A bootstrap library to initialize external service's clients without boilerplate 💨

Supported clients:

  • Kafka
  • Postgres
  • Redis

Kafka 🚀

go get github.com/catalystgo/bootstrap/kafka

example: code


Postgres 🚀

go get github.com/catalystgo/bootstrap/postgres

example: code


Redis 🚀

go get github.com/catalystgo/bootstrap/redis

example: code


Cache 🚀

go get github.com/catalystgo/bootstrap/cache

example: code


UI 😎

To see the UI, run the following command:

docker compose up

Milestones 🚀

  • add memcached client support
  • add pgbouncer client support