Skip to main content
Decodable workflow This page explains how to integrate Decodable with your to enable efficient real-time streaming and analytics.

Prerequisites

To follow the steps on this page:
  • Create a target with the Real-time analytics capability enabled.

    You need your connection details. This procedure also works for .

Connect Decodable to your Tiger Cloud service

To stream data gathered in Decodable to a :
  1. Create the sync to pipe a Decodable data stream into your
    1. Log in to your Decodable account.
    2. Click Connections, then click New Connection.
    3. Select a sink connection type, then click Connect.
    4. Using your connection details, 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 and starts streaming data.
  2. Test the connection
    1. Connect to your . For , open an SQL editor in . For , use psql.
    2. Check the data from Decodable is streaming into your .
      SELECT * FROM http_events;
      
      You see something like: Decodable workflow
You have successfully integrated Decodable with .