freebsd-ports/databases/php5-pdo_cassandra/pkg-descr
Sunpoet Po-Chuan Hsieh df0499802a - Fix build with thrift-0.9.1
- Add LICENSE
- Support STAGEDIR
- Use single space after WWW:

PR:		ports/183982
Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)
2013-11-15 17:55:27 +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/