Changes between Version 10 and Version 11 of jazz/NoSQL


Ignore:
Timestamp:
Jul 25, 2010, 10:29:49 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/NoSQL

    v10 v11  
    77    * 我個人的觀點是任何典範的轉移並不會一蹴可及,馬上轉換,往往是潛移默化,慢慢地改變。 ([wiki:jazz/09-07-27 2009-07-27])
    88 * NoSQL 會不會歷史重演 OODBMS ?! - [http://developers.slashdot.org/article.pl?sid=01/05/03/1434242 Why Aren't You Using An OODMS?] (2010-07-25)
     9    *
    910{{{
    1011There was no great story on schema migration either.
     
    3738 * 2010-07-04 : [http://www.mongodb.org/display/DOCS/MongoDB,+CouchDB,+MySQL+Compare+Grid   MongoDB, CouchDB, MySQL Compare Grid]
    3839
     40 * 2009-11-15 : [http://prajwal-tuladhar.net.np/2009/11/15/500/mongodbs-performance-as-compared-to-others-esp-couchdb/  MongoDB’s performance as compared to others]
     41    * [[Image(http://prajwal-tuladhar.net.np/wp-content/uploads/2009/11/mongo_performance.png,width=600)]]
     42
     43  * [影片] [http://video.yahoo.com/watch/2241669/7074711 MapReduce vs MySQL (speaker Stu Hood)  - Part 1]  ([wiki:jazz/09-09-23 2009-09-23])
     44  * [影片] [http://video.yahoo.com/watch/2241684/7074739 MapReduce vs MySQL (speaker Stu Hood)  - Part 2]  ([wiki:jazz/09-09-23 2009-09-23])
     45  * [影片] [http://video.yahoo.com/watch/2242180/7076074 MapReduce vs MySQL (speaker Stu Hood)  - Part 3]  ([wiki:jazz/09-09-23 2009-09-23])
     46
    3947== Open Source Projects ==
    4048
     
    4351 * [http://vimeo.com/5198661 NOSQL - Hypertable] ([wiki:jazz/09-08-11 2009-08-11])
    4452 * [http://vimeo.com/5198411 NOSQL - HBase] ([wiki:jazz/09-08-11 2009-08-11])
    45  * [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])
     53
     54 * 2009-01-19 : [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])
    4655  * 噗浪的[http://opensource.plurk.com/LightCloud/ lightcloud]。
    47   * [http://code.google.com/p/redis/ redis] - A persistent key-value database with built-in net interface written in ANSI-C for Posix systems
    48     * [http://www.linux-mag.com/cache/7496/1.html Redis: Lightweight key/value Store That Goes the Extra Mile] - 另一個輕量級的 Key/Value 資料庫
    4956
    50   * [影片] [http://video.yahoo.com/watch/2241669/7074711 MapReduce vs MySQL (speaker Stu Hood)  - Part 1]
    51   * [影片] [http://video.yahoo.com/watch/2241684/7074739 MapReduce vs MySQL (speaker Stu Hood)  - Part 2]
    52   * [影片] [http://video.yahoo.com/watch/2242180/7076074 MapReduce vs MySQL (speaker Stu Hood)  - Part 3]
    53   * 在看維基百科的時候,發現 CouchDB 同時被分屬在 [http://en.wikipedia.org/wiki/Column-oriented_DBMS Column-oriented DBMS] 跟 [http://en.wikipedia.org/wiki/Document-oriented_database Document-oriented database] ([wiki:jazz/09-09-23 2009-09-23])
    54   * [http://labs.mudynamics.com/2009/04/03/interactive-couchdb/ Interactive CouchDB] - 這裡用 Java Script 示範了 CouchDB 結合不同用途的 MapReduce 實作。
    55  * [http://dotcloud.org/ dot.Cloud] - an open-source cloud federation platform. - 從 Feature 看起來頗 Powerful ([wiki:jazz/09-09-23 2009-09-23])
    56    * Keep your servers under revision control
    57    * Stop worrying about maintaining state: just create and kill instances
    58    * Use tools you know: rsync, mercurial/git, ssh
    59    * Push a small upgrade to your images without moving gigabytes around
    60    * Replicate multi-server setups in just one command
    61    * Cleanly separate data (DB, logs, content) and code (OS, libraries, binaries, configuration)
    62    * Map data volumes to any available storage (NAS, EBS, S3)
    63    * Save bandwidth by delivering your app closer to the consumer
     57
    6458 * [http://code.google.com/p/gears-dblib/ gears-dblib] - A simple abstraction on top of the Database object in Gears ([wiki:jazz/09-09-23 2009-09-23])
    6559 * [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])
     
    117111  * [影片] [http://video.yahoo.com/watch/2278623/7162319 Next Generation Data Storage with CouchDB (speaker: Jan Lehnardt) - Part 1] ([wiki:jazz/09-09-23 2009-09-23])
    118112  * [影片] [http://video.yahoo.com/watch/2278711/7162483 Next Generation Data Storage with CouchDB (speaker: Jan Lehnardt) - Part 2] ([wiki:jazz/09-09-23 2009-09-23])
     113  * 在看維基百科的時候,發現 CouchDB 同時被分屬在 [http://en.wikipedia.org/wiki/Column-oriented_DBMS Column-oriented DBMS] 跟 [http://en.wikipedia.org/wiki/Document-oriented_database Document-oriented database] ([wiki:jazz/09-09-23 2009-09-23])
     114  * [http://labs.mudynamics.com/2009/04/03/interactive-couchdb/ Interactive CouchDB] - 這裡用 Java Script 示範了 CouchDB 結合不同用途的 MapReduce 實作。
     115 * [http://dotcloud.org/ dot.Cloud] - an open-source cloud federation platform. - 從 Feature 看起來頗 Powerful ([wiki:jazz/09-09-23 2009-09-23])
     116   * Keep your servers under revision control
     117   * Stop worrying about maintaining state: just create and kill instances
     118   * Use tools you know: rsync, mercurial/git, ssh
     119   * Push a small upgrade to your images without moving gigabytes around
     120   * Replicate multi-server setups in just one command
     121   * Cleanly separate data (DB, logs, content) and code (OS, libraries, binaries, configuration)
     122   * Map data volumes to any available storage (NAS, EBS, S3)
     123   * Save bandwidth by delivering your app closer to the consumer
     124
     125 * 2009-11-04 : [http://blog.cloudant.com/benchmarking-couchdb-with-baracus Benchmarking CouchDB with Baracus]
    119126
    120127== NoSQL : Voldemort ==
     
    124131
    125132== NoSQL : Redis ==
    126  
    127  * [http://www.linux-mag.com/cache/7496/1.html Redis: Lightweight key/value Store That Goes the Extra Mile] - 另一個輕量級的 Key/Value 資料庫 ([wiki:jazz/09-09-02 2009-09-02])
     133
     134  * [http://code.google.com/p/redis/ redis] - A persistent key-value database with built-in net interface written in ANSI-C for Posix systems
     135    * [http://www.linux-mag.com/cache/7496/1.html Redis: Lightweight key/value Store That Goes the Extra Mile] - 另一個輕量級的 Key/Value 資料庫 ([wiki:jazz/09-09-02 2009-09-02])
    128136
    129137== Use Case ==