search
Submit Help Request
Help Desk
Submit Help Request
Basics
Basic functionality explained
Basics
Python
Architecture
Stories
more_horiz
Basics
Python
Architecture
Stories
1. Account and CLI
This tutorial shows how to install the ZebraStream CLI and getting it functional for managing your access tokens. Signup If not already done so, sign up to get an account and log in. Generate a Man...
2. Transfer Data
This tutorial shows how to start using ZebraStream as a basic relay in a few minutes. We only use curl as a command line HTTP client to showcase the data transmission functions, but any HTTP client...
3. Track Usage
The goal of our service is to free our users from fixed costs, and to charge based on usage instead. Logically, creating transparency about dynamic costs is an important feature of our product. In ...
4. Push and Pull
This tutorial shows how to implement robust data flows across systems and organizations using triggers and notification. In a pull based workflow, the sender waits for the receiver to request data,...
5. Client-Side Streaming
Are you ready to enter the world of continuous data transmission with ZebraStream? Hopefully, this tutorial will spark some new thoughts and ideas. It will walk you through the process of sending a...
6. Information Flow and Status Codes
In principle, ZebraStream creates one-way data channels, where information flows from the producer to the consumer. But that's not entirely true: combining different HTTP requests means that there ...