Easy parallel map-reduce command line tool
Project description
Hadopy - Easy parallel map-reduce command line tool
If you want to map reduce parallel but hadoop is overkill, with Hadopy you can run map reduce in python.
Installing
To get Hadopy, either install from PyPi:
$ pip install hadopy
or clone this github project and install:
$ pip install .
Usage
Hadopy was programmed with ease-of-use in mind. To run it use one of the following command:
Linux / MacOS
$ cat example.txt | hadopy --mapper "python mapper.py" --reducer "python reducer.py"
Windows
$ type example.txt | hadopy --mapper "python mapper.py" --reducer "python reducer.py"
For more information use
$ hadopy --help
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hadopy-0.1.3.tar.gz
(15.8 kB
view details)
File details
Details for the file hadopy-0.1.3.tar.gz.
File metadata
- Download URL: hadopy-0.1.3.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27ce9483443629b23229ffc8346911aebdad9771098e5b7f536ad925c434a5ff
|
|
| MD5 |
196899cee8920c97852c5c0079561637
|
|
| BLAKE2b-256 |
5c45662c9a48b590c22fafec23e9dc945cd27d35e6caf55eebe737f285d16b71
|