Hacker News new | ask | show | jobs
by jbarmash 4661 days 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

1 comments

Thanks 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.