Tutorial 2: Reproduce your first telemetry workflow with the API
Overview
This tutorial builds on your first telemetry workflow (from Tutorial 1) by showing how to reproduce it using one of Sift's APIs. You'll work with the same preprocessed dataset from the Mars Environmental Monitoring Station (REMS). While you'll still use the UI to view results, you'll learn how to import data, create a Rule, generate a Report, and define a Calculated Channel through code. By using Sift's API, you'll see how these workflows can be created in code and immediately observed in the UI, giving you a deeper understanding of how the programmatic and visual interfaces complement each other.

Prerequisites
- Basic understanding of a REST API.
- Basic understanding of cURL commands.
- Completion of the following tutorial: Tutorial 1: Get started with Sift by building your first telemetry workflow
Preprocessed dataset
earth_date_time | mars_date_time | sol_number | max_ground_temp(C) | min_ground_temp(C) | max_air_temp(C) | min_air_temp(C) | mean_pressure(Pa) | sunrise | sunset | UV_Radiation | weather |
---|---|---|---|---|---|---|---|---|---|---|---|
2021-12-20T00:00:00Z | Mars, Month 5 - LS 144 | Sol 3332 | -6 | -73 | 7 | -80 | 703 | 05:33 | 17:23 | moderate | Sunny |