Categorygithub.com/CesarDelgadoM/webdozer-rmq
repository
0.0.0-20221219154222-3719321a0620
Repository: https://github.com/cesardelgadom/webdozer-rmq.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Webdozer-RMQ

RabbitMQ application

Application to extract urls using different data types of redis, consist of a producer and a consumer with objective of filter the searchs words and write a file with the urls found.

Deploy

In the deployments folder is the docker compose file for the image RabbitMQ and Redis database

docker-compose up

app-producer

Extracts urls from redis database that the webdozer application generates

go run main.go

app-consumer

Read the queues that the app-producer create, filter by search words the urls that is in the redis database that the webdozer application generates and write a file with the urls found.

go run main.go

Note

The application webdozer is in this github profile