You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tom Kaitchuck edited this page Jul 30, 2015
·
10 revisions
Overview
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.
Status
This project is open source and community-supported. Please join the mailing list to ask questions.
There are implementations in both Python and Java.
Getting Started
Read the Getting Started guides for Python and Java to learn about the Pipeline API