Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbacilio88/golang-grpc-email-microservice
golang-grpc-email-microservice
https://github.com/dbacilio88/golang-grpc-email-microservice
consumer gin gin-gonic go golang gorilla-mux http publisher rabbitmq
Last synced: about 3 hours ago
JSON representation
golang-grpc-email-microservice
- Host: GitHub
- URL: https://github.com/dbacilio88/golang-grpc-email-microservice
- Owner: dbacilio88
- License: apache-2.0
- Created: 2024-12-06T20:29:07.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-14T14:16:56.000Z (about 2 months ago)
- Last Synced: 2024-12-14T14:30:02.494Z (about 2 months ago)
- Topics: consumer, gin, gin-gonic, go, golang, gorilla-mux, http, publisher, rabbitmq
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang-grpc-email-microservice
golang-grpc-email-microservice
# Packages `using` to development our application
| Tools | Resource | Version | instance |
|:-----------:|:-------------------------------------:|:-------:|:--------:|
| Gorilla Mux | [Gorilla Mux](github.com/gorilla/mux) | v1.8.1 | server |
| Gin | [Gin](github.com/gin-gonic/gin) | v1.10.0 | broker |
| Task | [Task](github.com/madflojo/tasks) | v1.2.1 | scheduler |
| Logs | [Log](go.uber.org/zap) | v1.27.0 | logger |
| Lumberjack | [Lumberjack](gopkg.in/natefinch/lumberjack.v2) | v1.27.0 | file |
| Viper | [viper](github.com/spf13/viper) | v1.27.0 | resources |
| Mapstructure | [mapstructure](github.com/mitchellh/mapstructure) | v1.27.0 | mapper |