Hacker News new | ask | show | jobs
by ranyefet 3563 days ago
Do yourself a favour and use RethinkDB, its so much better then MongoDB, just try it
1 comments

What are your thoughts on using RethinkDB for massive-scale logging and task queuing? Trying to select between that and Redis.
Massive-scale (searchable?) logging is done with elastic-search. Redis is ok for task-queueing but is in-memory. ~best in that case (most features) would be rabbitmq (based on "python celery") though it ~should be enough in your usecase

hell, you can even use your favorite (postgresql) rdbms to queue tasks