Schedule a demo

API Integrations in Python Blog - Page 4


Understanding the fan-out / fan-in API integration pattern

2020-12-21

The fan-out / fan-in pattern is a staple of more advanced API integrations - let's check out in practice how, with Zato, it can simplify asynchronous communication across applications that do not always exhibit the same kind of availability or performance characteristics. Read more

Configuring REST channels for CORS

2020-12-14

With the rise of Single-Page Applications (SPA) in web frontends, it is often the case that backend REST APIs based on Zato need to be configured for CORS. This article will explore what CORS is and how to make Zato participate in scenarios using it. Read more

Backing up and restoring Zato Single Sign-On data

2020-05-29

This article presents a procedure for backing up all of Zato Single Sign-On (SSO) data and restoring it later on. Read more

Windows commands and PowerShell scripts as API microservices

2019-07-23

This post goes through the steps of exposing Windows commands and PowerShell scripts as remote Zato API services that can be invoked by REST clients. Read more

Zato: A successful Python 3 migration story

2019-02-11

Now that Python 3 support is available as a preview for developers, this post summarizes the effort that went into making sure that Zato works smoothly using both Python 2.7 and 3.x. Read more