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
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
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
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
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.
>
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?
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
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