freebsd-ports/databases/php5-pdo_cassandra/pkg-descr
Li-Wen Hsu 6823f4a064 Add php5-pdo_cassandra 0.2.1, PDO driver for Apache Cassandra.
PR:		ports/163794
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2012-01-03 11:50:35 +00:00

10 lines
467 B
Text

PDO driver for Apache Cassandra
Cassandra is a highly scalable, eventually consistent, distributed,
structured key-value store. Cassandra brings together the distributed
systems technologies from Dynamo and the data model from Google's
BigTable. Like Dynamo, Cassandra is eventually consistent. Like
BigTable, Cassandra provides a ColumnFamily-based data model richer
than typical key/value systems.
WWW: http://code.google.com/a/apache-extras.org/p/cassandra-pdo/