Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmncit/rucasrar-event-manager
Simple event sourcing with RabbitMQ, Redis, Cassandra
https://github.com/mmncit/rucasrar-event-manager
cache cassandra message-queue rabbitmq rails redis
Last synced: about 2 months ago
JSON representation
Simple event sourcing with RabbitMQ, Redis, Cassandra
- Host: GitHub
- URL: https://github.com/mmncit/rucasrar-event-manager
- Owner: mmncit
- Created: 2019-12-02T01:48:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:14:58.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T00:21:16.891Z (almost 2 years ago)
- Topics: cache, cassandra, message-queue, rabbitmq, rails, redis
- Language: Ruby
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rucasrar-event-manager
Simple event sourcing with RabbitMQ, Redis, Cassandra
## Utilized:
- Framework: Rails
- NoSQL database for the post-management app: Cassandra
- Message-broker: RabbitMQ
- Cache: Redis## Features:
* User can publish a post and perform CRUD operation using rucasrar (post-management app)
* On creation of posts, it is queued via RabbitMQ and sent to dashboard app
* Users can view the recent posts from the cache (Redis) of the dashboard![](simple-message-and-cache-management.png)
##### Start the applications running:
```bash
./run.sh
```##### Open the applications in browser:
- [rucasrar(http://localhost:5001)](http://localhost:5001)
- [dashboard (http://localhost:5002)](http://localhost:5002)## References:
- [RabbitMQ Tutorials](https://www.rabbitmq.com/getstarted.html)
- [monterail/rails-event-sourcing-example](https://github.com/monterail/rails-event-sourcing-example)## License:
This repository is released under the [MIT License](http://www.opensource.org/licenses/MIT).