> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-poc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrate

> Integrate Tiger Cloud with third-party solutions to extend what you can do with your data

export const LAKE_LONG = 'Tiger Lake';

export const COMPANY = 'Tiger Data ';

export const PG = 'Postgres';

export const SERVICE_LONG = 'Tiger Cloud service';

export const SERVICE_SHORT = 'service';

export const CLOUD_LONG = 'Tiger Cloud';

<style>
  {`
    table {
      width: 100% !important;
    }
    table td, table th {
      vertical-align: middle !important;
    }
    table td:first-child, table th:first-child {
      width: 1% !important;
      white-space: nowrap !important;
    }
    table td:last-child, table th:last-child {
      white-space: nowrap !important;
      overflow: visible !important;
    }
    `}
</style>

<Card title={`Integrates with ${PG}? Integrates with your ${SERVICE_SHORT}!`} icon="https://assets.timescale.com/docs/icons/postgresql-logo.png">
  A {SERVICE_LONG} is a {PG} database instance extended by {COMPANY} with custom capabilities. This means that any third-party solution that you can integrate with {PG}, you can also integrate with {CLOUD_LONG}. See [the full list][pg-integrations] of {PG} integrations.

  Some of the most in-demand integrations are listed below.
</Card>

## Connectors

| Name                                                                                                                                                                                                                               | Description                                               |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------- |
| <img src="https://assets.timescale.com/docs/icons/apache-iceberg-logo.png" alt="tigerlake" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[{LAKE_LONG}][tiger-lake]       | Synchronize data to external destinations like data lakes |
| <img src="https://assets.timescale.com/docs/icons/postgresql-logo.png" alt="postgres" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Sync from {PG}][sync-from-postgres] | Ingest data from external {PG} databases                  |
| <img src="https://assets.timescale.com/docs/icons/aws-logo.png" alt="s3" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Sync from S3][sync-from-s3]                      | Ingest data from Amazon S3 buckets                        |
| <img src="https://assets.timescale.com/docs/icons/kafka-logo.png" alt="kafka" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Sync from Kafka][sync-from-kafka]           | Stream data from Apache Kafka topics                      |

## Coding

| Name                                                                                                                                                                                                                            | Description                                                                        |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------- |
| <img src="https://assets.timescale.com/docs/icons/code-icon.svg" alt="code" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Start coding with {COMPANY}][start-coding] | Explore code examples, SDKs, and client libraries in popular programming languages |

## Authentication and security

| Name                                                                                                                                                                                                    | Description                                                              |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------------------------------- |
| <img src="https://assets.timescale.com/docs/icons/auth-logo.png" alt="auth" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Auth.js ↗][authjs] | Implement authentication and authorization for web applications          |
| <img src="https://assets.timescale.com/docs/icons/auth0-logo.png" alt="auth0" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Auth0 ↗][auth0]  | Securely manage user authentication and access controls for applications |
| <img src="https://assets.timescale.com/docs/icons/okta-logo.png" alt="okta" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Okta ↗][okta]      | Secure authentication and user identity management for applications      |

## BI and visualization

| Name                                                                                                                                                                                                               | Description                                                             |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------- |
| <img src="https://assets.timescale.com/docs/icons/cube-js-logo.png" alt="cubejs" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Cube.js ↗][cubejs]       | Build and optimize data APIs for analytics applications                 |
| <img src="https://assets.timescale.com/docs/icons/looker-logo.png" alt="looker" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Looker ↗][looker]         | Explore, analyze, and share business insights with a BI platform        |
| <img src="https://assets.timescale.com/docs/icons/metabase-logo.png" alt="metabase" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Metabase ↗][metabase] | Create dashboards and visualize business data without SQL expertise     |
| <img src="https://assets.timescale.com/docs/icons/power-bi-logo.png" alt="power-bi" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Power BI][power-bi]   | Visualize data and build interactive dashboards with Microsoft Power BI |
| <img src="https://assets.timescale.com/docs/icons/superset-logo.png" alt="superset" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Superset ↗][superset] | Create and explore data visualizations and dashboards                   |
| <img src="https://assets.timescale.com/docs/icons/tableau-logo.png" alt="tableau" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Tableau][tableau]       | Create interactive visualizations and dashboards with Tableau           |

