---
title: Integrate Decodable with Tiger Cloud | Tiger Data Docs
description: Build and manage real-time data pipelines to stream and process your data effortlessly
---

[Decodable](https://www.decodable.co/) is a real-time data platform that allows you to build, run, and manage data pipelines effortlessly.

![Decodable pipeline configuration for Tiger Cloud](/_astro/integrations-decodable-configuration.Ckuc85vw_ZXSrFu.webp)

This page explains how to integrate Decodable with your Tiger Cloud service to enable efficient real-time streaming and analytics.

## Prerequisites for this integration guide

To follow these steps, you'll need:

- A [Tiger Cloud service](/get-started/quickstart/create-service/index.md).

  These steps use Tiger Cloud, but the same approach applies to a [self-hosted TimescaleDB](/get-started/choose-your-path/install-timescaledb/index.md) instance.

* Your [connection details](/integrate/find-connection-details/index.md).

- A [Decodable](https://auth.decodable.co/u/signup/) account.

  This page uses the pipeline you create using the [Decodable Quickstart Guide](https://docs.decodable.co/get-started/quickstart.html).

## Connect Decodable to your service

To stream data gathered in Decodable to a Tiger Cloud service:

1. **Create the sync to pipe a Decodable data stream into your Tiger Cloud service**

   1. Log in to your [Decodable account](https://app.decodable.co/-/accounts).
   2. Click `Connections`, then click `New Connection`.
   3. Select a `PostgreSQL sink` connection type, then click `Connect`.
   4. Using your [connection details](/integrate/find-connection-details/index.md), fill in the connection information. Leave `schema` and `JDBC options` empty.
   5. Select the `http_events` source stream, then click `Next`. Decodable creates the table in your Tiger Cloud service and starts streaming data.

2. **Test the connection**

   1. Connect to your Tiger Cloud service. For Tiger Cloud, open an [SQL editor](/build/data-management/run-queries-from-tiger-console/index.md) in [Tiger Console](https://console.cloud.tigerdata.com/dashboard/services). For self-hosted TimescaleDB, use [`psql`](/integrate/query-administration/psql/index.md).

   2. Check the data from Decodable is streaming into your Tiger Cloud service.

      ```
      SELECT * FROM http_events;
      ```

      You see something like:

      ![Decodable data visible in a Tiger Cloud service](/_astro/integrations-decodable-data-in-service.De8QoA8y_1hiUug.webp)

You have successfully integrated Decodable with Tiger Cloud.
