Skip to content

Commit

Permalink
Merge branch 'latest' into 235-docs-rfc-update-the-api-ref-for-hypers…
Browse files Browse the repository at this point in the history
…tore-and-compression-for-any-changes-due-to-the-hyperstore
  • Loading branch information
billy-the-fish authored Jan 16, 2025
2 parents c849517 + 9e0e69f commit be89feb
Show file tree
Hide file tree
Showing 29 changed files with 103 additions and 33 deletions.
72 changes: 72 additions & 0 deletions .github/styles/templates/integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
title: Integrate <third-party tool name> with Timescale Cloud
excerpt: SEO friendly explanation of why the user will do it
keywords: [<third-party tool name>]
---

import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.mdx";

# Integrate <third-party tool name> with $CLOUD_LONG

// Explain what the third-party tool is and what it does in their own words, link to product docs.

// Provide context for the integration steps, for example, if an additional connector is used.

// See https://docs.timescale.com/use-timescale/latest/integrations/grafana/ for an example.

## Prerequisites

<IntegrationPrereqs />

- Install <third-party tool name> // Mention both server and cloud versions, if present. Link to installation pages.

## Connect your $SERVICE_LONG

To connect to $CLOUD_LONG:

<Procedure>

1. **Log in to <third-party tool name>**

// Sub-steps, code, screenshots if necessary.

1. **Configure the connection**

// Sub-steps, code, screenshots if necessary. Link to [Find your connection details][connection-info].

...

1. **Test the connection**

// Sub-steps, code, screenshots if necessary.

</Procedure>

## Test the integration with $CLOUD_LONG

// Add only if there is a simple way to illustrate how the two solutions work together.

Take the following steps to <whatever the tool must do in conjunction with Timescale Cloud>:

<Procedure>

// Steps to test out the integration using a defined dataset.

</Procedure>

You have successfully integrated <third-party tool> with $CLOUD_LONG.

[connection-info]: /use-timescale/:currentVersion:/integrations/find-connection-details/













