From 75a2973337d7cd9f6a456787e84734cec8c4c51d Mon Sep 17 00:00:00 2001 From: Iain Cox Date: Tue, 24 Sep 2024 11:34:43 +0200 Subject: [PATCH] chore: add link for coding libraries. (#3453) * chore: add link for coding libraries. Signed-off-by: Iain Cox --- quick-start/index.md | 14 ++++++++++---- quick-start/page-index/page-index.js | 3 +-- use-timescale/query-data/select.md | 1 + 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/quick-start/index.md b/quick-start/index.md index a755e3dec6..525fbe4c8f 100644 --- a/quick-start/index.md +++ b/quick-start/index.md @@ -3,9 +3,15 @@ title: Code quick starts excerpt: Get started with TimescaleDB and your favorite language --- -# Code quick starts +# Start coding with Timescale -Here is a collection of quick starts for various programming languages. +These pages help you to quickly integrate Timescale Cloud and TimescaleDB into your apps using code: -If you can't find a quick start with your favorite language, -feel free to [request one](https://forms.gle/tBc3qBMKRosdHrGG9). +* [Node.js](/quick-start/:currentVersion:/node/) +* [Python](/quick-start/:currentVersion:/python/) +* [Ruby](/quick-start/:currentVersion:/ruby/) +* [Golang](/quick-start/:currentVersion:/golang/) +* [Java](/quick-start/:currentVersion:/java/) + +You are not limited to these languages. Timescale Cloud is based on PosgreSQL, you can interface +with TimescaleDB and Timescale Cloud using any [PostgreSQL client driver](https://wiki.postgresql.org/wiki/List_of_drivers). diff --git a/quick-start/page-index/page-index.js b/quick-start/page-index/page-index.js index 18659b7721..92661c627a 100644 --- a/quick-start/page-index/page-index.js +++ b/quick-start/page-index/page-index.js @@ -1,8 +1,7 @@ module.exports = [ { - title: "Code quick starts", + title: "Start coding with Timescale", href: "quick-start", - pageComponents: ["featured-cards"], excerpt: "A collection of quick starts for common programming languages.", children: [ { diff --git a/use-timescale/query-data/select.md b/use-timescale/query-data/select.md index adfadea403..d51de544ff 100644 --- a/use-timescale/query-data/select.md +++ b/use-timescale/query-data/select.md @@ -67,3 +67,4 @@ SELECT COUNT(DISTINCT location) FROM conditions [postgres-select]: https://www.postgresql.org/docs/current/static/sql-select.html [time_bucket]: /use-timescale/:currentVersion:/time-buckets/ [popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode +