Cassandra

TwitterFacebook
Get flash to fully experience Pearltrees

Cloud Architecture Tutorial - Running in the Cloud (3of3)

http://www.slideshare.net/adrianco/cloud-architecture-tutorial-part-1of3 Part 3 of the talk covers how to transition to cloud, how to bootstrap developers, how to run cloud services including Cassandra, capacity planning and workload analysis, and organizational structure
I'm using Cassandra 1.0.3 on a 2 nodes cluster.

Compressed families not created on new node

http://www.mail-archive.com/user@cassandra.apache.org/msg19854.html

Cassandra for LOBS | Ruby Zone

Database storage is expensive. This is especially true if you build a traditional SAN based M+N cluster. http://ruby.dzone.com/articles/cassandra-lobs

"Building on Quicksand" Paper for CIDR (Conference on Innovative Database Research) - PatHelland's WebLog - Site Home - MSDN Blogs

http://blogs.msdn.com/b/pathelland/archive/2008/12/12/building-on-quicksand-paper-for-cidr-conference-on-innovative-database-research.aspx I just submitted the final (photo-ready) version of a new paper called "Building on Quicksand" to the Conference on Innovative Database Research .

What’s new in Cassandra 1.0: Compression | DataStax

http://www.datastax.com/dev/blog/whats-new-in-cassandra-1-0-compression Cassandra 1.0 introduces support for data compression on a per-ColumnFamily basis, one of the most-requested features since the project started. Compression maximizes the storage capacity of your Cassandra nodes by reducing the volume of data on disk.

Netflix Benchmarks on AWS Show Cassandra NoSQL Still Has the Goods | Javalobby

A little more than a year ago, Apache Cassandra's reputation was untouchable. http://java.dzone.com/news/netflix-benchmarks-aws-show

Tu veux leur passer un coup de fil ? by nicolas Nov 7

The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance.

The Apache Cassandra Project

http://cassandra.apache.org/
http://rantav.github.com/hector/build/html/index.html Hector is a high level Java client for Apache Cassandra currently in use on a number of production systems some of which have node counts into the hundreds.

Intro — Hector v0.8.x documentation

sebgiroux/Cassandra-Cluster-Admin - GitHub

Cassandra Cluster Admin is a GUI tool to help people administrate their Apache Cassandra cluster.

Tuning Cassandra | DataStax Cassandra 0.8 Documentation

Effective tuning depends not only on the types of operations your cluster performs most frequently, but also on the shape of the data itself.
cassandra-stress is built on top of Hector , a well-tested and widely deployed Java client for Apache Cassandra.

zznate/cassandra-stress - GitHub

The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for various logging frameworks, e.g. java.util.logging, log4j and logback, allowing the end user to plug in the desired logging framework at deployment time. Before you start using SLF4J, we highly recommend that you read the two-page SLF4J user manual . Note that SLF4J-enabling your library implies the addition of only a single mandatory dependency, namely slf4j-api.jar .

SLF4J