Changes between Version 24 and Version 25 of jazz/09-04-14


Ignore:
Timestamp:
Aug 24, 2010, 10:56:59 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-04-14

    v24 v25  
    4141   * [http://www.gridgain.com/ GridGain] - Java 寫的 MapReduce Framework
    4242   * [http://mirror.facebook.com/facebook/hive/ Hive] - 架構在 Hadoop 之上,由 facebook 主導的專案
     43   * [http://code.google.com/p/cloudmapreduce Cloud MapReduce] - A MapReduce implementation on Amazon Cloud OS
    4344 * C/C++
    4445   * [http://csl.stanford.edu/~christos/sw/phoenix/ Phoenix]
     
    4647    * [http://csl.stanford.edu/%7Echristos/publications/2007.cmp_mapreduce.hpca.pdf 投影片]
    4748    * [http://video.google.com/videoplay?docid=5795534100478091031 演講影片]
     49   * [http://www.galagosearch.org/ Galago TupleFlow]
    4850 * Perl
    4951   * [http://search.cpan.org/~drrho/Parallel-MapReduce-0.09/lib/Parallel/MapReduce.pm Parallel::MapReduce]
     
    5456   * [http://wiki.github.com/klbostee/dumbo dumbo] - 跟 Hadoop 的關聯性非常強,因為這個專案就是 Hadoop Stream 裡的 Python 實作
    5557   * [http://wiki.github.com/goossaert/prince/ Prince] - API for Hadoop/MapReduce in Python, 2010 ([wiki:jazz/10-05-12 2010-05-12])
     58   * [http://code.google.com/p/octopy/ octopy] - Easy MapReduce for Python (2010-08-24)
     59   * [http://code.google.com/p/httpmr/  httpmr] - A scalable data processing framework for people with web clusters. (2010-08-24) - 架在 Google App Engine 之上
     60   * [http://www.cs.ucr.edu/~jdou/misco/ misco] - A Mobile MapReduce Framework
    5661 * Ruby
    5762   * [http://skynet.rubyforge.org/ Skynet]
    5863   * [http://www.rufy.com/starfish/doc/ Starfish] - Open source Ruby implementation
     64   * [http://rubygems.org/gems/mapredus mapredus] - simple mapreduce framework using redis and resque (2010-08-24)
     65 * Erlang
     66   * [http://wiki.basho.com/display/RIAK/Riak Riak] : An Open Source Internet-Scale Data Store
    5967 * CUDA
    6068   * [http://www.cse.ust.hk/gpuqp/Mars.html Mars] - A MapReduce Framework on Graphics Processors - 如果要用 GPU 來算 MapReduce 的話,可以用 Mars
     
    6977 * .NET
    7078   * [http://qizmt.myspace.com/ Qizmt] - !MySpace just released a MapReduce framework for .NET called Qizmt as an open source project. - [http://channel9.msdn.com/shows/Communicating/MySpace-Qizmt-a-NET-MapReduce-Framework/ 簡介影片] - [http://code.google.com/p/qizmt/ 原始碼下載]
     79   * [http://research.microsoft.com/en-us/projects/Dryad/ Dryad] - [http://connect.microsoft.com/site/sitehome.aspx?SiteID=891 DryadLINQ] (2010-08-24)
    7180 * MPI
    7281   * [http://www.sandia.gov/~sjplimp/mapreduce/doc/Manual.html MapReduce-MPI Library] - ([http://cxwangyi.blogspot.com/2010/05/mpi-based-mapreduce-implementation.html 2010-05-16: MPI-based MapReduce Implementation])