On this page
build
Creating a Pipeline
A concise reference for building a new pipeline between a source and a target.
Use this page as a quick reference for creating a new pipeline. For a more detailed, step-by-step tutorial, please see the Quickstart guide.
A pipeline connects one source integration to one target integration. It runs on a schedule and can backtrack up to 7 days on its first run.
Workflow Diagram
flowchart TD
SelectSource([1. Select Source Integration])
SelectTarget([2. Select Target Integration])
Schedule([3. Set Schedule & Name])
Save([4. Save & Run])
SelectSource --> SelectTarget --> Schedule --> Save
Quick Steps
Choose a Source: Navigate to the Pipelines page and click + Pipeline. Select the source integration (e.g., Aeroqual, NOAA) that will provide the data.
Choose a Target: Select the target integration (e.g., iTwn, Sensemetrics) that will receive the data.
Set the Schedule & Name:
- Polling Rate: Define how often the pipeline runs (e.g., every 15 minutes, every hour).
- Backtrack: Set the initial backtrack window (up to seven days) to fetch historical data on the first run.
- Name: Give the pipeline a descriptive name for easy identification (e.g.,
Aeroqual Site A → iTwin IoT Project B).
Save and Run: Save the pipeline. The first execution will be queued to run immediately to pull your initial historical data. Subsequent runs will follow the schedule you defined.