## Configuration and deployment

| Name                                                                                                                                                                                                                                           | Description                                                       |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------- |
| <img src="https://assets.timescale.com/docs/icons/azure-functions-logo.png" alt="azure-functions" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Azure Functions ↗][azure-functions] | Run event-driven serverless code without managing infrastructure  |
| <img src="https://assets.timescale.com/docs/icons/deno-deploy-logo.png" alt="deno-deploy" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Deno Deploy ↗][deno-deploy]                 | Deploy and run JavaScript and TypeScript applications at the edge |
| <img src="https://assets.timescale.com/docs/icons/flyway-logo.png" alt="flyway" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Flyway ↗][flyway]                                     | Manage and automate database migrations using version control     |
| <img src="https://assets.timescale.com/docs/icons/kubernets-logo.png" alt="kubernetes" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Kubernetes][kubernetes]                        | Deploy and manage containerized applications with Kubernetes      |
| <img src="https://assets.timescale.com/docs/icons/liquibase-logo.png" alt="liquibase" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Liquibase ↗][liquibase]                         | Track, version, and automate database schema changes              |
| <img src="https://assets.timescale.com/docs/icons/pulimi-logo.png" alt="pulumi" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Pulumi ↗][pulumi]                                     | Define and manage cloud infrastructure using code                 |
| <img src="https://assets.timescale.com/docs/icons/render-logo.png" alt="render" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Render ↗][render]                                     | Deploy and scale web applications and services easily             |
| <img src="https://assets.timescale.com/docs/icons/terraform-logo.png" alt="terraform" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Terraform][terraform]                           | Provision and manage infrastructure as code with Terraform        |

## Data engineering and extract, transform, load

| Name                                                                                                                                                                                                                               | Description                                                          |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
| <img src="https://assets.timescale.com/docs/icons/airbyte-logo.png" alt="airbyte" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Airbyte ↗][airbyte]                     | Sync data between various sources and destinations                   |
| <img src="https://assets.timescale.com/docs/icons/amazon-sagemaker-logo.png" alt="sagemaker" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Amazon SageMaker][sagemaker] | Build, train, and deploy ML models with Amazon SageMaker             |
| <img src="https://assets.timescale.com/docs/icons/airflow-logo.png" alt="airflow" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Apache Airflow][airflow]                | Programmatically author, schedule, and monitor workflows             |
| <img src="https://assets.timescale.com/docs/icons/beam-logo.png" alt="beam" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Apache Beam ↗][beam]                          | Build and execute batch and streaming data pipelines                 |
| <img src="https://assets.timescale.com/docs/icons/kafka-logo.png" alt="kafka" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Apache Kafka][kafka-etl]                    | Stream high-performance data pipelines and analytics                 |
| <img src="https://assets.timescale.com/docs/icons/lambda-logo.png" alt="lambda" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[AWS Lambda][lambda]                       | Run serverless code without managing infrastructure                  |
| <img src="https://assets.timescale.com/docs/icons/dbt-logo.png" alt="dbt" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[dbt ↗][dbt]                                     | Transform and model data in your warehouse using SQL-based workflows |
| <img src="https://assets.timescale.com/docs/icons/debezium-logo.png" alt="debezium" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Debezium][debezium]                   | Capture and stream real-time database changes                        |
| <img src="https://assets.timescale.com/docs/icons/decodable-logo.png" alt="decodable" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Decodable][decodable]               | Build and manage data pipelines effortlessly                         |
| <img src="https://assets.timescale.com/docs/icons/delta-lake-logo.png" alt="deltalake" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[DeltaLake ↗][deltalake]            | Enhance data lakes with ACID transactions and schema enforcement     |
| <img src="https://assets.timescale.com/docs/icons/firebase-logo.png" alt="firebase" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Firebase Wrapper ↗][firebase]         | Simplify interactions with Firebase services                         |
| <img src="https://assets.timescale.com/docs/icons/stitch-logo.png" alt="stitch" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Stitch ↗][stitch]                         | Extract, load, and transform data from various sources               |
| <img src="https://assets.timescale.com/docs/icons/supabase-logo.svg" alt="supabase" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Supabase][supabase]                   | Integrate with Supabase for backend services                         |

