Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
atovpeko committed Feb 11, 2025
1 parent dd28d93 commit f4dfcc4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions use-timescale/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Some of the most in-demand integrations for $CLOUD_LONG are listed below, with l

## Query and administration

| Name | Description |
|:----------------------------:|-------------------------------------------------------------------------------------------------------------------------------------------|
| [Azure Data Studio][ads] | Query, manage, visualize, and develop databases across SQL Server, Azure SQL, and PostgreSQL. |
| [DBeaver][dbeaver] | Connect to, manage, query, and analyze multiple database in a single interface with SQL editing, visualization, and administration tools. |
| [pgAdmin][pgadmin] | Manage, query, and administer PostgreSQL databases through a graphical interface. |
| [psql][psql] | Run SQL queries, manage databases, automate tasks, and interact directly with PostgreSQL. |
| [qStudio][qstudio] | Write and execute SQL queries, manage database objects, and analyze data in a user-friendly interface. |
| [Foreign data wrappers][fdw] | Access and query data from external sources as if they were regular PostgreSQL tables. |
| Name | Description |
|:------------------------:|-------------------------------------------------------------------------------------------------------------------------------------------|
| [Azure Data Studio][ads] | Query, manage, visualize, and develop databases across SQL Server, Azure SQL, and PostgreSQL. |
| [DBeaver][dbeaver] | Connect to, manage, query, and analyze multiple database in a single interface with SQL editing, visualization, and administration tools. |
| [pgAdmin][pgadmin] | Manage, query, and administer PostgreSQL databases through a graphical interface. |
| [psql][psql] | Run SQL queries, manage databases, automate tasks, and interact directly with PostgreSQL. |
| [qStudio][qstudio] | Write and execute SQL queries, manage database objects, and analyze data in a user-friendly interface. |
| [PostgreSQL][postgresql] | Access and query data from external sources as if they were regular PostgreSQL tables. |

## Observability and alerting

Expand Down Expand Up @@ -69,4 +69,4 @@ Some of the most in-demand integrations for $CLOUD_LONG are listed below, with l
[postgresql-integrations]: https://slashdot.org/software/p/PostgreSQL/integrations/
[prometheus]: /use-timescale/:currentVersion:/integrations/prometheus
[amazon-sagemaker]: /use-timescale/:currentVersion:/integrations/amazon-sagemaker
[fdw]: /use-timescale/:currentVersion:/integrations/foreign-data-wrappers
[postgresql]: /use-timescale/:currentVersion:/integrations/postgresql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Query external sources with foreign data wrappers
title: Integrate with PostgreSQL
excerpt: Query any other PostgreSQL database or another Timescale Cloud service from your service by using foreign data wrappers
products: [cloud]
keywords: [integrate, foreign data wrappers, fdw]
Expand All @@ -8,6 +8,6 @@ tags: [change]

import FDW from "versionContent/_partials/_foreign-data-wrappers.mdx";

# Query external sources with foreign data wrappers
# Integrate PostgreSQL with $CLOUD_LONG

<FDW />
10 changes: 5 additions & 5 deletions use-timescale/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -813,11 +813,6 @@ module.exports = [
href: "dbeaver",
excerpt: "Integrate DBeaver with Timescale products",
},
{
title: "Foreign data wrappers",
href: "foreign-data-wrappers",
excerpt: "Query external data sources as regular tables",
},
{
title: "Grafana",
href: "grafana",
Expand All @@ -828,6 +823,11 @@ module.exports = [
href: "pgadmin",
excerpt: "Integrate pgAdmin with Timescale products",
},
{
title: "PostgreSQL",
href: "postgresql",
excerpt: "Integrate PostgreSQL with Timescale Cloud",
},
{
title: "Prometheus",
href: "prometheus",
Expand Down

0 comments on commit f4dfcc4

Please sign in to comment.