Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdubourg001/ts-mapreduce
https://github.com/mdubourg001/ts-mapreduce
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdubourg001/ts-mapreduce
- Owner: mdubourg001
- Created: 2020-02-20T16:00:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T01:08:27.000Z (about 3 years ago)
- Last Synced: 2023-03-07T06:18:37.623Z (over 1 year ago)
- Language: TypeScript
- Size: 3.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)