Skip to content

Commit

Permalink
chore: add link for coding libraries. (#3453)
Browse files Browse the repository at this point in the history
* chore: add link for coding libraries.

Signed-off-by: Iain Cox <[email protected]>
  • Loading branch information
billy-the-fish authored Sep 24, 2024
1 parent f91684f commit 75a2973
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
3 changes: 1 addition & 2 deletions quick-start/page-index/page-index.js
Original file line number Diff line number Diff line change
@@ -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: [
{
Expand Down
1 change: 1 addition & 0 deletions use-timescale/query-data/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75a2973

Please sign in to comment.