An open API service indexing awesome lists of open source software.

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

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
[![Go Report Card](https://goreportcard.com/badge/github.com/rafaeljesus/srv-consumer)](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)