Metadata-Version: 1.1
Name: kotti_mapreduce
Version: 0.1.0
Summary: The MapReduce addon for Kotti sites
Home-page: https://github.com/t2y/kotti_mapreduce
Author: Tetsuya Morimoto
Author-email: tetsuya dot morimoto at gmail dot com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ===============
        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
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        .. _Amazon Elastic MapReduce (Amazon EMR): http://aws.amazon.com/elasticmapreduce/
        .. _Amazon Elastic MapReduce (Documentation): http://aws.amazon.com/documentation/elasticmapreduce/
        
        
        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/
        
        
        Authors
        =======
        
        - Tetsuya Morimoto
        
        For a complete list of contributors, see
        https://github.com/t2y/kotti_mapreduce/graphs/contributors
        
        
        History
        =======
        
Keywords: kotti web emr mapreduce
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: Repoze Public License
