close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 26, 2010, 12:15:06 AM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v14
|
v15
|
|
| 12 | 12 | }}} |
| 13 | 13 | |
| 14 | | * [http://www.schoonerinfotech.com/solutions/nosql/what_is_nosql What Is NoSQL?] |
| | 14 | == Definition == |
| | 15 | |
| 15 | 16 | * http://en.wikipedia.org/wiki/NoSQL - 維基百科 |
| 16 | | * http://www.cattell.net/datastores/index.html |
| 17 | 17 | * [http://www.informationweek.com/news/development/architecture-design/showArticle.jhtml?articleID=224900559 The NoSQL Alternative ] |
| | 18 | |
| | 19 | == Primer == |
| | 20 | |
| | 21 | * NoSQL 的 A (ACID), B (BASE), C (CAP Theorem) |
| | 22 | * [http://en.wikipedia.org/wiki/ACID ACID] |
| | 23 | * [http://queue.acm.org/detail.cfm?id=1394128 BASE: An Acid Alternative] |
| | 24 | * [http://devblog.streamy.com/2009/08/24/cap-theorem/ CAP Theorem] - [http://cacm.acm.org/blogs/blog-cacm/83396-errors-in-database-systems-eventual-consistency-and-the-cap-theorem/fulltext Errors in Database Systems, Eventual Consistency, and the CAP Theorem] |
| | 25 | |
| | 26 | == Papers and Websites == |
| | 27 | |
| | 28 | * http://nosqlsummer.org/ - 一個關於 NoSQL 與分散式系統的論文閱讀俱樂部!!!! |
| | 29 | * http://nosql-database.org/ - 介紹 NoSQL 分類的重要入口網站 |
| | 30 | * http://www.nosqldatabases.com/ |
| | 31 | * http://nosql.mypopescu.com/ |
| 18 | 32 | |
| 19 | 33 | == 趨勢分析 Trend Observation == |
| … |
… |
|
| 32 | 46 | * 從 [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]) |
| 33 | 47 | * [[Image(wiki:jazz/10-04-24:sqlite_mongodb_couchdb.png,width=800)]] |
| 34 | | |
| 35 | | == Primer == |
| 36 | | |
| 37 | | * NoSQL 的 A (ACID), B (BASE), C (CAP Theorem) |
| 38 | | * [http://en.wikipedia.org/wiki/ACID ACID] |
| 39 | | * [http://queue.acm.org/detail.cfm?id=1394128 BASE: An Acid Alternative] |
| 40 | | * [http://devblog.streamy.com/2009/08/24/cap-theorem/ CAP Theorem] - [http://cacm.acm.org/blogs/blog-cacm/83396-errors-in-database-systems-eventual-consistency-and-the-cap-theorem/fulltext Errors in Database Systems, Eventual Consistency, and the CAP Theorem] |
| 41 | | |
| 42 | | == Papers and Websites == |
| 43 | | |
| 44 | | * http://nosqlsummer.org/ - 一個關於 NoSQL 與分散式系統的論文閱讀俱樂部!!!! |
| 45 | | * http://nosql-database.org/ - 介紹 NoSQL 分類的重要入口網站 |
| 46 | | * http://www.nosqldatabases.com/ |
| 47 | | * http://nosql.mypopescu.com/ |
| 48 | 48 | |
| 49 | 49 | == Comparison == |