## Data ingestion and streaming

| Name                                                                                                                                                                                                                            | Description                                                                  |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------------------- |
| <img src="https://assets.timescale.com/docs/icons/spark-logo.png" alt="spark" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Apache Spark ↗][spark]                   | Process large-scale data workloads quickly using distributed computing       |
| <img src="https://assets.timescale.com/docs/icons/confluent-logo.png" alt="confluent" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Confluent ↗][confluent]          | Manage and scale Apache Kafka-based event streaming applications             |
| <img src="https://assets.timescale.com/docs/icons/electric-sql-logo.png" alt="electricsql" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[ElectricSQL ↗][electricsql] | Enable real-time synchronization between databases and frontend applications |
| <img src="https://assets.timescale.com/docs/icons/emqx-logo.png" alt="emqx" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[EMQX ↗][emqx]                              | Deploy an enterprise-grade MQTT broker for IoT messaging                     |
| <img src="https://assets.timescale.com/docs/icons/estuary-logo.png" alt="estuary" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Estuary ↗][estuary]                  | Stream and synchronize data in real time between different systems           |
| <img src="https://assets.timescale.com/docs/icons/fivetran-logo.png" alt="fivetran" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Fivetran][fivetran]                | Sync data from multiple sources to your data warehouse                       |
| <img src="https://assets.timescale.com/docs/icons/flink-logo.png" alt="flink" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Flink ↗][flink]                          | Process real-time data streams with fault-tolerant distributed computing     |
| <img src="https://assets.timescale.com/docs/icons/highbyte-logo.svg" alt="highbyte" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[HighByte ↗][highbyte]              | Connect operational technology sources, model the data, and stream it        |
| <img src="https://assets.timescale.com/docs/icons/red-panda-logo.png" alt="redpanda" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Redpanda ↗][redpanda]             | Stream and process real-time data as a Kafka-compatible platform             |
| <img src="https://assets.timescale.com/docs/icons/striim-logo.png" alt="striim" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Striim ↗][striim]                      | Ingest, process, and analyze real-time data streams                          |

## Observability and alerting

