Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csabapalfi/warren-demo
🐇 RabbitMQ warren demo
https://github.com/csabapalfi/warren-demo
demo rabbitmq warren
Last synced: 24 days ago
JSON representation
🐇 RabbitMQ warren demo
- Host: GitHub
- URL: https://github.com/csabapalfi/warren-demo
- Owner: csabapalfi
- Created: 2015-11-30T15:49:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T15:53:27.000Z (almost 9 years ago)
- Last Synced: 2023-03-12T08:18:41.667Z (over 1 year ago)
- Topics: demo, rabbitmq, warren
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# warren demo
A quick demo for the [warren](https://www.npmjs.com/package/warren) module from [trainline](https://www.thetrainline.com/).
```sh
npm install
docker-compose up -d
npm start
# let's kill some rabbits
docker-compose stop rabbitmq1
# then restore them
docker-compose up -d
# keep stopping/killing and restarting
# and watch warren recovering
```