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

https://github.com/ivanprodaiko94/ucu-distributed-dbs-mapreduce

Mapreduce implementation for distributed databases course in UCU
https://github.com/ivanprodaiko94/ucu-distributed-dbs-mapreduce

Last synced: about 1 year ago
JSON representation

Mapreduce implementation for distributed databases course in UCU

Awesome Lists containing this project

README

          

# Preprocessing

Dataset is taken [from](https://www.kaggle.com/gyani95/380000-lyrics-from-metrolyrics)

Launch the app
```bash
make init
make start
```

Stop the app
```bash
make stop
```