Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfenfebral/go-rabbitmq
Go Clean Architecture With Jaeger and RabbitMQ
https://github.com/alfenfebral/go-rabbitmq
Last synced: 1 day ago
JSON representation
Go Clean Architecture With Jaeger and RabbitMQ
- Host: GitHub
- URL: https://github.com/alfenfebral/go-rabbitmq
- Owner: alfenfebral
- Created: 2022-11-08T06:51:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T12:08:37.000Z (about 2 years ago)
- Last Synced: 2023-02-27T00:16:39.955Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Rabbitmq
Go Clean Architecture With Jaeger and RabbitMQ## How To Run
Run jaeger and rabbitmq
```bash
docker compose up
```
Run Server
Run using go run
```bash
go run cmds/app/main.go
```
Run using [air](https://github.com/cosmtrek/air)
```bash
make run
```