Changes between Version 11 and Version 12 of jazz/NoSQL
- Timestamp:
- Jul 25, 2010, 11:55:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/NoSQL
v11 v12 7 7 * 我個人的觀點是任何典範的轉移並不會一蹴可及,馬上轉換,往往是潛移默化,慢慢地改變。 ([wiki:jazz/09-07-27 2009-07-27]) 8 8 * NoSQL 會不會歷史重演 OODBMS ?! - [http://developers.slashdot.org/article.pl?sid=01/05/03/1434242 Why Aren't You Using An OODMS?] (2010-07-25) 9 * 9 * [http://teddziuba.com/2010/03/i-cant-wait-for-nosql-to-die.html I can't wait for NoSql to die] - [http://www.javaworld.com.tw/roller/ingramchen/entry/nosql_to_die NoSQL to die (中文評論)] 10 10 {{{ 11 11 There was no great story on schema migration either. … … 13 13 14 14 == 趨勢分析 Trend Observation == 15 16 * [http://www.simplyhired.com/a/jobtrends/trend/q-Cassandra%2C+Redis%2C+Voldemort%2C+Simpledb%2C+Couchdb%2C+Mongodb%2C+Hbase%2C+Hypertable 從 Simply Hired 職缺趨勢來看 NoSQL 的需求量],可以看到 [http://aws.amazon.com/simpledb/ Amazon 的 SimpleDB] (2010-07-25) 15 17 16 18 * [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]) … … 38 40 * 2010-07-04 : [http://www.mongodb.org/display/DOCS/MongoDB,+CouchDB,+MySQL+Compare+Grid MongoDB, CouchDB, MySQL Compare Grid] 39 41 42 * 2010-01-05 : [http://www.vineetgupta.com/2010/01/nosql-databases-part-1-landscape.html NoSql Databases – Part 1 - Landscape] 43 44 || Distributed || Not Distributed (responsibility on client) || 45 || * Amazon Dynamo[[BR]] * Amazon S3[[BR]] * Scalaris[[BR]] * Voldemort[[BR]] * CouchDb (thru Lounge)[[BR]] * Riak[[BR]] * MongoDb (in alpha)[[BR]] * BigTable[[BR]] * Cassandra[[BR]] * HyperTable[[BR]] * HBase || * Redis[[BR]] * Tokyo Tyrant[[BR]] * MemcacheDb[[BR]] * Amazon SimpleDb || 46 47 * 2009-11-15 : [http://blogs.neotechnology.com/emil/2009/11/nosql-scaling-to-size-and-scaling-to-complexity.html NOSQL: scaling to size and scaling to complexity] - 說明了 Key-Value Store, BigTable Clones (aka "ColumnFamily") , Document Oriented, Graph Databases 在大小(Size)與複雜度上的關係。 48 * [[Image(http://blogs.neotechnology.com/.a/6a0120a600b05e970b012875a1df18970c-500pi,width=600)]] 49 40 50 * 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 51 * [[Image(http://prajwal-tuladhar.net.np/wp-content/uploads/2009/11/mongo_performance.png,width=600)]] 52 53 * 2009-11-09 : [http://www.rackspacecloud.com/blog/2009/11/09/nosql-ecosystem/ NoSQL Ecosystem] (2010-07-25) 54 * [[Image(http://c0179631.cdn.cloudfiles.rackspacecloud.com/NoSQL_1_New.png,width=600)]] 55 * [[Image(http://c0179631.cdn.cloudfiles.rackspacecloud.com/NoSQL_2_New.png,width=600)]] 56 *[[Image(http://c0179631.cdn.cloudfiles.rackspacecloud.com/NoSQL_3.png,width=600)]] 57 58 * 2009-10-21 : [http://www.viget.com/extend/nosql-misconceptions/ NoSQL Misconceptions] - 關於 NoSQL 的錯誤觀念 59 60 *[[Image( 42 61 43 62 * [影片] [http://video.yahoo.com/watch/2241669/7074711 MapReduce vs MySQL (speaker Stu Hood) - Part 1] ([wiki:jazz/09-09-23 2009-09-23]) … … 58 77 * [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]) 59 78 * [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]) 79 80 * 2009-03-30 : [http://www.harecoded.com/non-rdbm-distributed-databases-map-reduce-key-value-and-cloud-computing-227117 non-RDBM distributed databases, map/reduce, key/value and cloud computing] (2010-07-25) 60 81 61 82 == NoSQL : HBase == … … 95 116 * 2010-03-02: [https://www.cloudkick.com/blog/2010/mar/02/4_months_with_cassandra/ 4 Months with Cassandra, a love story] - 用 Cassandra 的經驗分享 ([wiki:jazz/10-03-04 2010-03-04]) 96 117 97 * [http://wiki.apache.org/cassandra/DebianPackaging Cassandra Debian 套件] 118 * [http://wiki.apache.org/cassandra/DebianPackaging Cassandra Debian 套件] (2010-07-25) 119 * [http://www.javaworld.com.tw/roller/ingramchen/entry/consistency Consistency (中文)] (2010-07-25) 98 120 99 121 == NoSQL : MongoDB ==