Decodable is a real-time data platform that allows you to build, run, and manage data pipelines effortlessly.

This page explains how to integrate Decodable with your Timescale Cloud service to enable efficient real-time streaming and analytics.
To follow the procedure on this page, you need to:
Create a target Timescale Cloud service
You need your connection details to follow the steps in this page. This procedure also works for self-hosted TimescaleDB.
Sign up for Decodable.
This page uses the pipeline you create using the Decodable Quickstart Guide.
To stream data gathered in Decodable to a Timescale Cloud service:
Create the sync to pipe a Decodable data stream into your Timescale Cloud service
Log in to your Decodable account.
Click
Connections
, then clickNew Connection
.Select a
PostgreSQL sink
connection type, then clickConnect
.Using your connection details, fill in the connection information.
Leave
schema
andJDBC options
empty.Select the
http_events
source stream, then clickNext
.Decodable creates the table in your Timescale Cloud service and starts streaming data.
Test the connection
Connect to your Timescale Cloud service.
For Timescale Cloud, open an SQL editor in Timescale Console. For self-hosted, use
psql
.Check the data from Decodable is streaming into your Timescale Cloud service.
SELECT * FROM http_events;You see something like:
You have successfully integrated Decodable with Timescale Cloud.
Keywords
Found an issue on this page?Report an issue or Edit this page in GitHub.