Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdubourg001/ts-mapreduce


https://github.com/mdubourg001/ts-mapreduce

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

**This is a TS implementation of the MapReduce algorithm. (Context: EPSI I2 BIG DATA)**

#### Setup project

```shell
yarn # installing dependencies
```

#### Run

Running does not logs results at the moment, it only measure and logs the execution time.

```shell
yarn start
```

---

![MapReduce schema](https://www.researchgate.net/publication/276133737/figure/fig2/AS:614345205616656@1523482719495/Typical-MapReduce-algorithm-workflow.png)