https://github.com/rafaeljesus/srv-consumer
A recommendation for how a Rabbit consumer service should be designed in Go
https://github.com/rafaeljesus/srv-consumer
event-driven go microservice rabbitmq
Last synced: 7 months ago
JSON representation
A recommendation for how a Rabbit consumer service should be designed in Go
- Host: GitHub
- URL: https://github.com/rafaeljesus/srv-consumer
- Owner: rafaeljesus
- Created: 2018-02-25T22:58:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T23:24:16.000Z (almost 8 years ago)
- Last Synced: 2025-06-26T13:47:55.791Z (9 months ago)
- Topics: event-driven, go, microservice, rabbitmq
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Consumer micro-service
An example program demonstrating how a consumer service could be written in Go.
## Setup
```bash
git clone github.com/rafaeljesus/srv-consumer
cd srv-consumer
docker-compose up -d
```
## Tests
```bash
make test
```
---
## Badges
[](https://goreportcard.com/report/github.com/rafaeljesus/srv-consumer)
---
> GitHub [@rafaeljesus](https://github.com/rafaeljesus) ·
> Medium [@_jesus_rafael](https://medium.com/@_jesus_rafael) ·
> Twitter [@_jesus_rafael](https://twitter.com/_jesus_rafael)