I need to build an internal service that queues the DB for changes (in one table) every one second, and processed data after this event.
I do not need all the Rails stack since this service does not need the Controller/View functionality. Basically, from the rails stack, i only need AR (or an ORM).
The found solutions/approaches for this are:
What would you suggest it would be the best approach?
How about a solution like RabbitMQ ?