Java bits: Horizontal Scalibility and DAO layer design

2011-07-27 Thread Selcuk Bozdag
Hi, The question I am asking is a bit about the design of a data access objects layer on top of a cassandra datastore. I had a look at project Kundera which basically implies JPA approach by creating POJOs and mapping them through annotations. Looks promising but what if I would like to have new

Re: Java bits: Horizontal Scalibility and DAO layer design

2011-07-27 Thread Selcuk Bozdag
moved to a Command pattern where the mutations are encapsulated within a command which can be used with other commands if need be - though we haven't found a need to just yet. Anthony On 27/07/2011, at 08:15 AM, Selcuk Bozdag wrote: Hi, The question I am asking is a bit about the design

Re: Data Visualization Best Practices

2011-07-21 Thread Selcuk Bozdag
...@thelastpickle.com wrote: This project may provide some inspiration https://github.com/driftx/chiton Cheers - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 21 Jul 2011, at 06:36, Selcuk Bozdag wrote: Hi, Cassandra provides a flexible