Re: best ORM for cassandra

2016-02-10 Thread DuyHai Doan
Started-in-5-minutes >> >> Thanks and regards, >> Karthik. >> -- >> *From:* Nirmallya Mukherjee >> *Sent:* 10 February 2016 12:47 >> *To:* user@cassandra.apache.org >> *Subject:* Re: best ORM for cassandra >> >> You

Re: best ORM for cassandra

2016-02-10 Thread Jim Ancona
s-opensource/Kundera/wiki/Getting-Started-in-5-minutes > > Thanks and regards, > Karthik. > -- > *From:* Nirmallya Mukherjee > *Sent:* 10 February 2016 12:47 > *To:* user@cassandra.apache.org > *Subject:* Re: best ORM for cassandra > > You are probably better o

Re: best ORM for cassandra

2016-02-10 Thread Nirmallya Mukherjee
ed-in-5-minutes Thanks and regards,Karthik. From: Nirmallya Mukherjee Sent: 10 February 2016 12:47 To: user@cassandra.apache.org Subject: Re: best ORM for cassandra You are probably better off using the driver as you do not need an ORM. Cassandra is not a relational DB. You can find the documentati

Re: best ORM for cassandra

2016-02-10 Thread Karthik Prasad Manchala
iki/Getting-Started-in-5-minutes Thanks and regards, Karthik. From: Nirmallya Mukherjee Sent: 10 February 2016 12:47 To: user@cassandra.apache.org Subject: Re: best ORM for cassandra You are probably better off using the driver as you do not need an ORM. Cassan

Re: best ORM for cassandra

2016-02-09 Thread Nirmallya Mukherjee
You are probably better off using the driver as you do not need an ORM. Cassandra is not a relational DB. You can find the documentation here  http://docs.datastax.com/en/developer/driver-matrix/doc/common/driverMatrix.html. Pick the version that is applicable to your project. Thanks,Nirmallya