github.com/attapon-th/go-pkg
- fiber v2 - base api
- https://docs.gofiber.io/
- https://github.com/gofiber/fiber
- Middleware
- keycloak middleware fiber - verify jwt from keycloak (base on: https://github.com/gofiber/jwt)
- gorm - ORM Database, GORM officially supports databases
MySQL, PostgreSQL, SQLite, SQL Server
) - MongoDB
- Kafka
- https://github.com/Shopify/sarama - Kafka client
- https://watermill.io/docs/getting-started/ - for sub/pub realtime
- logger
- https://github.com/phuslu/log
- logger - My Logger
- Config
- github.com/spf13/viper - config and cli