https://github.com/dbacilio88/poc-golang-grpc-microservice
golang-grpc-email-microservice
https://github.com/dbacilio88/poc-golang-grpc-microservice
consumer gin gin-gonic go golang gorilla-mux http publisher rabbitmq
Last synced: 29 days ago
JSON representation
golang-grpc-email-microservice
- Host: GitHub
- URL: https://github.com/dbacilio88/poc-golang-grpc-microservice
- Owner: dbacilio88
- License: apache-2.0
- Created: 2024-12-06T20:29:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-05-20T00:03:32.000Z (5 months ago)
- Last Synced: 2025-09-03T16:55:16.649Z (about 1 month ago)
- Topics: consumer, gin, gin-gonic, go, golang, gorilla-mux, http, publisher, rabbitmq
- Language: Go
- Homepage:
- Size: 113 KB
- Stars: 1
- 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 |