Re: Cassandra

2015-04-27 Thread Andrus Adamchik
> On Apr 25, 2015, at 10:28 PM, Joe Baldwin wrote: > > Is it even logical to consider Cassandra in the context of an ORM design > pattern since it is not SQL based? It is non-relational, doesn't have joins. So ORM is not a solution for Cassandra, though IIRC there are Cassan

Cassandra

2015-04-25 Thread Joe Baldwin
Is it even logical to consider Cassandra in the context of an ORM design pattern since it is not SQL based?