Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavdmyt/word-count
MapReduce 'Hello World' program.
https://github.com/pavdmyt/word-count
Last synced: 6 days ago
JSON representation
MapReduce 'Hello World' program.
- Host: GitHub
- URL: https://github.com/pavdmyt/word-count
- Owner: pavdmyt
- License: mit
- Created: 2015-02-07T21:27:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T20:51:23.000Z (almost 10 years ago)
- Last Synced: 2023-04-09T22:11:44.503Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Word count via MapReduce
========================Simple MapReduce implementation in Python. Parallelism is achieved using
multiprocessing.Pool class which provides means to manage our own worker
process pool.