kotti_mapreduce: Kotti Extension for using 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

You can download kotti_mapreduce from the Python Package Index, it takes only a few moments to install.

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

For Developers

Indices and tables