Changes between Version 15 and Version 16 of jazz/NoSQL


Ignore:
Timestamp:
Jul 26, 2010, 12:35:14 AM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/NoSQL

    v15 v16  
    1616 * http://en.wikipedia.org/wiki/NoSQL - 維基百科
    1717 * [http://www.informationweek.com/news/development/architecture-design/showArticle.jhtml?articleID=224900559 The NoSQL Alternative ]
     18
     19 * [http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html Amazon's Dynamo]
     20
     21 * [http://blog.xdite.net/?cat=91 Scaling Rails Site:Reading Material # 1~ # 5] (2010-07-26)
     22 * 2009-07-25 : [http://blog.gslin.org/archives/2009/07/25/2065/ Distributed Key-Value Database] - gslin 介紹分散式 Key-Value Datastore 的一些背景觀念 (2010-07-26)
     23 * 2009-11-06 : [http://plog.longwin.com.tw/news-technology/2009/11/06/key-value-system-category-2009 Key-Value 系統 分類整理 (NoSQL)]
    1824
    1925== Primer ==
     
    5056
    5157 * [http://en.wikipedia.org/wiki/Structured_storage Structured storage] (2010-07-26)
    52  * 2010-04 : [http://www.cattell.net/datastores/Datastores.pdf  Datastore Comparison: High Performance Scalable Data Stores] (PDF) (2010-07-26)
     58
     59 * [http://nosql.mypopescu.com/tagged/benchmark NoSQL benchmarks and performance evaluations]
    5360
    5461 * [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/
    5562 * [http://www.roadtofailure.com/2009/10/29/hbase-vs-cassandra-nosql-battle/ HBase vs. Cassandra: NoSQL Battle!]
    5663
    57  * 2010-07-04 : [http://www.mongodb.org/display/DOCS/MongoDB,+CouchDB,+MySQL+Compare+Grid   MongoDB, CouchDB, MySQL Compare Grid]
     64 * 2010-07-04 : [http://www.mongodb.org/display/DOCS/MongoDB,+CouchDB,+MySQL+Compare+Grid   MongoDB, CouchDB, MySQL Compare Grid] (2010-07-26)
     65 * 2010-06-30 : [http://newsicare.wordpress.com/2010/06/30/mongodb-vs-couchdb/ A brief comparison of MongoDB and CouchDB] (2010-07-26)
     66 * 2010-06-12 : [http://www.synchrosinteractive.com/blog/1-software/30-nifty-new-databases Nifty New Databases] (2010-07-26)
     67 * 2010-03-30 : [http://www.gonosql.com/couchdb-vs-mongodb-comparison/ CouchDB vs MongoDB Comparison] (2010-07-26)
     68 * 2010-02-25 : [http://www.cattell.net/datastores/Datastores.pdf  Datastore Comparison: High Performance Scalable Data Stores] (PDF) - [http://highscalability.com/blog/2010/2/25/paper-high-performance-scalable-data-stores.html  Paper: High Performance Scalable Data Stores] (2010-07-26)
    5869
    5970 * 2010-01-05 : [http://www.vineetgupta.com/2010/01/nosql-databases-part-1-landscape.html NoSql Databases – Part 1 - Landscape]
     
    6172|| Distributed ||       Not Distributed (responsibility on client) ||
    6273|| * 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 ||
     74
     75 * 2009-11-25 : [http://robbin.javaeye.com/blog/524977 NoSQL数据库探讨之一 - 为什么要用非关系数据库?]
    6376
    6477 * 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)與複雜度上的關係。
     
    88101 * 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])
    89102  * 噗浪的[http://opensource.plurk.com/LightCloud/ lightcloud]。
    90 
    91103
    92104 * [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])
     
    139151 * 2009-07-25 : [http://blog.boxedice.com/2009/07/25/choosing-a-non-relational-database-why-we-migrated-from-mysql-to-mongodb Choosing a non-relational database; why we migrated from MySQL to MongoDB]
    140152
     153 *  2009-11-19 : [http://rubyconf2009.confreaks.com/19-nov-2009-16-20-getting-non-relational-with-mongodb-michael-dirolf.html Getting Non-Relational with MongoDB]
     154
    141155== NoSQL : CouchDB  ==
    142156