Cassandra based web app benchmark

2015-04-20 Thread Marko Asplund
Hi, TechEmpower Web Framework Benchmarks ( https://www.techempower.com/benchmarks/) is a collaborative effort for measuring performance of a large number of contemporary web development platforms. Benchmarking and test implementation code is published as open-source. I've contributed a test imple

Re: DB Change management tools for Cassandra?

2013-04-25 Thread Marko Asplund
John Sanda wrote: > I had cobbled together a solution using Liquibase and the Cassandra JDBC > driver. I started implemented it before the CQL driver was announced. The > solution involved a patch and some Liquibase extensions which live at > https://github.com/jsanda/cassandra-liquibase-ext. The p

DB Change management tools for Cassandra?

2013-04-25 Thread Marko Asplund
hi, Do database change management tools similar to Liquibase and dbdeploy exist for Cassandra? I need to handle change management for CQL3 schema. thanks, marko

CQL3 dynamic CF design questions

2013-04-07 Thread Marko Asplund
Hi, I'm currently designing a backend service that would store user profile information for different applications. Most of the properties in a user profile would be unknown to the service and specified by the applications using the service, so the properties would need to be added dynamically. I

Re: CQL vs. non-CQL data models

2013-03-28 Thread Marko Asplund
Hi, Thanks for the helpful reply, Aaron! I also found this Datastax blog post very helpful in this case: http://www.datastax.com/dev/blog/thrift-to-cql3 marko Aaron Morton wrote: >> Is this data model defined by Thrift? How closely does it reflect the >> Cassandra internal data model? > Yes. >

CQL vs. non-CQL data models

2013-03-26 Thread Marko Asplund
Hi, I'm experimenting with CQL3 and the non-CQL Cassandra data access methods through Astyanax client API. Being new to Cassandra I'm a bit puzzled by differences between the CQL3 data model and the non-CQL based data model exposed by the Astyanax client API. Is this data model defined by Thrift?

Re: Java client options for C* v1.2

2013-03-21 Thread Marko Asplund
VĂ­ctor Hugo Oliveira Molinar wrote: > I guess Hector fits your requirements. The last release is pretty new. > But i'd suggest you to take a look at astyanax too. thanks. C* versions 1.1 and 1.2 seem to have been released after the latest Hector release. Does Hector support al the newer C* featur

Java client options for C* v1.2

2013-03-19 Thread Marko Asplund
Hi, I'm about to start my first Cassandra project and am a bit puzzled by the multitude of different client options available for Java. Are there any good comparisons of the different options that's been done recently? I'd like choose a client that - is feature complete (provides access to all C