Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQ pipeline #1

Open
4 tasks
p3l1 opened this issue Apr 13, 2023 · 0 comments
Open
4 tasks

RabbitMQ pipeline #1

p3l1 opened this issue Apr 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@p3l1
Copy link
Owner

p3l1 commented Apr 13, 2023

Publish item as event to RabbitMQ as alternative to saving it in a MongoDB. This enables easy scaling of Item processing in other applications.

See Publish / Subscribe pattern at RabbitMQ docs: https://www.rabbitmq.com/tutorials/tutorial-three-python.html

  • Add RabbitMQ container to docker-compose
  • Implement secondary EventPipeline in pipelines.py
  • Add setting variables for RabbitMQ configuration
  • Add default settings compatible to docker-compose.yml
@p3l1 p3l1 added the enhancement New feature or request label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant