Changes between Version 4 and Version 5 of jazz/NoSQL
- Timestamp:
- Jul 25, 2010, 6:05:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/NoSQL
v4 v5 2 2 3 3 == Histroy == 4 5 * 2009-07-01: [http://www.computerworld.com/s/article/print/9135086/No_to_SQL_Anti_database_movement_gains_steam_?taxonomyId=173&taxonomyName=Databases No to SQL? Anti-database movement gains steam] - NoSQL 活動 - 漸漸有一股勢力在推動不要用 SQL Database .... 資料庫真的退流行了嗎??!! ([wiki:jazz/09-07-16 2009-07-16]) 我個人的觀點是任何典範的轉移並不會一蹴可及,馬上轉換,往往是潛移默化,慢慢地改變。 ([wiki:jazz/09-07-27 2009-07-27]) 4 6 5 7 == Trend Observation == … … 45 47 == Open Source Projects == 46 48 49 * 2009-06-13: [http://blog.oskarsson.nu/2009/06/nosql-debrief.html NOSQL debrief ] ([wiki:jazz/09-08-22 2009-08-22]) 50 * [http://vimeo.com/5288034 NOSQL - CouchDB] ([wiki:jazz/09-08-11 2009-08-11]) 51 * [http://vimeo.com/5198661 NOSQL - Hypertable] ([wiki:jazz/09-08-11 2009-08-11]) 52 * [http://vimeo.com/5198411 NOSQL - HBase] ([wiki:jazz/09-08-11 2009-08-11]) 53 47 54 == NoSQL : HBase == 48 55 … … 77 84 == NoSQL : Cassandra == 78 85 86 * [http://incubator.apache.org/cassandra/ Cassandra] - a highly scalable, eventually consistent, distributed, structured key-value store. ([wiki:jazz/09-09-18 2009-09-18]) 87 * [http://www.ethiopianreview.com/scitech/5281 Looking to the future with Cassandra] 88 * Cassandra was open sourced by Facebook in 2008 89 * Cassandra brings together the distributed systems technologies from Dynamo and the data model from Google's BigTable. 90 79 91 * 09:00–09:50 nosql cassandra - Gasol (Pixnet) ([wiki:jazz/10-04-24 2010-04-24]) 80 92 * http://cassandra.apache.org/ … … 84 96 * 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) 85 97 98 == NoSQL : Voldemort == 99 100 * [http://project-voldemort.com/ Voldemort] - a distributed key-value storage system ([wiki:jazz/09-09-18 2009-09-18]) 101 * used at !LinkedIn for certain high-scalability storage problems 102 103 == NoSQL : Redis == 104 105 * [http://www.linux-mag.com/cache/7496/1.html Redis: Lightweight key/value Store That Goes the Extra Mile] - 另一個輕量級的 Key/Value 資料庫 ([wiki:jazz/09-09-02 2009-09-02 ]) 106 86 107 == Use Case == 87 108