Re: Apache Cassandra transactions commit and rollback

2018-12-07 Thread Hiroyuki Yamada
Hi Ramya, Scalar DB is one of the options. https://github.com/scalar-labs/scalardb But, first of all, please re-think about your design if you really need it. For example, If eventual consistency between multiple rows are acceptable, and writes are idempotent, then you should go with C* write

Apache Cassandra transactions commit and rollback

2018-11-28 Thread Ramya K
Hi All, I'm exploring Cassandra for our project and would like to know the best practices for handling transactions in real time. Also suggest if any drivers or tools are available for this. I've read about Apache Kundera transaction layer over Cassandra, is there bottlenecks with this.