https://github.com/afonsir/rss-parser-producer
Basic Go producer (Pub/Sub)
https://github.com/afonsir/rss-parser-producer
go producer rabbitmq
Last synced: 21 days ago
JSON representation
Basic Go producer (Pub/Sub)
- Host: GitHub
- URL: https://github.com/afonsir/rss-parser-producer
- Owner: afonsir
- Created: 2022-02-28T21:01:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T00:49:29.000Z (over 3 years ago)
- Last Synced: 2025-03-28T17:24:02.017Z (7 months ago)
- Topics: go, producer, rabbitmq
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Start App
```bash
RABBITMQ_URI='amqp://:@localhost:5672' \
RABBITMQ_QUEUE='store_feed_entries' \
go run main.go
```