kotti_mapreduce

The MapReduce addon for Kotti sites


Keywords
kotti, web, emr, mapreduce
License
Other
Install
pip install kotti_mapreduce==0.2.0

Documentation

kotti_mapreduce

This is an extension to Kotti that allows to use MapReduce feature to your site.

Find out more about Kotti

kotti_mapreduce uses Amazon Elastic MapReduce (Amazon EMR) only at this time. To run a MapReduce job, AWS access key is needed. See also Amazon Elastic MapReduce (Documentation) about the Job Flow for MapReduce.

Development happens at https://github.com/t2y/kotti_mapreduce

Installation

From PyPI:

$ pip install kotti_mapreduce

From github (for developers):

$ git clone git@github.com:t2y/kotti_mapreduce.git
$ cd kotti_mapreduce/
$ python setup.py develop

Configuration

To enable the extension in your Kotti site, activate the configurator:

kotti.configurators = kotti_mapreduce.kotti_configure

Documentation

Documentation is hosted on readthedocs.org at http://kotti-mapreduce.readthedocs.org/en/latest/