Golang Stack - flowup/knowledge GitHub Wiki
⚡ GORM
ORM (postgres, mysql...)
- "code first"
- Auto-migration
ORM (postgres, mysql...)
- "database first"
- No Auto-migration
- Better performance than GORM
- Type-safety: firstly needs to generate models from DB
-
DynamoDB - cloud based from AWS
- godynamo - wrapper around official library
- Datastore - cloud based from Google
- 💡 Echo
- 💡 GRPC-Gateway
- 💡 MMO
- used for orchestration
- gRPC service plugin (protobuf)
- gRPC HTTP gateway plugin
- Swagger plugin
- Angular API client plugin