This is yet another lightweight implementation of map reduce framework based on P2P distributed storage system.
We implement a instance for weather data processing based on this framework.
You can find a list of weather data in the Testmap directory.
- modify the ip parameter in the function of start_client() in client.py and map.py.
- run client.py and map.py on corresponding client and server sides.
We implement this framework just for learning and interest. Therefore, no guarantee on the stability of this framework. Report bug on issue if you would like to.