| Name                                                                                                                                                                                                                                     | Description                                                                |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------- |
| <img src="https://assets.timescale.com/docs/icons/cloudwatch-logo.png" alt="cloudwatch" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Amazon CloudWatch][cloudwatch]          | Monitor and analyze data from AWS and on-premises environments             |
| <img src="https://assets.timescale.com/docs/icons/skywalking-logo.png" alt="skywalking" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Apache SkyWalking ↗][skywalking]        | Monitor, trace, and diagnose distributed applications                      |
| <img src="https://assets.timescale.com/docs/icons/azure-monitor-logo.png" alt="azure-monitor" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Azure Monitor ↗][azure-monitor]   | Collect and analyze telemetry data from cloud and on-premises environments |
| <img src="https://assets.timescale.com/docs/icons/dash0-logo.png" alt="dash0" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Dash0 ↗][dash0]                                   | OpenTelemetry Native Observability built on CNCF Open Standards            |
| <img src="https://assets.timescale.com/docs/icons/datadog-logo.png" alt="datadog" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Datadog][datadog]                             | Comprehensive monitoring and analytics platform                            |
| <img src="https://assets.timescale.com/docs/icons/grafana-logo.png" alt="grafana" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Grafana][grafana]                             | Query, visualize, and alert on metrics and logs                            |
| <img src="https://assets.timescale.com/docs/icons/instana-logo.png" alt="instana" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[IBM Instana ↗][instana]                       | Monitor application performance and detect issues in real-time             |
| <img src="https://assets.timescale.com/docs/icons/jaeger-logo.png" alt="jaeger" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Jaeger ↗][jaeger]                               | Trace and diagnose distributed transactions for observability              |
| <img src="https://assets.timescale.com/docs/icons/new-relic-logo.png" alt="new-relic" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[New Relic ↗][newrelic]                    | Monitor applications, infrastructure, and logs for performance insights    |
| <img src="https://assets.timescale.com/docs/icons/open-telemetery-logo.png" alt="opentelemetry" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[OpenTelemetry ↗][opentelemetry] | Collect and analyze telemetry data for observability across systems        |
| <img src="https://assets.timescale.com/docs/icons/prometheus-logo.png" alt="prometheus" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Prometheus][prometheus]                 | Track performance and health of systems and applications                   |
| <img src="https://assets.timescale.com/docs/icons/signoz-logo.png" alt="signoz" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[SigNoz ↗][signoz]                               | Monitor application performance with an open-source observability tool     |
| <img src="https://assets.timescale.com/docs/icons/Influx-telegraf.svg" alt="telegraf" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Telegraf][telegraf]                       | Collect and ship metrics and events to monitoring platforms                |

## Development tools

| Name                                                                                                                                                                                                                    | Description                                                               |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------ |
| <img src="https://assets.timescale.com/docs/icons/deepnote-logo.png" alt="deepnote" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Deepnote ↗][deepnote]      | Collaborate on data science projects with a cloud-based notebook platform |
| <img src="https://assets.timescale.com/docs/icons/django-logo.png" alt="django" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Django ↗][django]              | Develop scalable and secure web applications using a Python framework     |
| <img src="https://assets.timescale.com/docs/icons/long-chain-logo.png" alt="langchain" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[LangChain ↗][langchain] | Build applications that integrate with language models                    |
| <img src="https://assets.timescale.com/docs/icons/rust-logo.png" alt="rust" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Rust ↗][rust]                      | Build high-performance, memory-safe applications                          |
| <img src="https://assets.timescale.com/docs/icons/streamlit-logo.png" alt="streamlit" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Streamlit ↗][streamlit]  | Create interactive data applications and dashboards using Python          |

## Logging and system administration

| Name                                                                                                                                                                                                                   | Description                                                      |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------- |
| <img src="https://assets.timescale.com/docs/icons/rsyslog-logo.png" alt="rsyslog" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[RSyslog ↗][rsyslog]         | Collect, filter, and forward system logs for centralized logging |
| <img src="https://assets.timescale.com/docs/icons/schemaspy-logo.png" alt="schemaspy" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[SchemaSpy ↗][schemaspy] | Generate database schema documentation and visualization         |

## Query and administration

