| 5 | |
| 6 | [wiki:jazz/09-09-23 2009-09-23] |
| 7 | |
| 8 | * 從 [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 的影響力尚未普及。 |
| 9 | * [[Image(wiki:jazz/09-09-23:sqlite_gears.jpg,width=600)]] |
| 10 | |
| 11 | * [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 資料庫,不過漏了 |
| 12 | * 噗浪的[http://opensource.plurk.com/LightCloud/ lightcloud]。 |
| 13 | * [http://code.google.com/p/redis/ redis] - A persistent key-value database with built-in net interface written in ANSI-C for Posix systems |
| 14 | * [http://www.linux-mag.com/cache/7496/1.html Redis: Lightweight key/value Store That Goes the Extra Mile] - 另一個輕量級的 Key/Value 資料庫 |
| 15 | * [http://wiki.apache.org/couchdb/ CouchDB] - |
| 16 | * [http://packages.ubuntu.com/couchdb Ubuntu couchdb 套件] |
| 17 | * [http://packages.debian.org/couchdb Debian couchdb 套件] |
| 18 | * [http://wiki.apache.org/couchdb/EntityRelationship Modeling Entity Relationships in CouchDB] |
| 19 | * [http://code.google.com/p/couchdb-fuse/ couchdb-fuse] - CouchDB FUSE File System |
| 20 | * [影片] [http://video.yahoo.com/watch/2278623/7162319 Next Generation Data Storage with CouchDB (speaker: Jan Lehnardt) - Part 1] |
| 21 | * [影片] [http://video.yahoo.com/watch/2278711/7162483 Next Generation Data Storage with CouchDB (speaker: Jan Lehnardt) - Part 2] |
| 22 | * [影片] [http://video.yahoo.com/watch/2241669/7074711 MapReduce vs MySQL (speaker Stu Hood) - Part 1] |
| 23 | * [影片] [http://video.yahoo.com/watch/2241684/7074739 MapReduce vs MySQL (speaker Stu Hood) - Part 2] |
| 24 | * [影片] [http://video.yahoo.com/watch/2242180/7076074 MapReduce vs MySQL (speaker Stu Hood) - Part 3] |
| 25 | * 在看維基百科的時候,發現 CouchDB 同時被分屬在 [http://en.wikipedia.org/wiki/Column-oriented_DBMS Column-oriented DBMS] 跟 [http://en.wikipedia.org/wiki/Document-oriented_database Document-oriented database] |
| 26 | * [http://labs.mudynamics.com/2009/04/03/interactive-couchdb/ Interactive CouchDB] - 這裡用 Java Script 示範了 CouchDB 結合不同用途的 MapReduce 實作。 |
| 27 | * [http://dotcloud.org/ dot.Cloud] - an open-source cloud federation platform. - 從 Feature 看起來頗 Powerful |
| 28 | * Keep your servers under revision control |
| 29 | * Stop worrying about maintaining state: just create and kill instances |
| 30 | * Use tools you know: rsync, mercurial/git, ssh |
| 31 | * Push a small upgrade to your images without moving gigabytes around |
| 32 | * Replicate multi-server setups in just one command |
| 33 | * Cleanly separate data (DB, logs, content) and code (OS, libraries, binaries, configuration) |
| 34 | * Map data volumes to any available storage (NAS, EBS, S3) |
| 35 | * Save bandwidth by delivering your app closer to the consumer |
| 36 | * [http://code.google.com/p/gears-dblib/ gears-dblib] - A simple abstraction on top of the Database object in Gears |
| 37 | * [http://code.google.com/p/orient/ orient] - NoSQL document database light, portable and fast. Supports ACID Tx, Indexes, asynch queries, SQL layer, clustering, etc |