4 changes: 2 additions & 2 deletions _partials/_cloud-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Quick recap. You:
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
[account-portal]: https://console.cloud.timescale.com/dashboard/account
[services-portal]: https://console.cloud.timescale.com/dashboard/services
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode
[run-sqleditor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
[hypertables]: /use-timescale/:currentVersion:/hypertables/about-hypertables/#hypertable-partitioning
2 changes: 1 addition & 1 deletion _partials/_cloud-create-connect-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ command-line utility. If you've used PostgreSQL before, you might already have
</Procedure>
[timescale-portal]: https://console.cloud.timescale.com/
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
4 changes: 2 additions & 2 deletions _partials/_create-hypertable.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ To create a hypertable:
</Procedure>

[services-portal]: https://console.cloud.timescale.com/dashboard/services
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode
[run-sqleditor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
[hypertables]: /use-timescale/:currentVersion:/hypertables/about-hypertables/#hypertable-partitioning
2 changes: 1 addition & 1 deletion _troubleshooting/cloud-jdbc-authentication-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: JDBC authentication type is not supported
section: troubleshooting
products: [cloud]
topics: [integrations/query admin]
topics: [integrations]
errors:
- language: text
message: |-
Expand Down
4 changes: 2 additions & 2 deletions getting-started/run-queries-from-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ To use SQL editor with Timescale:
[readreplica]: /use-timescale/:currentVersion:/ha-replicas/read-scaling/
[run-popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode
[run-sqleditor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor
[integrations]: /use-timescale/:currentVersion:/integrations/query-admin/
[integrations]: /use-timescale/:currentVersion:/integrations/
[timescale-console]: https://console.cloud.timescale.com/
[portal-ops-mode]: https://console.cloud.timescale.com/dashboard/services
[pricing-plan-features]: https://www.timescale.com/pricing#features
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
[create-cloud-account]: /getting-started/:currentVersion:/services/#create-a-timescale-cloud-account
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
[services-portal]: https://console.cloud.timescale.com/dashboard/services
Expand Down
2 changes: 1 addition & 1 deletion getting-started/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ And that is it, you are up and running. Enjoy developing with $COMPANY.

[tsc-portal]: https://console.cloud.timescale.com/
[services-how-to]: /use-timescale/:currentVersion:/services/
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
[create-an-account]: /getting-started/:currentVersion:/services/#create-a-timescale-cloud-account
[create-a-service]: /getting-started/:currentVersion:/services/#create-a-timescale-cloud-service
[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service
Expand Down
4 changes: 4 additions & 0 deletions lambda/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,10 @@ module.exports = [
from: '/use-timescale/latest/integrations/query-admin/about-psql/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/psql/',
},
{
from: '/use-timescale/latest/integrations/query-admin/psql/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/psql/',
},
{
from: '/use-timescale/latest/integrations/query-admin/about-connecting/',
to: 'https://docs.timescale.com/use-timescale/latest/integrations/find-connection-details/',
Expand Down
2 changes: 1 addition & 1 deletion mst/installation-mst.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ You can always [contact us][contact] if you need help working something out, or
if you want to have a chat.
[contact]: https://www.timescale.com/contact
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
[mst-docs]: /mst/:currentVersion:/
[tutorials]: /tutorials/:currentVersion:/
[mst-signup]: https://www.timescale.com/mst-signup
Expand Down
2 changes: 1 addition & 1 deletion mst/migrate-to-mst.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ them. The migration still occurs successfully.
[install-mst]: /mst/:currentVersion:/installation-mst/#create-your-first-service
[pg_dump]: https://www.postgresql.org/docs/current/app-pgdump.html
[pg_restore]: https://www.postgresql.org/docs/current/app-pgrestore.html
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[psql]: /use-timescale/:currentVersion:/integrations/psql/
[upgrading-postgresql]: https://kb-managed.timescale.com/en/articles/5368016-perform-a-postgresql-major-version-upgrade
[upgrading-postgresql-self-hosted]: /self-hosted/:currentVersion:/upgrades/upgrade-pg/
[upgrading-timescaledb]: /self-hosted/:currentVersion:/upgrades/major-upgrade/
2 changes: 1 addition & 1 deletion quick-start/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ page by page, or all pages together, and group by path or not:
[add-performance]: #add-performance-and-path-attributes-to-pageload
[explore]: #explore-aggregation-functions
[install]: /getting-started/latest/
[psql-install]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[psql-install]: /use-timescale/:currentVersion:/integrations/psql/
[rails-guide]: https://guides.rubyonrails.org/getting_started.html
[ab]: https://httpd.apache.org/docs/2.4/programs/ab.html
[active-record-query]: https://guides.rubyonrails.org/active_record_querying.html
Expand Down
2 changes: 1 addition & 1 deletion self-hosted/install/installation-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ And that is it! You have TimescaleDB running on a database on a self-hosted inst
For the latest functionality, install MacOS 14 Sanoma. The oldest supported version is macOS 10.15 Catalina

[homebrew]: https://docs.brew.sh/Installation
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
[macports]: https://guide.macports.org/#installing.macports
[install-from-source]: /self-hosted/:currentVersion:/install/installation-source/
[install-postgresql]: https://www.postgresql.org/download/macosx/
2 changes: 1 addition & 1 deletion self-hosted/install/installation-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ And that is it! You have TimescaleDB running on a database on a self-hosted inst

<WhereTo />

[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[install-psql]: /use-timescale/:currentVersion:/integrations/psql/
[config]: /self-hosted/:currentVersion:/configuration/
[postgres-download]: https://www.postgresql.org/download/
[cmake-download]: https://cmake.org/download/
Expand Down
2 changes: 1 addition & 1 deletion self-hosted/migration/entire-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ information about compression and decompression, see [Compression][compression].
[migrate-separately]: /self-hosted/:currentVersion:/migration/schema-then-data/
[pg_dump]: https://www.postgresql.org/docs/current/app-pgdump.html
[pg_restore]: https://www.postgresql.org/docs/current/app-pgrestore.html
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[psql]: /use-timescale/:currentVersion:/integrations/psql/
[timescaledb_pre_restore]: /api/:currentVersion:/administration/#timescaledb_pre_restore
[timescaledb_post_restore]: /api/:currentVersion:/administration/#timescaledb_post_restore
[upgrading-postgresql-self-hosted]: /self-hosted/:currentVersion:/upgrades/upgrade-pg/
Expand Down
2 changes: 1 addition & 1 deletion self-hosted/migration/schema-then-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ the [compression section](https://docs.timescale.com/use-timescale/latest/compre
[install-selfhosted]: /self-hosted/:currentVersion:/install/
[pg_dump]: https://www.postgresql.org/docs/current/app-pgdump.html
[pg_restore]: https://www.postgresql.org/docs/current/app-pgrestore.html
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[psql]: /use-timescale/:currentVersion:/integrations/psql/
[timescaledb-parallel-copy]: https://github.com/timescale/timescaledb-parallel-copy
[upgrading-postgresql]: https://kb-managed.timescale.com/en/articles/5368016-perform-a-postgresql-major-version-upgrade
[upgrading-postgresql-self-hosted]: /self-hosted/:currentVersion:/upgrades/upgrade-pg/
Expand Down
2 changes: 1 addition & 1 deletion tutorials/OLD-financial-candlestick-tick-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Follow this tutorial and see how to set up your TimescaleDB database to consume
[create]: /tutorials/:currentVersion:/financial-candlestick-tick-data/create-candlestick-aggregates
[query]: /tutorials/:currentVersion:/financial-candlestick-tick-data/query-candlestick-views
[manage]: /tutorials/:currentVersion:/financial-candlestick-tick-data/advanced-data-management
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[psql]: /use-timescale/:currentVersion:/integrations/psql/
2 changes: 1 addition & 1 deletion tutorials/OLD_analyze-bitcoin-blockchain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ this tutorial is to
</Highlight>

[install-timescale]: /getting-started/latest/
[psql-install]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql
[psql-install]: /use-timescale/:currentVersion:/integrations/psql/
2 changes: 1 addition & 1 deletion tutorials/OLD_analyze-intraday-stocks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ pip install pandas
[explore]: /tutorials/:currentVersion:/
[fetch-ingest]: /tutorials/:currentVersion:/
[install-timescale]: /getting-started/latest/
[psql-install]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql
[psql-install]: /use-timescale/:currentVersion:/integrations/psql/
2 changes: 1 addition & 1 deletion tutorials/OLD_nfl-analytics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ This tutorial has a few sections to help you on your journey:
[install-timescale]: /getting-started/latest/
[join-data]: /tutorials/:currentVersion:/nfl-analytics/join-with-relational
[kaggle-download]: https://www.kaggle.com/c/nfl-big-data-bowl-2021/data
[psql-install]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql
[psql-install]: /use-timescale/:currentVersion:/integrations/psql/
[toolkit]: /self-hosted/:currentVersion:/tooling/install-toolkit/
[visualize-plays]: /tutorials/:currentVersion:/nfl-analytics/play-visualization/
2 changes: 1 addition & 1 deletion tutorials/OLD_nfl-fantasy-league.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,4 +588,4 @@ draw_play(game_id=2018112900,
[extra-download]: https://assets.timescale.com/docs/downloads/nfl_2018.zip
[install-timescale]: /getting-started/latest/
[kaggle-download]: https://www.kaggle.com/c/nfl-big-data-bowl-2021/data
[psql-install]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql
[psql-install]: /use-timescale/:currentVersion:/integrations/psql/
2 changes: 1 addition & 1 deletion tutorials/OLD_nyc-taxi-cab.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,5 +828,5 @@ querying by time and location.
[migrate]: /use-timescale/:currentVersion:/migration/
[parallel-copy]: https://github.com/timescale/timescaledb-parallel-copy
[postgis]: http://postgis.net/documentation
[setup-psql]: /use-timescale/:currentVersion:/integrations/query-admin/about-psql
[setup-psql]: /use-timescale/:currentVersion:/integrations/psql/
[time-series-forecasting]: /tutorials/:currentVersion:/time-series-forecast/
2 changes: 1 addition & 1 deletion tutorials/blockchain-analyze/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ to graph the output in Grafana.
[blockchain-query]: /tutorials/:currentVersion:/blockchain-query/beginner-blockchain-query/
[blockchain-def]: https://www.pcmag.com/encyclopedia/term/blockchain
[transactions-def]: https://www.pcmag.com/encyclopedia/term/bitcoin-transaction
[grafana-setup]: /use-timescale/:currentVersion:/integrations/observability-alerting/grafana/#add-your-timescale-cloud-service-as-a-data-source
[grafana-setup]: /use-timescale/:currentVersion:/integrations/grafana/
2 changes: 1 addition & 1 deletion tutorials/energy-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ you through the steps to visualize the results in Grafana.
[query-energy]: /tutorials/:currentVersion:/energy-data/query-energy/
[compress-energy]: /tutorials/:currentVersion:/energy-data/compress-energy/
[cloud-install]: /getting-started/:currentVersion:/#create-your-timescale-account
[grafana-setup]: /use-timescale/:currentVersion:/integrations/observability-alerting/grafana/#add-your-timescale-cloud-service-as-a-data-source
[grafana-setup]: /use-timescale/:currentVersion:/integrations/grafana/
2 changes: 1 addition & 1 deletion tutorials/nyc-taxi-geospatial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ information, and plotting the results in Grafana.
[cloud-install]: /getting-started/:currentVersion:/#create-your-timescale-account
[beginner-fleet]: /tutorials/:currentVersion:/nyc-taxi-cab/
[plot-nyc]: /tutorials/:currentVersion:/nyc-taxi-geospatial/plot-nyc/
[grafana-setup]: /use-timescale/:currentVersion:/integrations/observability-alerting/grafana/#add-your-timescale-cloud-service-as-a-data-source
[grafana-setup]: /use-timescale/:currentVersion:/integrations/grafana/
1 change: 0 additions & 1 deletion use-timescale/ingest-data/import-csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ To import data from a CSV file:
```bash
timescaledb-parallel-copy \
--connection $TARGET \
--db-name tsdb \
--table <TABLE_NAME> \
--file <FILE_NAME>.csv \
--workers <NUM_WORKERS> \
Expand Down
2 changes: 0 additions & 2 deletions use-timescale/integrations/find-connection-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ In the `Services` page of the $MST_CONSOLE_LONG, click the service you want to c

</Tabs>

[about-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[tsc-portal]: https://console.cloud.timescale.com/
[console-services]: https://console.cloud.timescale.com/dashboard/services
[postgres-config]: https://www.postgresql.org/docs/current/runtime-config-file-locations.html
3 changes: 0 additions & 3 deletions use-timescale/integrations/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,5 @@ tutorial as a starting point.

[nyc-taxi]: /tutorials/:currentVersion:/nyc-taxi-cab
[grafana-website]: https://www.grafana.com
[install-grafana]: /use-timescale/:currentVersion:/integrations/observability-alerting/grafana/installation
[tutorial-grafana-dashboards]: /use-timescale/:currentVersion:/integrations/observability-alerting/grafana/#create-a-grafana-dashboard-and-panel
[tutorial-grafana-geospatial]: /use-timescale/:currentVersion:/integrations/observability-alerting/grafana/#visualize-geospatial-data
[time-buckets]: /use-timescale/:currentVersion:/time-buckets/

2 changes: 1 addition & 1 deletion use-timescale/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Some of the most in-demand integrations for $CLOUD_LONG are listed below, with l
[grafana]: /use-timescale/:currentVersion:/integrations/grafana/
[tableau]: /use-timescale/:currentVersion:/integrations/tableau/
[terraform]: /use-timescale/:currentVersion:/integrations/terraform
[postgresql-integrations]: https://slashdot.org/software/p/PostgreSQL/integrations/
[postgresql-integrations]: https://slashdot.org/software/p/PostgreSQL/integrations/
2 changes: 1 addition & 1 deletion use-timescale/metrics-logging/service-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ performance bottlenecks with `pg_stat_statements`][blog-pg_stat_statements].
[metrics-dashboard]: /use-timescale/:currentVersion:/metrics-logging/service-metrics/
[pg-stat]: /use-timescale/:currentVersion:/metrics-logging/service-metrics/#query-level-statistics-with-pg_stat_statements
[blog-pg_stat_statements]: <https://www.timescale.com/blog/identify-postgresql-performance-bottlenecks-with-pg_stat_statements/>
[psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[psql]: /use-timescale/:currentVersion:/integrations/psql/

0 comments on commit be89feb

Please sign in to comment.