6 ms·
This looks analogous to Promiscuous from CrowdTap, also a framework for Rails / RabbitMQ. Promiscuous takes a different approach in that it also allows you to
by jbarmash 13y ago
This looks analogous to Promiscuous from CrowdTap, also a framework for Rails / RabbitMQ. Promiscuous takes a different approach in that it also allows you to go to an SOA architecture but by decomposing your app to run across multiple servers.
From the repo readme: "Promiscuous is a publisher-subscriber framework for easily replicating data across your Ruby applications."
https://github.com/crowdtap/promiscuous https://github.com/crowdtap/promiscuous
- kkouddous 13y agoThanks for sharing jbarmash. Promiscuous has enabled us to break up our monolithic application into 10 single purpose apps. It's essentially MVC application level replication.