Metadata-Version: 1.1
Name: slippinj
Version: 1.2.1
Summary: Tools to generate and deploy Apache Oozie workflows
Home-page: https://github.com/scm-spain/slippin-jimmy
Author: Data Architects SCM Spain
Author-email: data.architects@scmspain.com
License: GPLv2
Description: Oozie workflow tools AKA Slippin Jimmy
        ======================================
        
        |Build Status|
        
        Generating Oozie workflows can be a tedious task, coding XML is not
        awesome, so you can generate them from Jinja templates using the
        process\_templates.py script.
        
        Installing the module
        ---------------------
        
        ::
        
            # pip install slippinj
        
        Running the script
        ------------------
        
        The arguments not provided and mandatory are asked for during script
        execution:
        
        ::
        
            jimmy -h
        
        Running the tests
        -----------------
        
        Remember to remove the package before running the tests or the installed
        version will be used to run them
        
        ::
        
            $ make test
        
        Components of the module
        ------------------------
        
        Slippin Jimmy is composed by the above components: \* Scribe: It creates
        the documentation and basic configuration from the Source database \*
        Valet: It provisions the cluster with the needed software \* Tlacuilo:
        It compiles the XML workflows from the YAML configuration \* Anabasii:
        It uploads the code to the cluster \* Cooper: Once the code has been
        uploaded it run the workflows \* Hersir: Execute compilation, upload and
        once is uploaded the code to the cluster run the workflows
        
        .. figure:: http://i.imgur.com/zeLOD2s.jpg?1
           :alt: alt tag
        
           alt tag
        
        .. |Build Status| image:: https://travis-ci.org/scm-spain/slippin-jimmy.svg?branch=master
           :target: https://travis-ci.org/scm-spain/slippin-jimmy
Keywords: oozie workflows code generation emr aws
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
