[zeromq-dev] Pros and cons of using Cassandra for storage?
Pieter Hintjens
ph at imatix.com
Wed Apr 17 17:18:31 CEST 2013
On Wed, Apr 17, 2013 at 4:58 PM, Jason Mulligan <jason at attack.io> wrote:
> I'm preparing to have a MQ discussion with coworkers, and I was asked if 0mq can use Cassandra for storage, for durability & and to lessen the requirement for another database in play.
>
> So, my question is, has anyone looked into this? What did you find for pros/cons? Is it too slow?
>
> If anyone knows where I could read up about someone's findings, that'd be very helpful.
Just to be clear here, 0MQ doesn't use anything for storage, it's a
transport layer. You'd write clients and workers and queues that used
0MQ to connect to each other, and then use Cassandra (or whatever
storage) in the appropriate places where you wanted to hold state.
So the question is really, "does Cassandra work well?"
-Pieter
More information about the zeromq-dev
mailing list