This simple demonstrator that makes a connection to a Cassandra cluster and inserts a user-defined number of row, then extracts them to demonstrate performance boost with multiGet. It’s genesis was the result of working towards a Thrift API loader for…
Tips and Tricks
Tips and Tricks for Apple iPhone, iPad, OSX and other general software related topics.
Cassandra DB Connetor in Java, using Thrift API
by admin • • 1 Comment
This simple connector class for making a connection to a Cassandra cluster. It’s genesis was the result of working towards a Thrift API loader for a Cassandra evaluation implementation. You can read bout that, here: Cassandra – A Use case…
Creating a simple Utils class
by admin • • 1 Comment
This simple Utils class is more of a demonstrator than a widely-reusable class. It’s genesis was the result of working towards a Thrift API loader for a Cassandra evaluation implementation. You can read bout that, here: Cassandra – A Use…
Cassandra – Getting a 3 node cluster built
by admin • • 3 Comments
Cassandra – Getting off the ground. PREV: Cassandra – researching a DB for ‘Big Data’ While researching a project on Big Data services, I knew that I’d need a multi-node cluster to experiment with, but a pile of hardware was…