Dashboard
Infra PostgresQL pq (Pure Go Postgres driver for database/sql): github.com/lib/pq sqlc (A SQL Compiler): github.com/sqlc-dev/sqlc migrate (Database migrations written in Go): github.com/golang-migrate/migrate gorm (The fantastic ORM library for Golang, aims to be developer friendly): gorm.io/gorm Redis github.com/redis/go-redis (Redis Go client) github.com/go-redsync/redsync (Distributed mutual exclusion lock using Redis for Go) Kafka github.com/IBM/sarama (Sarama is a Go library for Apache Kafka.) MongoDB github.com/mongodb/mongo-go-driver Workflow github.com/temporalio/temporal github.com/rulego/rulego FSM (Finite State Machine) github.com/looplab/fsm github.com/qmuntal/stateless