6823f4a064
PR: ports/163794 Submitted by: Gasol Wu <gasol.wu@gmail.com>
10 lines
467 B
Text
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/
|