Linking Apps

Example 2

Welcome to the Linking Python Apps tutorial. This tutorial demonstrates how to link two Python applications together using API calls. Linking applications is useful for creating an ecosystem of micro services, rather than large monolithic applications. This improves the overall efficiency of Akumen, and makes it much easier to test if each application does only one thing and one thing well.

The Akumen API provides a rich set of functions to enable application developers to interact with the Akumen platform. Documentation is available here .