GoogleAppEnginePipeline

Enable asynchronous pipeline style data processing on App Engine


Keywords
google, app, engine, pipeline, data, processing
License
Apache-2.0
Install
pip install GoogleAppEnginePipeline==1.9.22.1

Documentation

Google App Engine Pipeline API
===========================

Official site: https://github.com/GoogleCloudPlatform/appengine-pipelines

The Google App Engine Pipeline API connects together complex,
workflows (including human tasks). The goals are flexibility,
workflow reuse, and testability.

A primary use-case of the API is connecting together various
App Engine MapReduces into a computational pipeline.