Re: Patterns for writing enterprise applications on cassandra

2011-02-16 Thread Anthony John
t transactions. >> >> http://www.ics.uci.edu/~cs223/papers/cidr07p15.pdf >> >> "LIfe Beyond Distributed Transactions: an Apostate's Opinion" by Pat >> Helland >> >> On Wed, Feb 16, 2011 at 2:00 PM, tijoriwala.ritesh >> wrote: >>

Re: Patterns for writing enterprise applications on cassandra

2011-02-16 Thread Dave Revell
Beyond Distributed Transactions: an Apostate's Opinion" by Pat > Helland > > On Wed, Feb 16, 2011 at 2:00 PM, tijoriwala.ritesh > wrote: > > > > Thanks a lot Anthony. That does help me think on possible options... > > -- > > View this message in context:

Re: Patterns for writing enterprise applications on cassandra

2011-02-16 Thread Nate McCall
2011 at 2:00 PM, tijoriwala.ritesh wrote: > > Thanks a lot Anthony. That does help me think on possible options... > -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Patterns-for-writing-enterprise-applications-on-cassandra-tp603007

Re: Patterns for writing enterprise applications on cassandra

2011-02-16 Thread tijoriwala.ritesh
Thanks a lot Anthony. That does help me think on possible options... -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Patterns-for-writing-enterprise-applications-on-cassandra-tp6030077p6033316.html Sent from the cassandra-u

Re: Patterns for writing enterprise applications on cassandra

2011-02-16 Thread Anthony John
they >> do >> to solve these kind of problems... >> >> Thanks, >> Ritesh >> -- >> View this message in context: >> http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Patterns-for-writing-enterprise-applications-on-cassandra-tp6030077p6033138.html >> Sent from the cassandra-u...@incubator.apache.org mailing list archive at >> Nabble.com. >> > >

Re: Patterns for writing enterprise applications on cassandra

2011-02-16 Thread tijoriwala.ritesh
h -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Patterns-for-writing-enterprise-applications-on-cassandra-tp6030077p6033262.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

Re: Patterns for writing enterprise applications on cassandra

2011-02-16 Thread Dave Revell
ell...and if not, what do they > do > to solve these kind of problems... > > Thanks, > Ritesh > -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Patterns-for-writing-enterprise-applications-on-cassandra-tp6030077p6033138

Re: Patterns for writing enterprise applications on cassandra

2011-02-16 Thread tijoriwala.ritesh
icity and durability are a must. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Patterns-for-writing-enterprise-applications-on-cassandra-tp6030077p6033178.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

Re: Patterns for writing enterprise applications on cassandra

2011-02-16 Thread tijoriwala.ritesh
not, what do they do to solve these kind of problems... Thanks, Ritesh -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Patterns-for-writing-enterprise-applications-on-cassandra-tp6030077p6033138.html Sent from the cassandra-u...@incubator.apache.org

Re: Patterns for writing enterprise applications on cassandra

2011-02-15 Thread buddhasystem
FWIW, we'll keep RDBMS for transactional data, and Cassandra will be used for referential data (browsing history and data mining). Horses for courses. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Patterns-for-writing-enterprise-applica

Re: Patterns for writing enterprise applications on cassandra

2011-02-15 Thread Zhongwei Sun
Is there any Python implementation for transaction? 2011/2/16 Gaurav Sharma : > Enterprise applications is a very broad topic. There's no one answer for > every type. > > You specifically mention a transactional scenario. For that, I can recommend > you look at Cages (http://code.google.com/p/c

Re: Patterns for writing enterprise applications on cassandra

2011-02-15 Thread Gaurav Sharma
Enterprise applications is a very broad topic. There's no one answer for every type. You specifically mention a transactional scenario. For that, I can recommend you look at Cages (http://code.google.com/p/cages) if you haven't already. On Feb 15, 2011, at 19:45, Ritesh Tijoriwala wrote: > H

Patterns for writing enterprise applications on cassandra

2011-02-15 Thread Ritesh Tijoriwala
Hi, I have general questions on writing enterprise applications on cassandra. I come from a background which involves writing enterprise applications using DBMS. What are the general patterns people follow in Cassandra world when migrating a code that is within transaction boundaries in a traditio