| Name                                                                                                                                                                                                                                                 | Description                                                         |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------ |
| <img src="https://assets.timescale.com/docs/icons/azure-data-studio-logo.png" alt="azure-data-studio" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Azure Data Studio][azure-data-studio] | Query, manage, and develop {PG} databases                           |
| <img src="https://assets.timescale.com/docs/icons/dbeaver-logo.png" alt="dbeaver" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[DBeaver][dbeaver]                                         | Universal database tool with SQL editing and visualization          |
| <img src="https://assets.timescale.com/docs/icons/forest-admin-logo.png" alt="forest-admin" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Forest Admin ↗][forest-admin]                   | Create admin panels and dashboards for business applications        |
| <img src="https://assets.timescale.com/docs/icons/hasura-logo.png" alt="hasura" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Hasura ↗][hasura]                                           | Instantly generate GraphQL APIs from databases with access control  |
| <img src="https://assets.timescale.com/docs/icons/mode-logo.png" alt="mode" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Mode Analytics ↗][mode]                                         | Analyze data, create reports, and share insights with teams         |
| <img src="https://assets.timescale.com/docs/icons/neon-logo.png" alt="neon" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Neon ↗][neon]                                                   | Run a cloud-native, serverless {PG} database with automatic scaling |
| <img src="https://assets.timescale.com/docs/icons/pgadmin-logo.png" alt="pgadmin" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[pgAdmin][pgadmin]                                         | Manage and administer {PG} databases through a graphical interface  |
| <img src="https://assets.timescale.com/docs/icons/postgresql-logo.png" alt="postgresql" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[{PG}][postgresql]                                   | Connect using native {PG} tools and protocols                       |
| <img src="https://assets.timescale.com/docs/icons/prisma-logo.png" alt="prisma" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Prisma ↗][prisma]                                           | Simplify database access with an open-source ORM for Node.js        |
| <img src="https://assets.timescale.com/docs/icons/psql-logo.png" alt="psql" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[psql][psql]                                                     | Command-line interface for {PG}                                     |
| <img src="https://assets.timescale.com/docs/icons/qlik-logo.png" alt="qlik" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Qlik Replicate ↗][qlik]                                         | Move and synchronize data across multiple database platforms        |
| <img src="https://assets.timescale.com/docs/icons/qstudio-logo.png" alt="qstudio" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[qStudio][qstudio]                                         | SQL editor and database management tool                             |
| <img src="https://assets.timescale.com/docs/icons/redash-logo.png" alt="redash" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Redash ↗][redash]                                           | Query, visualize, and share data from multiple sources              |
| <img src="https://assets.timescale.com/docs/icons/sequelize-logo.png" alt="sequelize" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Sequelize ↗][sequelize]                               | Interact with SQL databases in Node.js using an ORM                 |
| <img src="https://assets.timescale.com/docs/icons/sql-alchemy-logo.png" alt="sqlalchemy" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[SQLalchemy ↗][sqlalchemy]                          | Manage database operations using a Python SQL toolkit and ORM       |
| <img src="https://assets.timescale.com/docs/icons/stepzen-logo.png" alt="stepzen" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[StepZen ↗][stepzen]                                       | Build and deploy GraphQL APIs with data from multiple sources       |
| <img src="https://assets.timescale.com/docs/icons/typeorm-logo.png" alt="typeorm" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[TypeORM ↗][typeorm]                                       | Work with databases in TypeScript and JavaScript using an ORM       |

## Secure connectivity to {CLOUD_LONG}

| Name                                                                                                                                                                                                                                              | Description                                              |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------- |
| <img src="https://assets.timescale.com/docs/icons/aws-logo.png" alt="aws" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Amazon Web Services][aws]                                      | Connect your AWS infrastructure to {CLOUD_LONG}          |
| <img src="https://assets.timescale.com/docs/icons/corporate-data-center-logo.png" alt="data-center" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Corporate data center][corporate-dc] | Connect your on-premise data center to {CLOUD_LONG}      |
| <img src="https://assets.timescale.com/docs/icons/google-cloud-logo.png" alt="google-cloud" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Google Cloud][google-cloud]                  | Connect your Google Cloud infrastructure to {CLOUD_LONG} |
| <img src="https://assets.timescale.com/docs/icons/azure-logo.png" alt="azure" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Microsoft Azure][microsoft-azure]                          | Connect your Azure infrastructure to {CLOUD_LONG}        |

## Workflow automation and no-code tools

