Rustem / kbtu.mapreduce.erlang

Map Reduce using Erlang to process word frequences and inverted index tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello everybody. This is simple Map Reduce application, using Erlang/OTP power of concurrency. There are two famous problems touched: 1. word frequences 2. inverted index - NOT IMPLEMENTED YET

You can test it by using 'project_files' or 'tags' directory. To Compile:

  • make mapreduce-project
  • erl
  • cd(ebin).
  • word_counter:count(tags).

About

Map Reduce using Erlang to process word frequences and inverted index tasks


Languages

Language:Erlang 100.0%