| 1 | = 2009-04-14 = |
| 2 | |
| 3 | == Virtualization == |
| 4 | |
| 5 | * [http://www.networkworld.com/cgi-bin/mailto/x.cgi?pagetosend=/export/home/httpd/htdocs/news/2009/040909-users-warned-of-virtualisations-dark.html&pagename=/news/2009/040909-users-warned-of-virtualisations-dark.html&pageurl=http://www.networkworld.com/news/2009/040909-users-warned-of-virtualisations-dark.html&site=printpage Users warned of virtualization's 'dark side' ] - 虛擬化的'黑暗面' |
| 6 | |
| 7 | == MapReduce == |
| 8 | |
| 9 | * Java |
| 10 | * [http://www.gridgain.com/ GridGain] - Java 寫的 MapReduce Framework |
| 11 | * [http://mirror.facebook.com/facebook/hive/ Hive] - 架構在 Hadoop 之上,由 facebook 主導的專案 |
| 12 | * C/C++ |
| 13 | * [http://csl.stanford.edu/~christos/sw/phoenix/ Phoenix] |
| 14 | * Perl |
| 15 | * [http://search.cpan.org/~drrho/Parallel-MapReduce-0.09/lib/Parallel/MapReduce.pm Parallel::MapReduce] |
| 16 | * Python |
| 17 | * [http://mfisk.github.com/filemap/ FileMap] - [http://github.com/mfisk/filemap/tree/master 原始碼] |
| 18 | * [http://discoproject.org/ Disco] - 核心用 Erlang 寫的,Job 管理可以用 Python 撰寫。 |
| 19 | * [http://wiki.github.com/klbostee/dumbo dumbo] - 跟 Hadoop 的關聯性非常強,因為這個專案就是 Hadoop Stream 裡的 Python 實作 |
| 20 | * Ruby |
| 21 | * [http://skynet.rubyforge.org/ Skynet] |
| 22 | * CUDA |
| 23 | * [http://www.cse.ust.hk/gpuqp/Mars.html Mars] - A MapReduce Framework on Graphics Processors - 如果要用 GPU 來算 MapReduce 的話,可以用 Mars |
| 24 | * Qt |
| 25 | * [http://labs.trolltech.com/page/Projects/Threads/QtConcurrent QtConcurrent] - 網頁寫說適用於 shared-memory (non-distributed) systems。 |
| 26 | * bash |
| 27 | * [http://blog.last.fm/2009/04/06/mapreduce-bash-script Mapreduce Bash Script] - 用 bash shell script 寫的 MapReduce - [http://github.com/erikfrey/bashreduce/tree/master 原始碼] |
| 28 | |
| 29 | == HBase / CouchDB == |
| 30 | |
| 31 | * 在看維基百科的時候,發現 CouchDB 同時被分屬在 [http://en.wikipedia.org/wiki/Column-oriented_DBMS Column-oriented DBMS] 跟 [ |