-
Couldn't load subscription status.
- Fork 65
Home
The Google App Engine Pipeline API connects together complex, time-consuming 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.
This is opensource and community supported. Please join the mailing list to ask questions. There are implementations is both Python and Java.
- Read the Getting Started guides for Python and Java to learn about the Pipeline API
- Take a look at the Python or Java examples
- Look at example common Pipelines that are reusable
The Pipeline library includes a UI for debugging, including:
Status of the pipeline Values of all parameters and returned values Spawned children Status message and links to consoles
Here is an example of a pipeline in-flight with example console:
A Pipeline where all elements have completed

