Skip to content

Commit

Permalink
flatten structure
Browse files Browse the repository at this point in the history
  • Loading branch information
atovpeko committed Jan 2, 2025
1 parent 04e44ad commit 798d8ac
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 155 deletions.
2 changes: 1 addition & 1 deletion use-timescale/ingest-data/ingest-telegraf.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ see the [PostgreQL output plugin][output-plugin].
[output-plugin]: https://github.com/influxdata/telegraf/blob/release-1.24/plugins/outputs/postgresql/README.md
[install-telegraf]: https://docs.influxdata.com/telegraf/v1.21/introduction/installation/
[create-service]: /getting-started/latest/
[connect-timescaledb]: /use-timescale/:currentVersion:/integrations/query-admin/about-connecting/
[connect-timescaledb]: /use-timescale/:currentVersion:/integrations/about-connecting/
[grafana]: /use-timescale/:currentVersion:/integrations/observability-alerting/grafana/
[about-hypertables]: /use-timescale/:currentVersion:/hypertables/about-hypertables/
13 changes: 0 additions & 13 deletions use-timescale/integrations/config-deploy/index.md

This file was deleted.

File renamed without changes.
File renamed without changes.
48 changes: 21 additions & 27 deletions use-timescale/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,29 @@ keywords: [integrations]
tags: [integrations]
---


# Integrate tooling with Timescale Cloud

You can integrate your Timescale database with third-party solutions to expand
Integrate your $SERVICE_LONG with third-party solutions to expand
and extend what you can do with your data.

|[Query and administration][query-admin]|[Configuration and deployment][config-deploy]|[Observability and alerting][observability-alerting]|
|-|-|-|
|[PopSQL][popsql]|
|[psql][psql]|[Terraform][terraform]|[Grafana][grafana]|
|[DBeaver][dbeaver]||[Tableau][tableau]|
|[Azure Data Studio][ads]|
|[pgAdmin][pgadmin]|
|[qStudio][qstudio]|



[query-admin]: /use-timescale/:currentVersion:/integrations/query-admin/
[observability-alerting]: /use-timescale/:currentVersion:/integrations/observability-alerting/
[data-ingest]: /use-timescale/:currentVersion:/integrations/data-ingest/
[config-deploy]: /use-timescale/:currentVersion:/integrations/config-deploy/
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[dbeaver]: /use-timescale/:currentVersion:/integrations/query-admin/dbeaver/
[ads]: /use-timescale/:currentVersion:/integrations/query-admin/azure-data-studio/
[pgadmin]: /use-timescale/:currentVersion:/integrations/query-admin/pgadmin/
[qstudio]: /use-timescale/:currentVersion:/integrations/query-admin/qstudio/
[grafana]: /use-timescale/:currentVersion:/integrations/observability-alerting/grafana/
[telegraf]: /use-timescale/:currentVersion:/integrations/data-ingest/telegraf/
[tableau]: /use-timescale/:currentVersion:/integrations/observability-alerting/tableau/
[terraform]: /use-timescale/:currentVersion:/integrations/config-deploy/terraform/
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode

| Name | Category | Description |
|:------------------------:|------------------------------|-------------|
| [Azure Data Studio][ads] | Query and administration | |
| [DBeaver][dbeaver] | Query and administration | |
| [pgAdmin][pgadmin] | Query and administration | |
| [psql][psql] | Query and administration | |
| [qStudio][qstudio] | Query and administration | |
| [Grafana][grafana] | Observability and alerting | |
| [Tableau][tableau] | Observability and alerting | |
| [Terraform][terraform] | Configuration and deployment | |


[psql]: /use-timescale/:currentVersion:/query-admin/psql/
[qstudio]: /use-timescale/:currentVersion:/integrations/qstudio/
[dbeaver]: /use-timescale/:currentVersion:/integrations/dbeaver/
[ads]: /use-timescale/:currentVersion:/integrations/azure-data-studio/
[pgadmin]: /use-timescale/:currentVersion:/integrations/pgadmin/
[grafana]: /use-timescale/:currentVersion:/integrations/grafana/
[tableau]: /use-timescale/:currentVersion:/integrations/tableau/
[terraform]: /use-timescale/:currentVersion:/integrations/terraform
17 changes: 0 additions & 17 deletions use-timescale/integrations/observability-alerting/index.md

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ loaded into the editor. When you have made your changes, press `Esc`, then type
`:``w``q` to save the changes, and return to the command prompt. Access the
edited query by pressing ``, and press `Enter` to run it.

