Changes between Version 8 and Version 9 of jazz/NoSQL


Ignore:
Timestamp:
Jul 25, 2010, 9:14:24 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/NoSQL

    v8 v9  
    1111}}}
    1212
    13 == Trend Observation ==
     13== 趨勢分析 Trend Observation ==
    1414
    15  * [趨勢分析] [http://www.google.com/trends?q=memcached%2Cmongodb%2C+couchdb%2C+hbase%2C+apache+cassandra&ctab=0&geo=all&date=2010&sort=0 比較 memcached, MongoDB, CouchDB, HBase, Apache Cassandra] ([wiki:jazz/10-06-29 2010-06-29])
     15 * [http://www.google.com/trends?q=memcached%2Cmongodb%2C+couchdb%2C+hbase%2C+apache+cassandra&ctab=0&geo=all&date=2010&sort=0 比較 memcached, MongoDB, CouchDB, HBase, Apache Cassandra] ([wiki:jazz/10-06-29 2010-06-29])
    1616 * [[Image(jazz/10-06-29:10-06-29_mongodb_couchdb_hbase_apache_cassandra_hypertable_2010.png,width=800)]]
    1717
    18  * 從 [http://www.google.com.tw/trends?q=mongodb%2C+sqlite%2C+CouchDB%2C+google+gears&ctab=0&geo=all&date=all&sort=1 Google Trends] 的搜尋趨勢可以看到 SQLite > Google Gears > CouchDB 的趨勢,象徵著 distributed database 的影響力尚未普及。([wiki:jazz/09-09-23 2009-09-23])
    19   * [[Image(wiki:jazz/09-09-23:sqlite_gears.jpg,width=600)]]
     18 * 當然縱使 MongoDB 與 CouchDB 已經有很高的排行榜,跟 SQLite 比起來,還是差很多。 從 [http://www.google.com.tw/trends?q=mongodb%2C+sqlite%2C+CouchDB%2C+google+gears&ctab=0&geo=all&date=all&sort=1 Google Trends] 的搜尋趨勢可以看到 SQLite > Google Gears > CouchDB 的趨勢,象徵著 distributed database 的影響力尚未普及。 ([wiki:jazz/09-09-23 2009-09-23])
     19  * [[Image(wiki:jazz/09-09-23:sqlite_gears.jpg,width=800)]]
    2020
     21 * [http://www.google.com.tw/trends?q=MongoDB%2C+CouchDB%2C+HBase%2C+apache+Cassandra%2C+Hypertable&ctab=0&geo=all&date=all&sort=0 MongoDB, CouchDB, HBase, Cassandra, Hypertable] 趨勢觀察  ([wiki:jazz/10-04-24 2010-04-24])
     22   * [[Image(wiki:jazz/10-04-24:mongodb_couchdb_hbase_cassandra_hypertable.png,width=800)]]
     23
     24 * 從 [http://www.google.com.tw/trends?q=sqlite%2C+google+gears%2C+mongodb%2C+CouchDB&ctab=0&geo=all&date=2010&sort=1 2010 年 Google Trends] 的搜尋趨勢可以看到 MongoDB 已經接近 Google Gears 了(當然跟 Google 宣布支援 HTML5 Local Database 有關).  ([wiki:jazz/10-04-24 2010-04-24])
     25   * [[Image(wiki:jazz/10-04-24:sqlite_mongodb_couchdb.png,width=800)]] 
     26
     27== Primer ==
     28
     29 * [http://devblog.streamy.com/2009/08/24/cap-theorem/ CAP Theorem]
     30 * [http://en.wikipedia.org/wiki/ACID ACID]
     31
     32== Comparison ==
     33
     34 * [http://ossdbsurvey.org/survey_lca2010.pdf Which databases solve my problem? a survey of open source databases] - [http://diaspora.gen.nz/~rodgerd/archives/1215-Survey-of-Open-Source-Database.html <note> Survey of Open Source Database] - http://ossdbsurvey.org/
     35 * [http://www.roadtofailure.com/2009/10/29/hbase-vs-cassandra-nosql-battle/ HBase vs. Cassandra: NoSQL Battle!]
     36
     37== Open Source Projects ==
     38
     39 * 2009-06-13: [http://blog.oskarsson.nu/2009/06/nosql-debrief.html NOSQL debrief ] ([wiki:jazz/09-08-22 2009-08-22])
     40 * [http://vimeo.com/5288034 NOSQL - CouchDB] ([wiki:jazz/09-08-11 2009-08-11])
     41 * [http://vimeo.com/5198661 NOSQL - Hypertable] ([wiki:jazz/09-08-11 2009-08-11])
     42 * [http://vimeo.com/5198411 NOSQL - HBase] ([wiki:jazz/09-08-11 2009-08-11])
    2143 * [http://www.metabrew.com/article/anti-rdbms-a-list-of-distributed-key-value-stores Anti-RDBMS: A list of distributed key-value stores] - 列舉出一些分散式 key-value 資料庫,不過漏了 ([wiki:jazz/09-09-23 2009-09-23])
    2244  * 噗浪的[http://opensource.plurk.com/LightCloud/ lightcloud]。
     
    4769 * [http://code.google.com/p/orient/  orient] - NoSQL document database light, portable and fast. Supports ACID Tx, Indexes, asynch queries, SQL layer, clustering, etc  ([wiki:jazz/09-09-23 2009-09-23])
    4870
    49 == Primer ==
    50 
    51  * [http://devblog.streamy.com/2009/08/24/cap-theorem/ CAP Theorem]
    52  * [http://en.wikipedia.org/wiki/ACID ACID]
    53 
    54 == Comparison ==
    55 
    56  * [http://ossdbsurvey.org/survey_lca2010.pdf Which databases solve my problem? a survey of open source databases] - [http://diaspora.gen.nz/~rodgerd/archives/1215-Survey-of-Open-Source-Database.html <note> Survey of Open Source Database] - http://ossdbsurvey.org/
    57  * [http://www.roadtofailure.com/2009/10/29/hbase-vs-cassandra-nosql-battle/ HBase vs. Cassandra: NoSQL Battle!]
    58 
    59 == Open Source Projects ==
    60 
    61  * 2009-06-13: [http://blog.oskarsson.nu/2009/06/nosql-debrief.html NOSQL debrief ] ([wiki:jazz/09-08-22 2009-08-22])
    62  * [http://vimeo.com/5288034 NOSQL - CouchDB] ([wiki:jazz/09-08-11 2009-08-11])
    63  * [http://vimeo.com/5198661 NOSQL - Hypertable] ([wiki:jazz/09-08-11 2009-08-11])
    64  * [http://vimeo.com/5198411 NOSQL - HBase] ([wiki:jazz/09-08-11 2009-08-11])
    65 
    6671== NoSQL : HBase ==
    6772
     
    8590   * [http://fosdem.org/2010/schedule/tracks/nosql FOSDEM NoSQL session]
    8691 * [http://www.larsgeorge.com/2009/03/hbase-vs-couchdb-in-berlin.html HBase vs. CouchDB in Berlin]
    87  * MongoDB, CouchDB, HBase, Cassandra, Hypertable 趨勢觀察  ([wiki:jazz/10-04-24 2010-04-24])
    88    * [[Image(wiki:jazz/10-04-24:mongodb_couchdb_hbase_cassandra_hypertable.png,width=800)]]
    89  * 當然縱使 MongoDB 與 CouchDB 已經有很高的排行榜,跟 SQLite 比起來,還是差很多。 從 [http://www.google.com.tw/trends?q=mongodb%2C+sqlite%2C+CouchDB%2C+google+gears&ctab=0&geo=all&date=all&sort=1 Google Trends] 的搜尋趨勢可以看到 SQLite > Google Gears > CouchDB 的趨勢,象徵著 distributed database 的影響力尚未普及。 ([wiki:jazz/09-09-23 2009-09-23])
    90   * [[Image(wiki:jazz/09-09-23:sqlite_gears.jpg,width=800)]]
    91  * 從 [http://www.google.com.tw/trends?q=sqlite%2C+google+gears%2C+mongodb%2C+CouchDB&ctab=0&geo=all&date=2010&sort=1 2010 年 Google Trends] 的搜尋趨勢可以看到 MongoDB 已經接近 Google Gears 了(當然跟 Google 宣布支援 HTML5 Local Database 有關).  ([wiki:jazz/10-04-24 2010-04-24])
    92    * [[Image(wiki:jazz/10-04-24:sqlite_mongodb_couchdb.png,width=800)]] 
    9392
    9493== NoSQL : Cassandra ==