---
title: Integrate Fivetran with Tiger Cloud | Tiger Data Docs
description: Automatically sync data from multiple sources to simplify ETL processes
---

[Fivetran](https://fivetran.com/docs/getting-started) is a fully managed data pipeline platform that simplifies ETL (Extract, Transform, Load) processes by automatically syncing data from multiple sources to your data warehouse.

![Fivetran synced data in a Tiger Cloud service](/docs/_astro/integrations-fivetran-sync-data.BX_6KKe2_ZveRJy.webp)

This page shows you how to inject data from data sources managed by Fivetran into a Tiger Cloud service.

## Prerequisites

To follow the procedure on this page you need to:

- Create a [target Tiger Cloud service](/docs/get-started/quickstart/create-service/index.md).

  This procedure also works for [self-hosted TimescaleDB](/docs/get-started/choose-your-path/install-timescaledb/index.md).

* Sign up for [Fivetran](https://www.fivetran.com/)

## Set your service as a destination in Fivetran

To be able to inject data into your Tiger Cloud service, set it as a destination in Fivetran:

![Configuring Tiger Cloud as a Fivetran destination](/docs/_astro/integrations-fivetran-destination-timescal-cloud.DAvzkFW3_GHKIp.webp)

1. In [Fivetran Dashboard > Destinations](https://fivetran.com/dashboard/destinations), click `Add destination`.

2. Search for the `PostgreSQL` connector and click `Select`. Add the destination name and click `Add`.

3. In the `PostgreSQL` setup, add your [Tiger Cloud service connection details](/docs/integrate/find-connection-details/index.md), then click `Save & Test`.

   Fivetran validates the connection settings and sets up any security configurations.

4. Click `View Destination`.

   The `Destination Connection Details` page opens.

## Set up a Fivetran connection as your data source

In a real world scenario, you can select any of the over 600 connectors available in Fivetran to sync data with your Tiger Cloud service. This section shows you how to inject the logs for your Fivetran connections into your Tiger Cloud service.

![Selecting a data source in Fivetran](/docs/_astro/integrations-fivetran-data-source.Bv9mxu1m_Z1lr3W8.webp)

1. In [Fivetran Dashboard > Connections](https://fivetran.com/dashboard/connections), click `Add connection`.

2. Search for the `Fivetran Platform` connector, then click `Set up`.

3. Leave the default schema name, then click `Save & Test`.

   You see `All connection tests passed!`

4. Click `Continue`, select `Yes, build data models for me`, and click `Continue`.

   Your Fivetran connection is connected to your Tiger Cloud service destination.

5. Select `Start syncing all my data now` and click `Start initial sync`.

   Fivetran creates the log schema in your service and syncs the data to your service.

## View Fivetran data in your service

To see data injected by Fivetran into your Tiger Cloud service:

1. In Tiger Console, click `Data view`, select your service, then run the following query:

   ```
   SELECT *
   FROM fivetran_log.account
   LIMIT 10;
   ```

   You see something like the following:

   ![Viewing Fivetran-synced data in a Tiger Cloud service](/docs/_astro/integrations-fivetran-view-data-in-service.bS7ToIX-_1nLdtx.webp)

You have successfully integrated Fivetran with Tiger Cloud.
