Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emrd/rabbitmq-docker-integration-with-nodejs-python
https://github.com/emrd/rabbitmq-docker-integration-with-nodejs-python
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/rabbitmq-docker-integration-with-nodejs-python
- Owner: EmrD
- Created: 2024-11-07T18:01:04.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-11-08T18:43:08.000Z (9 days ago)
- Last Synced: 2024-11-08T19:35:05.527Z (9 days ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ Docker Integration With NodeJS And Python
This is an example project to show how make an queue of requests with RabbitMQ on NodeJS and run specify commands on Docker container with Python. This is also an example for banking systems and for money transfers e.g.## Getting Started
Start RabbitMQ;
`sudo service rabbitmq-server start`
Start NodeJS server;
`node index.js`
Start Python file to open Docker containers and run the specify python files on container.
`python server.py`