[about-connecting]: /use-timescale/:currentVersion:/integrations/query-admin/about-connecting/
[about-connecting]: /use-timescale/:currentVersion:/integrations/about-connecting/
[psql-cheat-sheet]: https://www.timescale.com/learn/postgres-cheat-sheet
[psql-docs]: https://www.postgresql.org/docs/13/app-psql.html
[ssl-mode]: /use-timescale/:currentVersion:/security/strict-ssl/
Expand Down
File renamed without changes.
23 changes: 0 additions & 23 deletions use-timescale/integrations/query-admin/index.md

This file was deleted.

File renamed without changes.
File renamed without changes.
121 changes: 48 additions & 73 deletions use-timescale/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -774,78 +774,54 @@ module.exports = [
excerpt: "Integrate third-party solutions with Timescale Cloud",
children: [
{
title: "Query and administration",
href: "query-admin",
excerpt: "Integrate your Timescale database with third-party query and administration solutions",
children:
[
{
title: "About connecting to Timescale",
href: "about-connecting",
excerpt: "Learn about using connecting to your Timescale database",
},
{
title: "Connect with psql",
href: "psql",
excerpt: "Install psql to connect to Timescale",
},
{
title: "Connect using Azure Data Studio",
href: "azure-data-studio",
excerpt: "Install Azure Data Studio to connect to Timescale",
},
{
title: "Connect using DBeaver",
href: "dbeaver",
excerpt: "Install DBeaver to connect to Timescale",
},
{
title: "Connect using pgAdmin",
href: "pgadmin",
excerpt: "Install pgAdmin to connect to Timescale",
},
{
title: "Connect using qStudio",
href: "qstudio",
excerpt: "Install qstudio to connect to Timescale",
},
{
title: "Troubleshooting Timescale connections",
href: "troubleshooting",
type: "placeholder",
},
]
},
{
title: "Configuration and deployment",
href: "config-deploy",
excerpt: "Integrate your Timescale account with third-party configuration and deployment solutions",
children:
[
{
title: "Terraform",
href: "terraform",
excerpt: "Manage your Timescale services via Terraform",
},
]
},
{
title: "Observability and alerting",
href: "observability-alerting",
excerpt: "Integrate your Timescale database with third-party observability and alerting solutions",
children:
[
{
title: "Grafana",
href: "grafana",
excerpt: "Use Grafana with Timescale",
},
{
title: "Tableau",
href: "tableau",
excerpt: "Use Tableau with Timescale",
}
]
title: "About connecting to Timescale",
href: "about-connecting",
excerpt: "Learn about using connecting to your Timescale database",
},
{
title: "Azure Data Studio",
href: "azure-data-studio",
excerpt: "Install Azure Data Studio to connect to Timescale",
},
{
title: "DBeaver",
href: "dbeaver",
excerpt: "Install DBeaver to connect to Timescale",
},
{
title: "pgAdmin",
href: "pgadmin",
excerpt: "Install pgAdmin to connect to Timescale",
},
{
title: "psql",
href: "psql",
excerpt: "Install psql to connect to Timescale",
},
{
title: "qStudio",
href: "qstudio",
excerpt: "Install qstudio to connect to Timescale",
},
{
title: "Grafana",
href: "grafana",
excerpt: "Use Grafana with Timescale",
},
{
title: "Tableau",
href: "tableau",
excerpt: "Use Tableau with Timescale",
},
{
title: "Terraform",
href: "terraform",
excerpt: "Manage your Timescale services via Terraform",
},
{
title: "Troubleshooting Timescale integrations",
href: "troubleshooting",
type: "placeholder",
},
],
},
Expand Down Expand Up @@ -908,7 +884,6 @@ module.exports = [
href: "troubleshoot-timescaledb",
excerpt: "Troubleshooting Timescale",
},

],
},
];

0 comments on commit 798d8ac

Please sign in to comment.