| | 23 | == Cluster Computing == |
| | 24 | |
| | 25 | * 從 [] |
| | 26 | * [http://cha.homeip.net/blog/archives/2006/11/psacct_checkins.html psacct & checkinstall 使用備忘] |
| | 27 | |
| | 28 | == NoSQL == |
| | 29 | |
| | 30 | * 從 [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 的影響力尚未普及。 |
| | 31 | |
| | 32 | * [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 資料庫,不過漏了 |
| | 33 | * 噗浪的[http://opensource.plurk.com/LightCloud/ lightcloud]。 |
| | 34 | * [http://code.google.com/p/redis/ redis] - A persistent key-value database with built-in net interface written in ANSI-C for Posix systems |
| | 35 | |
| | 36 | * [http://wiki.apache.org/couchdb/ CouchDB] - |
| | 37 | * [http://packages.ubuntu.com/couchdb Ubuntu couchdb 套件] |
| | 38 | * [http://packages.debian.org/couchdb Debian couchdb 套件] |
| | 39 | * [http://wiki.apache.org/couchdb/EntityRelationship Modeling Entity Relationships in CouchDB] |
| | 40 | * [http://code.google.com/p/couchdb-fuse/ couchdb-fuse] - CouchDB FUSE File System |
| | 41 | |
| | 42 | * [http://dotcloud.org/ dot.Cloud] - an open-source cloud federation platform. - 從 Feature 看起來頗 Powerful |
| | 43 | * Keep your servers under revision control |
| | 44 | * Stop worrying about maintaining state: just create and kill instances |
| | 45 | * Use tools you know: rsync, mercurial/git, ssh |
| | 46 | * Push a small upgrade to your images without moving gigabytes around |
| | 47 | * Replicate multi-server setups in just one command |
| | 48 | * Cleanly separate data (DB, logs, content) and code (OS, libraries, binaries, configuration) |
| | 49 | * Map data volumes to any available storage (NAS, EBS, S3) |
| | 50 | * Save bandwidth by delivering your app closer to the consumer |
| | 51 | |
| | 52 | * [http://code.google.com/p/gears-dblib/ gears-dblib] - A simple abstraction on top of the Database object in Gears |
| | 53 | |