Re: Java bits: Horizontal Scalibility and DAO layer design

2011-07-27 Thread Selcuk Bozdag
ow 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,

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: Data Visualization Best Practices

2011-07-21 Thread Selcuk Bozdag
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, &g

Data Visualization Best Practices

2011-07-20 Thread Selcuk Bozdag
Hi, Cassandra provides a flexible scheme-less data storage facility which is a perfect match for one of our projects. However, regarding the requirements it is also necessary to list the CFs in a tabular fashion. I searched on the Internet for some guidelines but could not get a handy practice for