Headline

A Language:Haskell-based data model illustrative for data parallelism

Motivation

This is a simple variation on Contribution:haskellComposition such that the tree structure of companies is represented in a flattened manner. To this end, all departments and employees are qualified with names of their ancestor departments and hosting companies. In this manner, the set of all employees is effectively represented as a plain list of tuples. As a result, this representation could be used for data parallelism, e.g., a la MapReduce. This potential is further illustrated by adding a variation on the functionality for totaling salaries such that subtotals are derived per company and department. Thus, company and department names serve as keys for grouping and aggregating elementary results.

Architecture

See Contribution:haskellComposition.

There is an additional module "MapReduce.hs" capturing the MapReduce abstraction.

Usage

See Contribution:haskellComposition.


There are no revisions for this page.

User contributions

    This user never has never made submissions.

    User edits

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.