Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomstitt/mustached-dangerzone

map over a txt file and reduce to word counts
https://github.com/tomstitt/mustached-dangerzone

Last synced: 16 days ago
JSON representation

map over a txt file and reduce to word counts

Awesome Lists containing this project

README

        

# mustached-dangerzone

Map-Reduce for text file word counts.

build
```shell
# make
```
clean
```shell
# make clean
```
run
```shell
# ./project [input file] [number of replicas > 0] [buffer size > 0]
```