Skip to main content

Supaglue + Temporal.io

In many situations, you will not read directly from the raw data that Supaglue lands into a database, e.g. when you already have an application data model (contact and account tables in your production database).

Instead, you will want to transform and enrich that data into more convenient models for your application using a transformation pipeline. Depending on your reliability requirements, you may wish to implement queueing, retries, and handling other scenarios for fault tolerance. Instead of building that infrastructure from scratch, you can leverage existing workflow engines like Temporal.io.

Go end-to-end

Go through the following tutorials to build an end-to-end integration using Supaglue and Temporal.io:

  1. Go through Supaglue's Quickstart (approximately 10 minutes)
  2. Go through Temporal.io's Getting Started guide
  3. Refer to our Transformations Tutorials for implementing common patterns for converting raw third-party provider data into your tables
temporal.iotemporal.io