Просмотр исходного кода

Add Hypertable to Column-oriented NoSQL

Jan Vlnas 11 лет назад
Родитель
Сommit
54746c53de
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -269,6 +269,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
 * Column-Family
   * [Apache HBase](http://hbase.apache.org/) - Hadoop database, a distributed, big data store.
   * [Cassandra](http://cassandra.apache.org/) - Distributed DBMS designed to handle large amounts of data across many servers.
+  * [Hypertable](http://hypertable.org/) - C++ based BigTable-like DBMS, communicates through Thrift and runs either as stand-alone or on distributed FS such as Hadoop.
 * Document Store
   * [CouchDB](http://couchdb.apache.org/) - Ease of use, with multi-master replication document-oriented database system.
   * [ElasticSearch](http://www.elasticsearch.org/) - Java based database, popular with log aggregation, and email archiving projects.