| Name                                                                                                                                                                                                               | Description                                                               |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------ |
| <img src="https://assets.timescale.com/docs/icons/appsmith-logo.png" alt="appsmith" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Appsmith ↗][appsmith] | Create internal business applications with a low-code platform            |
| <img src="https://assets.timescale.com/docs/icons/dbos-logo.png" alt="dbos" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[DBOS ↗][dbos]                 | Add durable workflows to your code and make apps resilient to any failure |
| <img src="https://assets.timescale.com/docs/icons/n8n-logo.png" alt="n8n" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[n8n ↗][n8n]                     | Automate workflows and integrate services with a no-code platform         |
| <img src="https://assets.timescale.com/docs/icons/retool-logo.png" alt="retool" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Retool ↗][retool]         | Build custom internal tools quickly using a drag-and-drop interface       |
| <img src="https://assets.timescale.com/docs/icons/tooljet-logo.png" alt="tooljet" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Tooljet ↗][tooljet]     | Develop internal tools and business applications with a low-code builder  |
| <img src="https://assets.timescale.com/docs/icons/zapier-logo.png" alt="zapier" width="20" height="20" style={{display: 'inline-block', verticalAlign: 'middle', marginRight: '8px'}} />[Zapier ↗][zapier]         | Automate workflows by connecting different applications and services      |

[airflow]: /integrations/data-engineering-etl/apache-airflow

[airbyte]: https://docs.airbyte.com/integrations/sources/postgres

[appsmith]: https://docs.appsmith.com/connect-data/reference/querying-postgres

[auth0]: https://auth0.com/blog/configuring-postgresql-as-auth0-custom-database/

[authjs]: https://authjs.dev/getting-started/adapters/pg?framework=next-js

[aws]: /integrations/secure-connectivity/aws

[azure-data-studio]: /integrations/query-administration/azure-data-studio

[azure-functions]: https://github.com/Azure/azure-functions-postgresql-extension

[azure-monitor]: https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-monitoring

[beam]: https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/jdbc/JdbcIO.html

[cloudwatch]: /integrations/observability-alerting/cloudwatch

[confluent]: https://docs.confluent.io/cloud/current/connectors/cc-postgresql-sink.html

[corporate-dc]: /integrations/secure-connectivity/corporate-data-center

[cubejs]: https://cube.dev/integrations/Timescale-API

[dash0]: https://www.dash0.com/hub/integrations/int_tiger_service/overview

[datadog]: /integrations/observability-alerting/datadog

[dbeaver]: /integrations/query-administration/dbeaver

[dbt]: https://dbt-timescaledb.debruyn.dev/

[dbos]: https://docs.dbos.dev/integrations/tigerdata

[debezium]: /integrations/data-engineering-etl/debezium

[decodable]: /integrations/data-engineering-etl/decodable

[deepnote]: https://deepnote.com/docs/postgresql

[deltalake]: https://github.com/delta-io/delta/blob/master/connectors/README.md

[deno-deploy]: https://docs.deno.com/deploy/manual/postgres/

[django]: https://docs.djangoproject.com/en/5.1/ref/databases/#postgresql-notes

[electricsql]: https://electric-sql.com/docs/intro

[emqx]: https://docs.emqx.com/en/emqx/latest/data-integration/data-bridge-timescale.html

[estuary]: https://docs.estuary.dev/reference/Connectors/materialization-connectors/timescaledb/

[firebase]: https://firebase.google.com/products/data-connect

[fivetran]: /integrations/data-ingestion-streaming/fivetran

[flink]: https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/postgres-cdc/

[flyway]: https://documentation.red-gate.com/flyway/reference/database-driver-reference/timescaledb

[forest-admin]: https://www.forestadmin.com/integrations/postgresql

[google-cloud]: /integrations/secure-connectivity/google-cloud

[grafana]: /integrations/observability-alerting/grafana

[hasura]: https://hasura.io/docs/2.0/databases/postgres/timescale-cloud/

[highbyte]: https://guide.highbyte.com/configuration/connect/connections/historians/timescaledb/

[instana]: https://www.ibm.com/docs/en/instana-observability/current?topic=technologies-monitoring-postgresql

[jaeger]: https://www.jaegertracing.io/docs/2.0/storage/

[kafka-etl]: /integrations/data-engineering-etl/apache-kafka

[kubernetes]: /integrations/configuration-deployment/kubernetes

[lambda]: /integrations/data-engineering-etl/aws-lambda

[langchain]: https://api.python.langchain.com/en/latest/postgres/index.html#

[liquibase]: https://docs.liquibase.com/start/tutorials/postgresql/postgresql.html

[looker]: https://cloud.google.com/looker/docs/db-config-postgresql

[metabase]: https://www.metabase.com/data_sources/postgresql

[microsoft-azure]: /integrations/secure-connectivity/microsoft-azure

[mode]: https://mode.com/integrations/postgresql/

[n8n]: https://n8n.io/integrations/redis/and/timescaledb/

[neon]: https://neon.com/docs/extensions/timescaledb

[newrelic]: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/postgresql/postgresql-integration/

[okta]: https://help.okta.com/oag/en-us/content/topics/access-gateway/integrate-app-datastores.htm

[opentelemetry]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/postgresqlreceiver

[pg-integrations]: https://slashdot.org/software/p/PostgreSQL/integrations/

[pgadmin]: /integrations/query-administration/pgadmin

[postgresql]: /integrations/query-administration/postgresql

[power-bi]: /integrations/bi-vizualization/power-bi

[prisma]: https://www.prisma.io/docs/orm/overview/databases/postgresql

[prometheus]: /integrations/observability-alerting/prometheus

[psql]: /integrations/query-administration/psql

[pulumi]: https://www.pulumi.com/registry/packages/timescale/

[qlik]: https://help.qlik.com/en-US/replicate/November2024/Content/Replicate/Main/PostgreSQL/postgresql.htm

[qstudio]: /integrations/query-administration/qstudio

[redash]: https://redash.io/data-sources/postgresql/

[redpanda]: https://www.redpanda.com/blog/build-data-stream-detect-anomalies-timescale-kafka-connect

[render]: https://render.com/docs/postgresql

[retool]: https://retool.com/integrations/postgresql

[rsyslog]: https://www.rsyslog.com/doc/configuration/modules/ompgsql.html

[rust]: https://github.com/sfackler/rust-postgres

[sagemaker]: /integrations/data-engineering-etl/amazon-sagemaker

[schemaspy]: https://wiki.postgresql.org/wiki/SchemaSpy

[sequelize]: https://sequelize.org/docs/v7/databases/postgres/

[signoz]: https://signoz.io/docs/integrations/postgresql/

[skywalking]: https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-postgresql-monitoring/

[spark]: https://spark.apache.org/docs/latest/sql-data-sources-jdbc.html

[sqlalchemy]: https://docs.sqlalchemy.org/en/20/dialects/postgresql.html

[start-coding]: /integrations/code/start-coding-with-tigerdata

[stepzen]: https://www.ibm.com/docs/en/api-connect-graphql/saas?topic=apis-tutorial-create-graphql-api-postgresql-database

[stitch]: https://stitch-docs.netlify.app/docs/integrations/databases/postgresql

[streamlit]: https://docs.streamlit.io/develop/tutorials/databases/postgresql

[striim]: https://www.striim.com/connectors/postgresql/

[supabase]: /integrations/data-engineering-etl/supabase

[superset]: https://superset.apache.org/docs/configuration/databases#timescaledb

[sync-from-kafka]: /integrations/connectors/source/sync-from-kafka

[sync-from-postgres]: /integrations/connectors/source/sync-from-postgres

[sync-from-s3]: /integrations/connectors/source/sync-from-s3

[tableau]: /integrations/bi-vizualization/tableau

[telegraf]: /integrations/observability-alerting/telegraf

[terraform]: /integrations/configuration-deployment/terraform

[tiger-lake]: /integrations/connectors/destination/tigerlake

[tooljet]: https://docs.tooljet.ai/docs/data-sources/postgresql/

[typeorm]: https://typeorm.biunav.com/en/connection-options.html#postgres-cockroachdb-connection-options

[zapier]: https://zapier.com/apps/postgresql/integrations
