From e8147eec5855dc929f67889bca6221e8cece8da9 Mon Sep 17 00:00:00 2001 From: billy-the-fish Date: Thu, 2 Oct 2025 11:35:46 +0200 Subject: [PATCH 1/9] chore: name change. --- .helper-scripts/llms/generate_llms_full.py | 2 +- _partials/_cloud-intro-short.md | 11 +++++++---- _partials/_cloud-intro.md | 8 +++++--- _troubleshooting/cloud-singledb.md | 2 +- api/configuration/index.md | 2 +- api/configuration/tiger-postgres.md | 8 +++----- api/page-index/page-index.js | 4 ++-- .../try-key-features-timescale-products.md | 9 ++++++--- self-hosted/configuration/timescaledb-config.md | 2 +- use-timescale/extensions/pgvector.md | 2 +- 10 files changed, 28 insertions(+), 22 deletions(-) diff --git a/.helper-scripts/llms/generate_llms_full.py b/.helper-scripts/llms/generate_llms_full.py index 4c01f8755c..2a5a66d1c2 100644 --- a/.helper-scripts/llms/generate_llms_full.py +++ b/.helper-scripts/llms/generate_llms_full.py @@ -138,7 +138,7 @@ def _load_comprehensive_variables(self) -> Dict[str, str]: '$READ_REPLICA': 'read replica', # Legacy/Backwards compatibility - '$TIGER_POSTGRES': 'Tiger Postgres', + '$TIGER_POSTGRES': 'TimescaleDB', '$POSTGRESQL': 'PostgreSQL', # Additional Variables diff --git a/_partials/_cloud-intro-short.md b/_partials/_cloud-intro-short.md index 335cb830b3..177268a930 100644 --- a/_partials/_cloud-intro-short.md +++ b/_partials/_cloud-intro-short.md @@ -1,10 +1,13 @@ -$TIGER_POSTGRES is a radically faster $PG for transactional, analytical and agentic +A $SERVICE_LONG is a single optimised $PG instance extended with innovations in the database engine such as +$TIMESCALE_DB, in a cloud infrastructure that delivers speed without compromise. + +A $SERVICE_LONG is a radically faster $PG for transactional, analytical and agentic workloads at scale. It’s not a fork. It’s not a wrapper. It is $PG—extended with innovations in the database engine and cloud infrastructure to deliver speed (10-1000x faster at scale) without compromise. -$TIGER_POSTGRES brings together the familiarity and reliability of $PG with the performance of +A $SERVICE_LONG brings together the familiarity and reliability of $PG with the performance of purpose-built engines. -$CLOUD_LONG is the fastest $PG cloud, powered by $TIGER_POSTGRES. It includes everything you need -to run $TIGER_POSTGRES in production—reliable, scalable, observable. +$CLOUD_LONG is the fastest $PG cloud. It includes everything you need +to run $PG in a production—reliable, scalable, observable environment. diff --git a/_partials/_cloud-intro.md b/_partials/_cloud-intro.md index f658939d8e..8e0016d1c2 100644 --- a/_partials/_cloud-intro.md +++ b/_partials/_cloud-intro.md @@ -3,9 +3,11 @@ real-time analytics, and vector search—all in a single database alongside tran You get one system that handles live data ingestion, late and out-of-order updates, and low latency queries, with the performance, reliability, and scalability your app needs. Ideal for IoT, crypto, finance, SaaS, and a myriad other domains, $CLOUD_LONG allows you to build data-heavy, mission-critical apps while retaining the familiarity and reliability of $PG. -A $SERVICE_LONG is a single optimised instance of $TIGER_POSTGRES. $TIGER_POSTGRES is $PG extended with innovations in the database engine and cloud infrastructure to deliver speed without compromise. A $SERVICE_LONG instance is 10-1000x faster at scale! A $SERVICE_SHORT is ideal for applications requiring strong data -consistency, complex relationships, and advanced querying capabilities. Get ACID compliance, extensive SQL support, -JSON handling, and extensibility through custom functions, data types, and extensions. To the $PG you know and love, $TIGER_POSTGRES adds the following capabilities: +A $SERVICE_LONG is a single optimised $PG instance extended with innovations in the database engine and cloud +infrastructure to deliver speed without compromise. A $SERVICE_LONG instance is 10-1000x faster at scale! A $SERVICE_SHORT +is ideal for applications requiring strong data consistency, complex relationships, and advanced querying capabilities. +Get ACID compliance, extensive SQL support, JSON handling, and extensibility through custom functions, data types, and +extensions. To the $PG you know and love, $CLOUD_LONG adds the following capabilities: - **Real-time analytics**: store and query [time-series data][what-is-time-series] at scale for real-time analytics and other use cases. Get faster time-based queries with $HYPERTABLEs, $CAGGs, and columnar storage. Save money by compressing data into the $COLUMNSTORE, moving cold data to low-cost bottomless storage in Amazon S3, and deleting old data with automated policies. diff --git a/_troubleshooting/cloud-singledb.md b/_troubleshooting/cloud-singledb.md index 7052089f6f..a2b6c6cd3c 100644 --- a/_troubleshooting/cloud-singledb.md +++ b/_troubleshooting/cloud-singledb.md @@ -26,7 +26,7 @@ tags: [services] * Copy this comment at the top of every troubleshooting page --> -Each $SERVICE_LONG hosts a single $TIGER_POSTGRES instance called `tsdb`. You see this error when you try +Each $SERVICE_LONG hosts a single $PG instance called `tsdb`. You see this error when you try to create an additional database in a service. If you need another database, [create a new service][create-service]. diff --git a/api/configuration/index.md b/api/configuration/index.md index c69236f058..1f18b96e1b 100644 --- a/api/configuration/index.md +++ b/api/configuration/index.md @@ -10,7 +10,7 @@ products: [self_hosted, cloud] $SERVICE_LONG use the default $PG server configuration settings. You can optimize your $SERVICE_SHORT configuration using the following $TIMESCALE_DB and Grand Unified Configuration (GUC) parameters. -* [$TIGER_POSTGRES configuration and tuning][tigerpostgres-config] +* [$TIMESCALE_DB configuration and tuning][tigerpostgres-config] * [Grand Unified Configuration (GUC) parameters][gucs] [tigerpostgres-config]: /api/:currentVersion:/configuration/tiger-postgres/ diff --git a/api/configuration/tiger-postgres.md b/api/configuration/tiger-postgres.md index 3c1aa6cdfa..0c1ce8da2c 100644 --- a/api/configuration/tiger-postgres.md +++ b/api/configuration/tiger-postgres.md @@ -1,8 +1,6 @@ --- -title: Tiger Postgres configuration and tuning -excerpt: Configure the Tiger Postgres settings related to policies, query planning and execution, distributed - hypertables, and - administration +title: TimescaleDB configuration and tuning +excerpt: Configure the TimescaleDB settings related to policies, query planning and execution, distributed hypertables, and administration products: [cloud] keywords: [configuration, settings] tags: [tune] @@ -10,7 +8,7 @@ tags: [tune] import TimescaleDBConfig from "versionContent/_partials/_timescaledb-config.mdx"; -# $TIGER_POSTGRES configuration and tuning +# $TIMESCALE_DB configuration and tuning diff --git a/api/page-index/page-index.js b/api/page-index/page-index.js index 5a9152cc77..20e53fcb4e 100644 --- a/api/page-index/page-index.js +++ b/api/page-index/page-index.js @@ -590,10 +590,10 @@ module.exports = [ { title: "Service configuration", href: "configuration", - excerpt: "Configure Tiger Postgres", + excerpt: "Configure your Tiger services", children: [ { - title: "Tiger Postgres configuration", + title: "TimescaleDB configuration", href: "tiger-postgres", excerpt: "Configure PostgreSQL and TimescaleDB", }, diff --git a/getting-started/try-key-features-timescale-products.md b/getting-started/try-key-features-timescale-products.md index e34dd05c50..899b186f3d 100644 --- a/getting-started/try-key-features-timescale-products.md +++ b/getting-started/try-key-features-timescale-products.md @@ -14,10 +14,13 @@ import HypercoreDirectCompress from "versionContent/_partials/_hypercore-direct- # Try the key features in $COMPANY products $CLOUD_LONG offers managed database services that provide a stable and reliable environment for your -applications. Each $SERVICE_SHORT is an instance of $TIGER_POSTGRES, a radically faster $PG for -transactional, analytical and agentic workloads at scale. +applications. -$CLOUD_LONG scales $TIGER_POSTGRES to ingest and query vast amounts of live data. $CLOUD_LONG +Each $SERVICE_LONG is a single optimised $PG instance extended with innovations such as $TIMESCALE_DB in the database +engine, in a cloud infrastructure that delivers speed without compromise. A radically faster $PG for transactional, +analytical and agentic workloads at scale. + +$CLOUD_LONG scales $PG to ingest and query vast amounts of live data. $CLOUD_LONG provides a range of features and optimizations that supercharge your queries while keeping the costs down. For example: * The $HYPERCORE row-columnar engine in $TIMESCALE_DB makes queries up to 350x faster, ingests 44% faster, and reduces diff --git a/self-hosted/configuration/timescaledb-config.md b/self-hosted/configuration/timescaledb-config.md index 57d27e6ef3..4b01ae3d76 100644 --- a/self-hosted/configuration/timescaledb-config.md +++ b/self-hosted/configuration/timescaledb-config.md @@ -9,7 +9,7 @@ tags: [tune] import TimescaleDBConfig from "versionContent/_partials/_timescaledb-config.mdx"; import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx"; -# $TIGER_POSTGRES configuration and tuning +# $TIMESCALE_DB configuration and tuning Just as you can tune settings in $PG, $TIMESCALE_DB provides a number of configuration settings that may be useful to your specific installation and performance needs. These can diff --git a/use-timescale/extensions/pgvector.md b/use-timescale/extensions/pgvector.md index 0cc34f121c..8a438c61d0 100644 --- a/use-timescale/extensions/pgvector.md +++ b/use-timescale/extensions/pgvector.md @@ -19,7 +19,7 @@ For more information about these functions and the options available, see the ## Use the `pgvector` extension to create a `chatbot` The `pgvector` $PG extension allows you to create, store, and query -OpenAI [vector embeddings][vector-embeddings] in $TIGER_POSTGRES. This page shows you how to +OpenAI [vector embeddings][vector-embeddings] in a $PG database instance. This page shows you how to use [retrieval augmented generation (RAG)][rag-docs] to create a chatbot that combines your data with ChatGPT using OpenAI and `pgvector`. RAG provides a solution to the problem that a foundational model such as GPT-3 or GPT-4 could be missing some From e11746cae15f6b619bf664a6459c89bd66557fab Mon Sep 17 00:00:00 2001 From: billy-the-fish Date: Thu, 2 Oct 2025 12:20:26 +0200 Subject: [PATCH 2/9] chore: more naming updates. --- .github/styles/templates/integration.md | 4 +- .github/styles/templates/procedure.md | 6 +- CONTRIBUTING.md | 18 ++--- README.md | 4 +- _partials/_cloud-connect-service.md | 2 +- _partials/_cloud-create-service.md | 4 +- _partials/_cloud-installation.md | 6 +- _partials/_cloud-mst-comparison.md | 2 +- _partials/_cloudtrial.md | 2 +- _partials/_cloudtrial_unused.md | 2 +- _partials/_consider-cloud.md | 2 +- _partials/_foreign-data-wrappers.md | 2 +- _partials/_formatting_examples.md | 2 +- _partials/_grafana-connect.md | 2 +- .../_integration-apache-kafka-install.md | 4 +- _partials/_livesync-console.md | 2 +- _partials/_prometheus-integrate.md | 2 +- _partials/_start-coding-ruby.md | 2 +- about/index.md | 2 +- about/page-index/page-index.js | 2 +- about/release-notes.md | 4 +- about/whitepaper.md | 4 +- ai/page-index/page-index.js | 2 +- ...rface-for-pgvector-and-timescale-vector.md | 4 +- api/configuration/index.md | 2 +- api/hypertable/add_dimension.md | 2 +- api/hypertable/index.md | 2 +- getting-started/page-index/page-index.js | 10 +-- integrations/page-index/page-index.js | 58 +++++++-------- migrate/OLD_hypershift-content/OLD_index.md | 4 +- .../OLD_migrate-hypershift.md | 6 +- migrate/dual-write-and-backfill.md | 2 +- .../dual-write-from-other.md | 2 +- .../dual-write-from-postgres.md | 2 +- .../dual-write-from-timescaledb.md | 2 +- migrate/dual-write-and-backfill/index.md | 2 +- .../timescaledb-backfill.md | 2 +- migrate/index.md | 4 +- migrate/live-migration.md | 2 +- migrate/livesync-for-postgresql.md | 6 +- migrate/livesync-for-s3.md | 8 +-- migrate/page-index/page-index.js | 12 ++-- migrate/pg-dump-and-restore.md | 2 +- navigation/page-index/page-index.js | 2 +- static/llms.txt | 12 ++-- tutorials/index.md | 2 +- tutorials/page-index/page-index.js | 2 +- tutorials/real-time-analytics-transport.md | 2 +- tutorials/simulate-iot-sensor-data.md | 2 +- use-timescale/page-index/page-index.js | 72 +++++++++---------- 50 files changed, 155 insertions(+), 155 deletions(-) diff --git a/.github/styles/templates/integration.md b/.github/styles/templates/integration.md index 031c477145..ab2655464c 100644 --- a/.github/styles/templates/integration.md +++ b/.github/styles/templates/integration.md @@ -1,5 +1,5 @@ --- -title: Integrate with Tiger Cloud +title: Integrate with Tiger excerpt: SEO friendly explanation of why the user will do it keywords: [] --- @@ -46,7 +46,7 @@ To connect to $CLOUD_LONG: // Add only if there is a simple way to illustrate how the two solutions work together. -Take the following steps to : +Take the following steps to : diff --git a/.github/styles/templates/procedure.md b/.github/styles/templates/procedure.md index 630978383c..469c8b26d7 100644 --- a/.github/styles/templates/procedure.md +++ b/.github/styles/templates/procedure.md @@ -33,10 +33,10 @@ This section shows you how to: In order to \ you need the following: -* A [Tiger Cloud service][create-a-service] +* A [Tiger service][create-a-service] * If you are using this template to write a new document, see some good doc examples: - * [Create your first Tiger Cloud service][create-a-service] - * [Secure your Tiger Cloud service with VPC Peering and AWS PrivateLink][secure-vpc-aws] + * [Create your first Tiger service][create-a-service] + * [Secure your Tiger service with VPC Peering and AWS PrivateLink][secure-vpc-aws] * [Install TimescaleDB on Linux][install-linux] * Read the [Google Developer Style Guide][gdsg] * ... diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed68d180d5..24fc33371e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Each major doc section has a dedicated directory with `.md` files inside, repres - A short intro describing the main subject of the page. - A visual illustrating the main concept, if relevant. - Paragraphs with descriptive headers, organizing the content into logical sections. - - Procedures to describe the sequence of steps to reach a certain goal. For example, create a Tiger Cloud service. + - Procedures to describe the sequence of steps to reach a certain goal. For example, create a Tiger service. - Other visual aids, if necessary. - Links to other relevant resources. @@ -54,22 +54,22 @@ The navigation hierarchy of a doc section is governed by `page-index/page-index. ```js { - title: "Tiger Cloud services", + title: "Tiger services", href: "services", - excerpt: "About Tiger Cloud services", + excerpt: "About Tiger services", children: [ { title: "Services overview", href: "service-overview", - excerpt: "Tiger Cloud services overview", + excerpt: "Tiger services overview", }, { title: "Service explorer", href: "service-explorer", - excerpt: "Tiger Cloud services explorer", + excerpt: "Tiger services explorer", }, { - title: "Troubleshooting Tiger Cloud services", + title: "Troubleshooting Tiger services", href: "troubleshooting", type: "placeholder", }, @@ -113,7 +113,7 @@ See [Formatting examples][formatting] for how to use them. ## Variables -TigerData documentation uses variables for its product names, features, and UI elements in Tiger Cloud Console with the following syntax: `$VARIABLE_NAME`. Variables do not work inside the following: +TigerData documentation uses variables for its product names, features, and UI elements in Tiger Console with the following syntax: `$VARIABLE_NAME`. Variables do not work inside the following: - Front matter on each page - HTML tables and tabs @@ -145,8 +145,8 @@ To make a documentation page more visible and clear for Google: - Summarize the contents of each paragraph in the first sentence of that paragraph. - Include main page keywords into the meta tags, page title, first header, and intro. These are usually the names of features described in the page. For example, for a page dedicated to creating hypertables, you can use the keyword **hypertable** in the following way: - - Title: Create a hypertable in Tiger Cloud - - Description: Turn a regular $PG table into a hypertable in a few steps, using Tiger Cloud Console. + - Title: Create a hypertable in Tiger + - Description: Turn a regular $PG table into a hypertable in a few steps, using Tiger Console. - First header: Create a hypertable ## Docs for deprecated products diff --git a/README.md b/README.md index 32bd7fb379..39f9fe2e10 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@
-

Tiger Cloud is the modern Postgres data platform for all your applications. It enhances Postgres to handle time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads. +

Tiger is the modern Postgres data platform for all your applications. It enhances Postgres to handle time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads.

[![Docs](https://img.shields.io/badge/Read_the_TigerData_docs-black?style=for-the-badge&logo=readthedocs&logoColor=white)](https://docs.tigerdata.com/) [![SLACK](https://img.shields.io/badge/Ask_the_TigerData_community-black?style=for-the-badge&logo=slack&logoColor=white)](https://timescaledb.slack.com/archives/C4GT3N90X) -[![Try Tiger Cloud for free](https://img.shields.io/badge/Try_Tiger_Cloud_for_free-black?style=for-the-badge&logo=timescale&logoColor=white)](https://console.cloud.timescale.com/signup) +[![Try Tiger for free](https://img.shields.io/badge/Try_Tiger_Cloud_for_free-black?style=for-the-badge&logo=timescale&logoColor=white)](https://console.cloud.timescale.com/signup)
diff --git a/_partials/_cloud-connect-service.md b/_partials/_cloud-connect-service.md index e51b1f49f0..248f84925f 100644 --- a/_partials/_cloud-connect-service.md +++ b/_partials/_cloud-connect-service.md @@ -11,7 +11,7 @@ Connect using data mode or SQL editor in $CONSOLE, or psql in the command line: - + diff --git a/_partials/_cloud-create-service.md b/_partials/_cloud-create-service.md index e2f26715a8..a716232802 100644 --- a/_partials/_cloud-create-service.md +++ b/_partials/_cloud-create-service.md @@ -6,7 +6,7 @@
  • Sign in to the{" "} - Tiger Cloud Console and click Create service. + Tiger Console and click Create service.

  • @@ -26,7 +26,7 @@ class="main-content__illustration" width={1375} height={944} src="https://assets.timescale.com/docs/images/tsc-create-service-demo.png" - alt="Create a new service in the Tiger Cloud Console" + alt="Create a new service in the Tiger Console" />
  • )} diff --git a/_partials/_cloud-installation.md b/_partials/_cloud-installation.md index 915745859c..3ec89549a7 100644 --- a/_partials/_cloud-installation.md +++ b/_partials/_cloud-installation.md @@ -2,9 +2,9 @@ You create a $ACCOUNT_LONG to manage your $SERVICE_SHORTs and data in a centralized and efficient manner in $CONSOLE. From there, you can create and delete $SERVICE_SHORTs, run queries, manage access and billing, integrate other services, contact support, and more. - + - + You create a standalone account to manage $CLOUD_LONG as a separate unit in your infrastructure, which includes separate billing and invoicing. @@ -35,7 +35,7 @@ case, $CLOUD_LONG is a line item in your AWS invoice. To set up $CLOUD_LONG via AWS: -1. **Open [AWS Marketplace][aws-marketplace] and search for `Tiger Cloud`** +1. **Open [AWS Marketplace][aws-marketplace] and search for `Tiger`** You see two pricing options, [pay-as-you-go][aws-paygo] and [annual commit][aws-annual-commit]. diff --git a/_partials/_cloud-mst-comparison.md b/_partials/_cloud-mst-comparison.md index 8b9cd9cab3..495aca7897 100644 --- a/_partials/_cloud-mst-comparison.md +++ b/_partials/_cloud-mst-comparison.md @@ -1,6 +1,6 @@ $CLOUD_LONG is a high-performance developer focused cloud that provides $PG services enhanced diff --git a/_partials/_cloudtrial.md b/_partials/_cloudtrial.md index e1a4ed6930..745c0dc9a5 100644 --- a/_partials/_cloudtrial.md +++ b/_partials/_cloudtrial.md @@ -1,4 +1,4 @@ - + Your $CLOUD_LONG trial is completely free for you to use for the first thirty days. This gives you enough time to complete all the tutorials and run a diff --git a/_partials/_cloudtrial_unused.md b/_partials/_cloudtrial_unused.md index 5d29f295c1..b35cabebe3 100644 --- a/_partials/_cloudtrial_unused.md +++ b/_partials/_cloudtrial_unused.md @@ -1,4 +1,4 @@ - +
    • Get started at the click of a button
    • diff --git a/_partials/_consider-cloud.md b/_partials/_consider-cloud.md index 55a26f73e4..27e440e181 100644 --- a/_partials/_consider-cloud.md +++ b/_partials/_consider-cloud.md @@ -1,4 +1,4 @@ - + $CLOUD_LONG is a fully managed service with automatic backup and restore, high availability with replication, seamless scaling and resizing, and much more. You diff --git a/_partials/_foreign-data-wrappers.md b/_partials/_foreign-data-wrappers.md index 68a7c7b5e9..64dfaa7ae8 100644 --- a/_partials/_foreign-data-wrappers.md +++ b/_partials/_foreign-data-wrappers.md @@ -19,7 +19,7 @@ To query another data source: - + You create $PG FDWs with the `postgres_fdw` extension, which is enabled by default in $CLOUD_LONG. diff --git a/_partials/_formatting_examples.md b/_partials/_formatting_examples.md index 7532d9b549..40660a64c5 100644 --- a/_partials/_formatting_examples.md +++ b/_partials/_formatting_examples.md @@ -106,7 +106,7 @@ Use sparingly and only if it's essential to attract the reader's attention. - A note dealing specifically with Tiger Cloud. + A note dealing specifically with Tiger. diff --git a/_partials/_grafana-connect.md b/_partials/_grafana-connect.md index 0578762165..1d893b018b 100644 --- a/_partials/_grafana-connect.md +++ b/_partials/_grafana-connect.md @@ -1,4 +1,4 @@ -## Connect Grafana to Tiger Cloud +## Connect Grafana to Tiger To visualize the results of your queries, enable Grafana to read the data in your $SERVICE_SHORT: diff --git a/_partials/_integration-apache-kafka-install.md b/_partials/_integration-apache-kafka-install.md index b617f2fa78..e542e34bfa 100644 --- a/_partials/_integration-apache-kafka-install.md +++ b/_partials/_integration-apache-kafka-install.md @@ -42,7 +42,7 @@ ``` 1. Send some events. For example, type the following: ```bash - >Tiger Cloud + >Tiger >How Cool ``` 1. In another Terminal window, navigate to , then run `kafka-console-consumer` to consume the events you just sent: @@ -51,7 +51,7 @@ ``` You see ```bash - Tiger Cloud + Tiger How Cool ``` diff --git a/_partials/_livesync-console.md b/_partials/_livesync-console.md index 79001fc3d4..9cf384fd11 100644 --- a/_partials/_livesync-console.md +++ b/_partials/_livesync-console.md @@ -100,7 +100,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE: 1. **Monitor synchronization** - ![Tiger Cloud connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) + ![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) 1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated. diff --git a/_partials/_prometheus-integrate.md b/_partials/_prometheus-integrate.md index 05478183db..d261f43fec 100644 --- a/_partials/_prometheus-integrate.md +++ b/_partials/_prometheus-integrate.md @@ -26,7 +26,7 @@ To export your data, do the following: - + diff --git a/_partials/_start-coding-ruby.md b/_partials/_start-coding-ruby.md index 2b4aa5e527..51bd20554e 100644 --- a/_partials/_start-coding-ruby.md +++ b/_partials/_start-coding-ruby.md @@ -1,6 +1,6 @@ --- title: "Quick Start: Ruby and TimescaleDB" -excerpt: Get started with Tiger Cloud or TimescaleDB using Ruby +excerpt: Get started with Tiger or TimescaleDB using Ruby keywords: [Ruby] --- diff --git a/about/index.md b/about/index.md index 6f4ead1936..6240730981 100644 --- a/about/index.md +++ b/about/index.md @@ -1,6 +1,6 @@ --- title: About TigerData products -excerpt: Learn about Tiger Cloud and TimescaleDB, including pricing, release notes, feature overview, and contribution guidelines +excerpt: Learn about Tiger and TimescaleDB, including pricing, release notes, feature overview, and contribution guidelines products: [cloud, self_hosted, mst] --- diff --git a/about/page-index/page-index.js b/about/page-index/page-index.js index fd667c1d58..aa8918f06c 100644 --- a/about/page-index/page-index.js +++ b/about/page-index/page-index.js @@ -17,7 +17,7 @@ module.exports = [ { title: "Pricing plans and account management", href: "pricing-and-account-management", - excerpt: "Pricing plans for Tiger Cloud services", + excerpt: "Pricing plans for Tiger services", }, { title: "Changelog", diff --git a/about/release-notes.md b/about/release-notes.md index e1aeacb073..f002412b1f 100644 --- a/about/release-notes.md +++ b/about/release-notes.md @@ -1,8 +1,8 @@ --- title: Release notes -excerpt: Get an overview of the new features, improvements, and fixes released in every version of Tiger Cloud and TimescaleDB +excerpt: Get an overview of the new features, improvements, and fixes released in every version of Tiger and TimescaleDB products: [cloud, self_hosted] -keywords: [TimescaleDB, Tiger Cloud, TimescaleDB Toolkit, pgai, pgvectorscale, pgspot, live-migration, upgrades, updates, releases] +keywords: [TimescaleDB, Tiger, TimescaleDB Toolkit, pgai, pgvectorscale, pgspot, live-migration, upgrades, updates, releases] --- # Release notes diff --git a/about/whitepaper.md b/about/whitepaper.md index b16ab0adcd..330af72192 100644 --- a/about/whitepaper.md +++ b/about/whitepaper.md @@ -1,8 +1,8 @@ --- title: TigerData architecture for real-time analytics -excerpt: A whitepaper detailing the architectural choices and optimizations for real-time analytics that power TimescaleDB and Tiger Cloud +excerpt: A whitepaper detailing the architectural choices and optimizations for real-time analytics that power TimescaleDB and Tiger products: [cloud, mst, self_hosted] -keywords: [real-time analytics, tiger cloud, timescaledb, time-series, whitepaper] +keywords: [real-time analytics, Tiger, timescaledb, time-series, whitepaper] --- # $COMPANY architecture for real-time analytics diff --git a/ai/page-index/page-index.js b/ai/page-index/page-index.js index 4b3d2bc0f1..8ec63a7aa0 100644 --- a/ai/page-index/page-index.js +++ b/ai/page-index/page-index.js @@ -1,6 +1,6 @@ module.exports = [ { - title: "AI and Vector: pgai on Tiger Cloud", + title: "AI and Vector: pgai on Tiger", href: "ai", filePath: "index.md", pageComponents: ["featured-cards"], diff --git a/ai/python-interface-for-pgvector-and-timescale-vector.md b/ai/python-interface-for-pgvector-and-timescale-vector.md index 274338d54e..f1ba1f4848 100644 --- a/ai/python-interface-for-pgvector-and-timescale-vector.md +++ b/ai/python-interface-for-pgvector-and-timescale-vector.md @@ -13,7 +13,7 @@ You use pgai to power production grade AI applications. `timescale_vector` is th Before you get started with `timescale_vector`: -- [Sign up for pgai on Tiger Cloud](https://console.cloud.timescale.com/signup?utm_campaign=vectorlaunch&utm_source=docs&utm_medium=direct): Get 90 days free to try pgai on $CLOUD_LONG. +- [Sign up for pgai on Tiger](https://console.cloud.timescale.com/signup?utm_campaign=vectorlaunch&utm_source=docs&utm_medium=direct): Get 90 days free to try pgai on $CLOUD_LONG. - [Follow the Get Started Tutorial](https://timescale.github.io/python-vector/tsv_python_getting_started_tutorial.html): Learn how to use pgai on $CLOUD_LONG for semantic search on a real-world dataset. @@ -73,7 +73,7 @@ The client constructor takes three required arguments: | name | description | |----------------|-------------------------------------------------------------------------------------------| -| `service_url` | Tiger Cloud service URL / connection string | +| `service_url` | Tiger service URL / connection string | | `table_name` | Name of the table to use for storing the embeddings. Think of this as the collection name | | `num_dimensions` | Number of dimensions in the vector | diff --git a/api/configuration/index.md b/api/configuration/index.md index 1f18b96e1b..7c31f5d20b 100644 --- a/api/configuration/index.md +++ b/api/configuration/index.md @@ -1,6 +1,6 @@ --- title: Service configuration -excerpt: Use the default PostgreSQL server configuration settings for your Tiger Cloud service, or customize them as needed +excerpt: Use the default PostgreSQL server configuration settings for your Tiger service, or customize them as needed keywords: [configure] products: [self_hosted, cloud] --- diff --git a/api/hypertable/add_dimension.md b/api/hypertable/add_dimension.md index 17411312e7..0f3909fd9c 100644 --- a/api/hypertable/add_dimension.md +++ b/api/hypertable/add_dimension.md @@ -22,7 +22,7 @@ The column you select as the dimension can use either: - [Interval partitions][range-partition]: for example, for a second range partition. - [hash partitions][hash-partition]: to enable parallelization across multiple disks. - + Best practice is to not use additional dimensions. However, $CLOUD_LONG transparently provides seamless storage scaling, both in terms of storage capacity and available storage IOPS/bandwidth. diff --git a/api/hypertable/index.md b/api/hypertable/index.md index 2b5203301b..fdadabfd7d 100644 --- a/api/hypertable/index.md +++ b/api/hypertable/index.md @@ -1,6 +1,6 @@ --- title: Hypertables and chunks -excerpt: Tiger CloudAPI reference for dealing with hypertables and chunks. Includes all SQL functions and views related to managing hypertables, chunks, dimensions, tablespaces, and indexing +excerpt: TigerAPI reference for dealing with hypertables and chunks. Includes all SQL functions and views related to managing hypertables, chunks, dimensions, tablespaces, and indexing keywords: [hypertables, chunks] products: [cloud, mst, self_hosted] --- diff --git a/getting-started/page-index/page-index.js b/getting-started/page-index/page-index.js index 08356efc97..94bbf4de17 100644 --- a/getting-started/page-index/page-index.js +++ b/getting-started/page-index/page-index.js @@ -15,17 +15,17 @@ module.exports = [ title: "Start coding with TigerData", href: "start-coding-with-timescale", excerpt: - "Integrate Tiger Cloud with your app using your preferred programming language", + "Integrate Tiger with your app using your preferred programming language", }, { - title: "Create a Tiger Cloud service", + title: "Create a Tiger service", href: "services", - excerpt: "Create a Tiger Cloud service and connect to it", + excerpt: "Create a Tiger service and connect to it", }, { - title: "Run your queries from Tiger Cloud Console", + title: "Run your queries from Tiger Console", href: "run-queries-from-console", - excerpt: "Run your queries securely from inside Tiger Cloud Console", + excerpt: "Run your queries securely from inside Tiger Console", }, ], }, diff --git a/integrations/page-index/page-index.js b/integrations/page-index/page-index.js index c3f228fdd4..592f755860 100644 --- a/integrations/page-index/page-index.js +++ b/integrations/page-index/page-index.js @@ -4,117 +4,117 @@ module.exports = [ href: "integrations", filePath: "index.md", excerpt: - "Integrate third-party solutions with Tiger Cloud", + "Integrate third-party solutions with Tiger", children: [ { title: "Find your connection details", href: "find-connection-details", - excerpt: "Find connection information for your Tiger Cloud service", + excerpt: "Find connection information for your Tiger service", }, { title: "Amazon CloudWatch", href: "cloudwatch", - excerpt: "Integrate Amazon Cloudwatch with Tiger Cloud", + excerpt: "Integrate Amazon Cloudwatch with Tiger", }, { title: "Amazon SageMaker", href: "amazon-sagemaker", - excerpt: "Integrate Amazon SageMaker with Tiger Cloud", + excerpt: "Integrate Amazon SageMaker with Tiger", }, { title: "Amazon Web Services", href: "aws", - excerpt: "Integrate AWS with Tiger Cloud", + excerpt: "Integrate AWS with Tiger", }, { title: "Apache Airflow", href: "apache-airflow", - excerpt: "Integrate Apache Airflow with Tiger Cloud", + excerpt: "Integrate Apache Airflow with Tiger", }, { title: "Apache Kafka", href: "apache-kafka", - excerpt: "Integrate Apache Kafka with Tiger Cloud", + excerpt: "Integrate Apache Kafka with Tiger", }, { title: "AWS Lambda", href: "aws-lambda", - excerpt: "Integrate AWS Lambda with Tiger Cloud", + excerpt: "Integrate AWS Lambda with Tiger", }, { title: "Azure Data Studio", href: "azure-data-studio", - excerpt: "Integrate Azure Data Studio with Tiger Cloud", + excerpt: "Integrate Azure Data Studio with Tiger", }, { title: "Corporate data center", href: "corporate-data-center", - excerpt: "Integrate your corporate data center with Tiger Cloud", + excerpt: "Integrate your corporate data center with Tiger", }, { title: "Datadog", href: "datadog", - excerpt: "Integrate Datadog with Tiger Cloud", + excerpt: "Integrate Datadog with Tiger", }, { title: "DBeaver", href: "dbeaver", - excerpt: "Integrate DBeaver with Tiger Cloud", + excerpt: "Integrate DBeaver with Tiger", }, { title: "Debezium", href: "debezium", - excerpt: "Integrate Debezium with Tiger Cloud", + excerpt: "Integrate Debezium with Tiger", }, { title: "Decodable", href: "decodable", - excerpt: "Integrate Decodable with Tiger Cloud", + excerpt: "Integrate Decodable with Tiger", }, { title: "Fivetran", href: "fivetran", - excerpt: "Integrate Fivetran with Tiger Cloud", + excerpt: "Integrate Fivetran with Tiger", }, { title: "Google Cloud", href: "google-cloud", - excerpt: "Integrate Google Cloud with Tiger Cloud", + excerpt: "Integrate Google Cloud with Tiger", }, { title: "Grafana", href: "grafana", - excerpt: "Integrate Grafana with Tiger Cloud", + excerpt: "Integrate Grafana with Tiger", }, { title: "Kubernetes", href: "kubernetes", - excerpt: "Integrate Kubernetes with Tiger Cloud", + excerpt: "Integrate Kubernetes with Tiger", }, { title: "Microsoft Azure", href: "microsoft-azure", - excerpt: "Integrate Microsoft Azure with Tiger Cloud", + excerpt: "Integrate Microsoft Azure with Tiger", }, { title: "pgAdmin", href: "pgadmin", - excerpt: "Integrate pgAdmin with Tiger Cloud", + excerpt: "Integrate pgAdmin with Tiger", }, { title: "Postgres", href: "postgresql", - excerpt: "Integrate Postgres with Tiger Cloud", + excerpt: "Integrate Postgres with Tiger", }, { title: "Prometheus", href: "prometheus", - excerpt: "Integrate Prometheus with Tiger Cloud", + excerpt: "Integrate Prometheus with Tiger", }, { title: "Power BI", href: "power-bi", - excerpt: "Integrate Power BI with Tiger Cloud", + excerpt: "Integrate Power BI with Tiger", }, { title: "psql", @@ -124,30 +124,30 @@ module.exports = [ { title: "qStudio", href: "qstudio", - excerpt: "Integrate qstudio with Tiger Cloud", + excerpt: "Integrate qstudio with Tiger", }, { title: "Supabase", href: "supabase", - excerpt: "Integrate Supabase with Tiger Cloud", + excerpt: "Integrate Supabase with Tiger", }, { title: "Tableau", href: "tableau", - excerpt: "Integrate Tableau with Tiger Cloud", + excerpt: "Integrate Tableau with Tiger", }, { title: "Telegraf", href: "telegraf", - excerpt: "Ingest metrics into a Tiger Cloud service using the Telegraf plugin", + excerpt: "Ingest metrics into a Tiger service using the Telegraf plugin", }, { title: "Terraform", href: "terraform", - excerpt: "Integrate Terraform with Tiger Cloud", + excerpt: "Integrate Terraform with Tiger", }, { - title: "Troubleshooting Tiger Cloud integrations", + title: "Troubleshooting Tiger integrations", href: "troubleshooting", excerpt: "Resolve integration issues", }, diff --git a/migrate/OLD_hypershift-content/OLD_index.md b/migrate/OLD_hypershift-content/OLD_index.md index 4ac13436aa..f13f3efe48 100644 --- a/migrate/OLD_hypershift-content/OLD_index.md +++ b/migrate/OLD_hypershift-content/OLD_index.md @@ -1,6 +1,6 @@ --- -title: Migrate your data to Tiger Cloud -excerpt: Migrate existing database to Tiger Cloud +title: Migrate your data to Tiger +excerpt: Migrate existing database to Tiger products: [cloud] keywords: [data migration, postgresql, hypershift, RDS] tags: [ingest, migrate, RDS] diff --git a/migrate/OLD_hypershift-content/OLD_migrate-hypershift.md b/migrate/OLD_hypershift-content/OLD_migrate-hypershift.md index 31361583bc..849ae81958 100644 --- a/migrate/OLD_hypershift-content/OLD_migrate-hypershift.md +++ b/migrate/OLD_hypershift-content/OLD_migrate-hypershift.md @@ -1,6 +1,6 @@ --- -title: Migrate to Tiger Cloud with Hypershift -excerpt: Migrate an existing Postgres database to Tiger Cloud using Hypershift +title: Migrate to Tiger with Hypershift +excerpt: Migrate an existing Postgres database to Tiger using Hypershift products: [cloud] keywords: [data migration, Hypershift] tags: [ingest, Hypershift, postgresql] @@ -16,7 +16,7 @@ import HypershiftIntro from "versionContent/_partials/_hypershift-intro.mdx"; Before you begin, make sure you have: -* Signed up for your [free Tiger Cloud account][cloud-install]. +* Signed up for your [free Tiger account][cloud-install]. * Installed [Docker][docker-install]. Before you begin the migration, it is recommended that you create an index on diff --git a/migrate/dual-write-and-backfill.md b/migrate/dual-write-and-backfill.md index 1812145603..2dca8477c6 100644 --- a/migrate/dual-write-and-backfill.md +++ b/migrate/dual-write-and-backfill.md @@ -1,6 +1,6 @@ --- title: Low-downtime migrations with dual-write and backfill -excerpt: Migrate a hypertable or your entire database to Tiger Cloud with low downtime using dual-write and backfill +excerpt: Migrate a hypertable or your entire database to Tiger with low downtime using dual-write and backfill products: [cloud] keywords: [backups, restore] tags: [recovery, logical backup, pg_dump, pg_restore] diff --git a/migrate/dual-write-and-backfill/dual-write-from-other.md b/migrate/dual-write-and-backfill/dual-write-from-other.md index 1e40b42fd6..3f005d8fef 100644 --- a/migrate/dual-write-and-backfill/dual-write-from-other.md +++ b/migrate/dual-write-and-backfill/dual-write-from-other.md @@ -1,6 +1,6 @@ --- title: Migrate from non-Postgres using dual-write and backfill -excerpt: Migrate from a non-Postgres database to Tiger Cloud using the low-downtime dual-write and backfill method +excerpt: Migrate from a non-Postgres database to Tiger using the low-downtime dual-write and backfill method products: [cloud] keywords: [migration, low-downtime] tags: [migration, logical backup] diff --git a/migrate/dual-write-and-backfill/dual-write-from-postgres.md b/migrate/dual-write-and-backfill/dual-write-from-postgres.md index 0536155819..7ef5071a3b 100644 --- a/migrate/dual-write-and-backfill/dual-write-from-postgres.md +++ b/migrate/dual-write-and-backfill/dual-write-from-postgres.md @@ -1,6 +1,6 @@ --- title: Migrate from Postgres using dual-write and backfill -excerpt: Migrate from a Postgres database to Tiger Cloud using the low-downtime dual-write and backfill method +excerpt: Migrate from a Postgres database to Tiger using the low-downtime dual-write and backfill method products: [cloud] keywords: [migration, low-downtime] tags: [migration, logical backup] diff --git a/migrate/dual-write-and-backfill/dual-write-from-timescaledb.md b/migrate/dual-write-and-backfill/dual-write-from-timescaledb.md index ab386064f3..2a596184e8 100644 --- a/migrate/dual-write-and-backfill/dual-write-from-timescaledb.md +++ b/migrate/dual-write-and-backfill/dual-write-from-timescaledb.md @@ -1,6 +1,6 @@ --- title: Migrate from TimescaleDB using dual-write and backfill -excerpt: Migrate from a TimescaleDB database to Tiger Cloud using the low-downtime dual-write and backfill method +excerpt: Migrate from a TimescaleDB database to Tiger using the low-downtime dual-write and backfill method products: [cloud] keywords: [migration, low-downtime] tags: [migration, logical backup] diff --git a/migrate/dual-write-and-backfill/index.md b/migrate/dual-write-and-backfill/index.md index 076bd3277e..bb44e42261 100644 --- a/migrate/dual-write-and-backfill/index.md +++ b/migrate/dual-write-and-backfill/index.md @@ -1,6 +1,6 @@ --- title: Low-downtime migrations with dual-write and backfill -excerpt: Migrate a hypertable or your entire database to Tiger Cloud with low downtime +excerpt: Migrate a hypertable or your entire database to Tiger with low downtime products: [cloud] keywords: [backups, restore] tags: [recovery, logical backup, pg_dump, pg_restore] diff --git a/migrate/dual-write-and-backfill/timescaledb-backfill.md b/migrate/dual-write-and-backfill/timescaledb-backfill.md index ded3ed7576..0204c8b89e 100644 --- a/migrate/dual-write-and-backfill/timescaledb-backfill.md +++ b/migrate/dual-write-and-backfill/timescaledb-backfill.md @@ -1,6 +1,6 @@ --- title: Migrate with timescaledb-backfill -excerpt: Use the timescaledb-backfill tool to migrate your database to Tiger Cloud by copying historic data into your service +excerpt: Use the timescaledb-backfill tool to migrate your database to Tiger by copying historic data into your service products: [cloud] keywords: [migration, low-downtime] tags: [migration, logical backup] diff --git a/migrate/index.md b/migrate/index.md index 0b8eeda91a..c2a6c36cf8 100644 --- a/migrate/index.md +++ b/migrate/index.md @@ -1,6 +1,6 @@ --- -title: Sync, import, and migrate your data to Tiger Cloud -excerpt: In Tiger Cloud, you can easily import individual files, migrate from other databases, or sync directly so that your data from another source is continuously updated +title: Sync, import, and migrate your data to Tiger +excerpt: In Tiger, you can easily import individual files, migrate from other databases, or sync directly so that your data from another source is continuously updated products: [cloud, self_hosted] keywords: [import, sync, migrate, RDS] tags: [import, sync, migrate, RDS] diff --git a/migrate/live-migration.md b/migrate/live-migration.md index c4aaa985ba..73110fee50 100644 --- a/migrate/live-migration.md +++ b/migrate/live-migration.md @@ -1,6 +1,6 @@ --- title: Live migration -excerpt: Migrate your entire database to Tiger Cloud with low downtime +excerpt: Migrate your entire database to Tiger with low downtime products: [cloud] keywords: [migration, low-downtime, backup] tags: [recovery, logical backup, replication] diff --git a/migrate/livesync-for-postgresql.md b/migrate/livesync-for-postgresql.md index 9e75fdf5ee..601fc5e824 100644 --- a/migrate/livesync-for-postgresql.md +++ b/migrate/livesync-for-postgresql.md @@ -1,6 +1,6 @@ --- title: Sync data from Postgres to your service -excerpt: Synchronize updates to your primary Postgres database with the corresponding Tiger Cloud service in real time +excerpt: Synchronize updates to your primary Postgres database with the corresponding Tiger service in real time products: [cloud] keywords: [migration, low-downtime, backup] tags: [recovery, logical backup, replication] @@ -19,7 +19,7 @@ $SERVICE_SHORT, in real time. You run the connector continuously, turning $PG in $SERVICE_SHORT as a logical replica. This enables you to leverage $CLOUD_LONG’s real-time analytics capabilities on your replica data. -![Tiger Cloud connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) +![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) The $PG_CONNECTOR in $CLOUD_LONG leverages the well-established $PG logical replication protocol. By relying on this protocol, $CLOUD_LONG ensures compatibility, familiarity, and a broader knowledge base—making it easier for you to adopt the connector @@ -52,7 +52,7 @@ You use the $PG_CONNECTOR for data synchronization, rather than migration. This - + diff --git a/migrate/livesync-for-s3.md b/migrate/livesync-for-s3.md index dd87de50cf..23d26c0efd 100644 --- a/migrate/livesync-for-s3.md +++ b/migrate/livesync-for-s3.md @@ -1,6 +1,6 @@ --- title: Sync data from S3 to your service -excerpt: Synchronize data from S3 to Tiger Cloud service in real time +excerpt: Synchronize data from S3 to Tiger service in real time products: [cloud] keywords: [migration, low-downtime, backup] tags: [recovery, logical backup, replication] @@ -13,7 +13,7 @@ import EarlyAccessNoRelease from "versionContent/_partials/_early_access.mdx"; You use the $S3_CONNECTOR in $CLOUD_LONG to synchronize CSV and Parquet files from an S3 bucket to your $SERVICE_LONG in real time. The connector runs continuously, enabling you to leverage $CLOUD_LONG as your analytics database with data constantly synced from S3. This lets you take full advantage of $CLOUD_LONG's real-time analytics capabilities without having to develop or manage custom ETL solutions between S3 and $CLOUD_LONG. -![Tiger Cloud connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) +![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) You can use the $S3_CONNECTOR to synchronize your existing and new data. Here's what the connector can do: @@ -99,7 +99,7 @@ To sync data from your S3 bucket to your $SERVICE_LONG using $CONSOLE: 1. **Connect the source S3 bucket to the target $SERVICE_SHORT** - ![Connect Tiger Cloud to S3 bucket](https://assets.timescale.com/docs/images/tiger-cloud-console/s3-connector-tiger-cloud.png) + ![Connect Tiger to S3 bucket](https://assets.timescale.com/docs/images/tiger-cloud-console/s3-connector-tiger-cloud.png) 1. Click `Connectors` > `Amazon S3`. 1. Click the pencil icon, then set the name for the new connector. @@ -136,7 +136,7 @@ To sync data from your S3 bucket to your $SERVICE_LONG using $CONSOLE: 1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated. - ![Tiger Cloud connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) + ![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) 1. To view file import statistics and logs, click `Connectors` > `Source connectors`. diff --git a/migrate/page-index/page-index.js b/migrate/page-index/page-index.js index 0c979ea6f5..7349f9765f 100644 --- a/migrate/page-index/page-index.js +++ b/migrate/page-index/page-index.js @@ -2,32 +2,32 @@ module.exports = [ { title: "Import and sync", href: "migrate", - excerpt: "Import, ingest, migrate data, and connect to Tiger Cloud", + excerpt: "Import, ingest, migrate data, and connect to Tiger", children: [ { title: "Sync from Postgres", href: "livesync-for-postgresql", - excerpt: "Synchronize updates to a primary Postgres database instance with a Tiger Cloud service in real time", + excerpt: "Synchronize updates to a primary Postgres database instance with a Tiger service in real time", }, { title: "Sync from S3", href: "livesync-for-s3", - excerpt: "Synchronize data from S3 with a Tiger Cloud service in real time", + excerpt: "Synchronize data from S3 with a Tiger service in real time", }, { title: "Stream from Kafka", href: "livesync-for-kafka", - excerpt: "Stream events from Kafka into your Tiger Cloud service", + excerpt: "Stream events from Kafka into your Tiger service", }, { title: "Upload a file using Console", href: "upload-file-using-console", - excerpt: "Upload files into a Tiger Cloud service using Console", + excerpt: "Upload files into a Tiger service using Console", }, { title: "Upload a file using the terminal", href: "upload-file-using-terminal", - excerpt: "Upload files into a Tiger Cloud service using the terminal", + excerpt: "Upload files into a Tiger service using the terminal", }, { title: "Migrate with downtime", diff --git a/migrate/pg-dump-and-restore.md b/migrate/pg-dump-and-restore.md index 51f34a9f92..8da474a71d 100644 --- a/migrate/pg-dump-and-restore.md +++ b/migrate/pg-dump-and-restore.md @@ -1,6 +1,6 @@ --- title: Migrate with downtime -excerpt: Migrate a hypertable or an entire database to Tiger Cloud with native Postgres commands. Use `pg_dump` and `pg_restore` to move less than 100GB of data +excerpt: Migrate a hypertable or an entire database to Tiger with native Postgres commands. Use `pg_dump` and `pg_restore` to move less than 100GB of data products: [cloud] keywords: [backups, restore] tags: [recovery, logical backup, pg_dump, pg_restore] diff --git a/navigation/page-index/page-index.js b/navigation/page-index/page-index.js index 0e40610db6..c77705f0ff 100644 --- a/navigation/page-index/page-index.js +++ b/navigation/page-index/page-index.js @@ -8,7 +8,7 @@ module.exports = [ { title: "Find by Console location", overrideHref: "/console", - excerpt: "Browse topics by Tiger Cloud Console location.", + excerpt: "Browse topics by Tiger Console location.", type: "placeholder", }, { diff --git a/static/llms.txt b/static/llms.txt index 221003fb2a..5a4d3ae5ab 100644 --- a/static/llms.txt +++ b/static/llms.txt @@ -2,17 +2,17 @@ Over 3 million TigerData databases power customer-facing applications. Speed without sacrifice for real-time analytics, time series, and vector workloads. Creators of TimescaleDB. -Tiger Cloud is the modern Postgres data platform for all your applications. It enhances Postgres to handle time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads. +Tiger is the modern Postgres data platform for all your applications. It enhances Postgres to handle time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads. -You get one system that handles live data ingestion, late and out-of-order updates, and low latency queries, with the performance, reliability, and scalability your app needs. Ideal for IoT, crypto, finance, SaaS, and a myriad other domains, Tiger Cloud allows you to build data-heavy, mission-critical apps while retaining the familiarity and reliability of PostgreSQL. +You get one system that handles live data ingestion, late and out-of-order updates, and low latency queries, with the performance, reliability, and scalability your app needs. Ideal for IoT, crypto, finance, SaaS, and a myriad other domains, Tiger allows you to build data-heavy, mission-critical apps while retaining the familiarity and reliability of PostgreSQL. This repository contains the complete documentation for TigerData products available at https://docs.tigerdata.com/. ## Getting Started - [Get started overview](https://docs.tigerdata.com/getting-started/latest/): Introduction to TigerData products and services -- [Create a Tiger Cloud service](https://docs.tigerdata.com/getting-started/latest/services/): Learn about Tiger Cloud capabilities and create your first service -- [Run queries from Tiger Cloud Console](https://docs.tigerdata.com/getting-started/latest/run-queries-from-console/): Use the SQL editor and SQL Assistant in Tiger Cloud +- [Create a Tiger service](https://docs.tigerdata.com/getting-started/latest/services/): Learn about Tiger capabilities and create your first service +- [Run queries from Tiger Console](https://docs.tigerdata.com/getting-started/latest/run-queries-from-console/): Use the SQL editor and SQL Assistant in Tiger - [Try key TigerData features](https://docs.tigerdata.com/getting-started/latest/try-key-features-timescale-products/): Explore hypertables, time buckets, compression, and continuous aggregates - [Start coding with TigerData](https://docs.tigerdata.com/getting-started/latest/start-coding-with-timescale/): Connect and code with your preferred programming language @@ -105,8 +105,8 @@ This repository contains the complete documentation for TigerData products avail ## Infrastructure and Operations -### Tiger Cloud Services -- [Service overview](https://docs.tigerdata.com/use-timescale/latest/services/service-overview/): Tiger Cloud service architecture +### Tiger Services +- [Service overview](https://docs.tigerdata.com/use-timescale/latest/services/service-overview/): Tiger service architecture - [Service management](https://docs.tigerdata.com/use-timescale/latest/services/service-management/): Lifecycle management - [Service explorer](https://docs.tigerdata.com/use-timescale/latest/services/service-explorer/): Service monitoring and insights - [Change resources](https://docs.tigerdata.com/use-timescale/latest/services/change-resources/): Scale compute and storage diff --git a/tutorials/index.md b/tutorials/index.md index f30ba90b48..72b28f53e6 100644 --- a/tutorials/index.md +++ b/tutorials/index.md @@ -1,6 +1,6 @@ --- title: Tutorials -excerpt: Tiger Cloud can be used in various sectors, and for various purposes. Follow our tutorials to see it used for real-time data analysis in the energy, finance, IoT, and other sectors +excerpt: Tiger can be used in various sectors, and for various purposes. Follow our tutorials to see it used for real-time data analysis in the energy, finance, IoT, and other sectors products: [cloud, mst, self_hosted] --- diff --git a/tutorials/page-index/page-index.js b/tutorials/page-index/page-index.js index 4af416aa2e..c5c4bd7800 100644 --- a/tutorials/page-index/page-index.js +++ b/tutorials/page-index/page-index.js @@ -69,7 +69,7 @@ module.exports = [ { title: "Analyze financial tick data ", href: "financial-tick-data", - excerpt: "Use Tiger Cloud to store financial tick data", + excerpt: "Use Tiger to store financial tick data", children: [ { title: "Ingest data into a service", diff --git a/tutorials/real-time-analytics-transport.md b/tutorials/real-time-analytics-transport.md index d8430e7990..22dd932aba 100644 --- a/tutorials/real-time-analytics-transport.md +++ b/tutorials/real-time-analytics-transport.md @@ -1,6 +1,6 @@ --- title: Analytics on transport and geospatial data -excerpt: Simulate and analyze a transport dataset in your Tiger Cloud service +excerpt: Simulate and analyze a transport dataset in your Tiger service products: [cloud, mst, self_hosted] keywords: [IoT, simulate] --- diff --git a/tutorials/simulate-iot-sensor-data.md b/tutorials/simulate-iot-sensor-data.md index 14a683373c..8d095f0dfc 100644 --- a/tutorials/simulate-iot-sensor-data.md +++ b/tutorials/simulate-iot-sensor-data.md @@ -1,6 +1,6 @@ --- title: Simulate an IoT sensor dataset -excerpt: It is often necessary to simulate IoT datasets, for example, when testing a new system. Simulate an IOT dataset in your Tiger Cloud service +excerpt: It is often necessary to simulate IoT datasets, for example, when testing a new system. Simulate an IOT dataset in your Tiger service products: [cloud, self_hosted, mst] keywords: [IoT, simulate] --- diff --git a/use-timescale/page-index/page-index.js b/use-timescale/page-index/page-index.js index 871bc94722..e35af9c4b1 100644 --- a/use-timescale/page-index/page-index.js +++ b/use-timescale/page-index/page-index.js @@ -6,7 +6,7 @@ module.exports = [ filePath: "index.md", pageComponents: ["content-list"], excerpt: - "How to connect to Tiger Cloud, administer, and configure the database.", + "How to connect to Tiger, administer, and configure the database.", children: [ { title: "Hypertables", @@ -132,14 +132,14 @@ module.exports = [ ], }, { - title: "Tiger Cloud regions", + title: "Tiger regions", href: "regions", - excerpt: "Tiger Cloud AWS regions", + excerpt: "Tiger AWS regions", }, { - title: "Tiger Cloud services", + title: "Tiger services", href: "services", - excerpt: "About Tiger Cloud services", + excerpt: "About Tiger services", children: [ { title: "Services overview", @@ -149,12 +149,12 @@ module.exports = [ { title: "Service explorer", href: "service-explorer", - excerpt: "Tiger Cloud services explorer", + excerpt: "Tiger services explorer", }, { title: "Service management", href: "service-management", - excerpt: "Tiger Cloud services operations, Service management tab", + excerpt: "Tiger services operations, Service management tab", }, { title: "Manually change resources", @@ -164,10 +164,10 @@ module.exports = [ { title: "Connection pooling", href: "connection-pooling", - excerpt: "Using a connection pool with your Tiger Cloud services", + excerpt: "Using a connection pool with your Tiger services", }, { - title: "Troubleshooting Tiger Cloud services", + title: "Troubleshooting Tiger services", href: "troubleshooting", type: "placeholder", }, @@ -211,7 +211,7 @@ module.exports = [ { title: "About querying data", href: "about-query-data", - excerpt: "Learn how to query data in Tiger Cloud", + excerpt: "Learn how to query data in Tiger", }, { title: "SELECT data", @@ -316,24 +316,24 @@ module.exports = [ { title: "Configuration", href: "configuration", - excerpt: "Configure your Tiger Cloud service", + excerpt: "Configure your Tiger service", children: [ { title: "About Configuration", href: "about-configuration", excerpt: - "Overview of configuration options and methods for Postgres and Tiger Cloud", + "Overview of configuration options and methods for Postgres and Tiger", }, { title: "Customize configuration", href: "customize-configuration", - excerpt: "Customize your Tiger Cloud database configuration", + excerpt: "Customize your Tiger database configuration", }, { title: "Advanced parameters", href: "advanced-parameters", excerpt: - "Configure advanced database parameters for your Tiger Cloud service", + "Configure advanced database parameters for your Tiger service", }, { title: "Troubleshooting", @@ -345,7 +345,7 @@ module.exports = [ { title: "Alerting", href: "alerting", - excerpt: "Configure alerting in Tiger Cloud", + excerpt: "Configure alerting in Tiger", }, { title: "Data retention", @@ -532,12 +532,12 @@ module.exports = [ { title: "Metrics and logging", href: "metrics-logging", - excerpt: "Tiger Cloud metrics and logging", + excerpt: "Tiger metrics and logging", children: [ { - title: "Monitor Tiger Cloud services", + title: "Monitor Tiger services", href: "monitoring", - excerpt: "Tiger Cloud service monitoring", + excerpt: "Tiger service monitoring", }, { title: "Export to Amazon Cloudwatch", @@ -559,29 +559,29 @@ module.exports = [ { title: "High availability and read scaling", href: "ha-replicas", - excerpt: "Tiger Cloud high availability and read scaling", + excerpt: "Tiger high availability and read scaling", children: [ { title: "Manage high availability", href: "high-availability", - excerpt: "Set up HA replicas on Tiger Cloud for high availability", + excerpt: "Set up HA replicas on Tiger for high availability", }, { title: "Read scaling", href: "read-scaling", - excerpt: "Understand how read scaling works in Tiger Cloud", + excerpt: "Understand how read scaling works in Tiger", }, ], }, { title: "Maintenance and upgrades", href: "upgrades", - excerpt: "Keep your Tiger Cloud service up-to-date", + excerpt: "Keep your Tiger service up-to-date", }, { - title: "Tiger Cloud Postgres extensions", + title: "Tiger Postgres extensions", href: "extensions", - excerpt: "The Postgres extensions installed in each Tiger Cloud service", + excerpt: "The Postgres extensions installed in each Tiger service", children: [ { title: "Create a chatbot using pgvector", @@ -639,17 +639,17 @@ module.exports = [ { title: "Security", href: "security", - excerpt: "Learn how your Tiger Cloud instance is secured", + excerpt: "Learn how your Tiger instance is secured", children: [ { title: "Security overview", href: "overview", - excerpt: "Get an overview of Tiger Cloud security", + excerpt: "Get an overview of Tiger security", }, { title: "Control user access to projects", href: "members", - excerpt: "Project and user role management in Tiger Cloud", + excerpt: "Project and user role management in Tiger", }, { title: "Manage data security in your service", @@ -659,36 +659,36 @@ module.exports = [ { title: "SAML authentication", href: "saml", - excerpt: "SAML / SSO authentication for your Tiger Cloud account", + excerpt: "SAML / SSO authentication for your Tiger account", }, { title: "Multi-factor authentication", href: "multi-factor-authentication", - excerpt: "Multi-factor authentication for your Tiger Cloud account", + excerpt: "Multi-factor authentication for your Tiger account", }, { title: "Client credentials", href: "client-credentials", excerpt: - "Client credentials to programmatically access your Tiger Cloud account", + "Client credentials to programmatically access your Tiger account", }, { title: "Connect with a stricter SSL mode", href: "strict-ssl", excerpt: - "Connect to Tiger Cloud with a stricter SSL mode of verify-ca or verify-full", + "Connect to Tiger with a stricter SSL mode of verify-ca or verify-full", }, { title: "Connect securely from any cloud", href: "transit-gateway", excerpt: - "Peer your Tiger Cloud service with AWS Transit Gateway", + "Peer your Tiger service with AWS Transit Gateway", }, { title: "VPC peering and AWS PrivateLink", href: "vpc", excerpt: - "Secure your Tiger Cloud services with VPC peering and AWS PrivateLink", + "Secure your Tiger services with VPC peering and AWS PrivateLink", }, { title: "IP allow list", @@ -704,14 +704,14 @@ module.exports = [ excerpt: "Current limitations of TigerData product features", }, { - title: "Integrate data lakes with Tiger Cloud", + title: "Integrate data lakes with Tiger", href: "tigerlake", - excerpt: "Unifies the Tiger Cloud operational architecture with the data lake (S3 + Iceberg) architectures", + excerpt: "Unifies the Tiger operational architecture with the data lake (S3 + Iceberg) architectures", }, { title: "Troubleshoot TigerData products", href: "troubleshoot-timescaledb", - excerpt: "Troubleshooting Tiger Cloud and TimescaleDB", + excerpt: "Troubleshooting Tiger and TimescaleDB", }, { title: "Compression (Old API, replaced by hypercore)", From a39a12609412477b9edf98a1295f17d718751e9f Mon Sep 17 00:00:00 2001 From: Anastasiia Tovpeko <114177030+atovpeko@users.noreply.github.com> Date: Fri, 10 Oct 2025 11:30:02 +0300 Subject: [PATCH 3/9] update on review (#4494) --- _partials/_prometheus-integrate.md | 6 +++--- api/glossary.md | 2 +- getting-started/run-queries-from-console.md | 4 ++-- getting-started/services.md | 4 ++-- getting-started/start-coding-with-timescale.md | 2 +- getting-started/try-key-features-timescale-products.md | 2 +- integrations/amazon-sagemaker.md | 2 +- integrations/apache-airflow.md | 2 +- integrations/apache-kafka.md | 4 ++-- integrations/aws-lambda.md | 2 +- integrations/aws.md | 4 ++-- integrations/cloudwatch.md | 4 ++-- integrations/corporate-data-center.md | 4 ++-- integrations/datadog.md | 2 +- integrations/debezium.md | 2 +- integrations/decodable.md | 4 ++-- integrations/find-connection-details.md | 4 ++-- integrations/fivetran.md | 2 +- integrations/google-cloud.md | 4 ++-- integrations/grafana.md | 6 +++--- integrations/index.md | 2 +- integrations/kubernetes.md | 2 +- integrations/microsoft-azure.md | 4 ++-- integrations/pgadmin.md | 2 +- integrations/postgresql.md | 2 +- integrations/power-bi.md | 2 +- integrations/prometheus.md | 2 +- integrations/psql.md | 4 ++-- integrations/telegraf.md | 2 +- integrations/terraform.md | 6 +++--- integrations/troubleshooting.md | 2 +- migrate/livesync-for-kafka.md | 2 +- migrate/upload-file-using-console.md | 6 +++--- package.json | 2 +- tutorials/OLD_grafana/grafana-timescalecloud.md | 4 ++-- tutorials/OLD_monitor-mst-with-prometheus.md | 2 +- tutorials/blockchain-query/blockchain-compress.md | 2 +- tutorials/blockchain-query/index.md | 2 +- tutorials/cookbook.md | 2 +- tutorials/energy-data/compress-energy.md | 2 +- tutorials/energy-data/dataset-energy.md | 2 +- tutorials/energy-data/index.md | 2 +- .../financial-ingest-dataset.md | 2 +- tutorials/financial-ingest-real-time/index.md | 2 +- .../financial-tick-data/financial-tick-compress.md | 2 +- .../financial-tick-data/financial-tick-dataset.md | 2 +- tutorials/financial-tick-data/index.md | 2 +- tutorials/nyc-taxi-cab/dataset-nyc.md | 2 +- tutorials/real-time-analytics-energy-consumption.md | 4 ++-- use-timescale/alerting.md | 2 +- use-timescale/backup-restore.md | 6 +++--- use-timescale/compression/OLD_compress-chunks.md | 3 +-- use-timescale/compression/compression-design.md | 2 +- use-timescale/configuration/about-configuration.md | 2 +- use-timescale/configuration/advanced-parameters.md | 2 +- use-timescale/configuration/customize-configuration.md | 6 +++--- use-timescale/configuration/index.md | 2 +- use-timescale/data-tiering/about-data-tiering.md | 4 ++-- use-timescale/data-tiering/enabling-data-tiering.md | 2 +- use-timescale/data-tiering/index.md | 2 +- use-timescale/data-tiering/querying-tiered-data.md | 2 +- .../data-tiering/tiered-data-replicas-forks.md | 2 +- use-timescale/extensions/index.md | 2 +- use-timescale/extensions/pgvector.md | 8 ++++---- use-timescale/ha-replicas/high-availability.md | 2 +- use-timescale/ha-replicas/index.md | 2 +- use-timescale/ha-replicas/read-scaling.md | 8 ++++---- use-timescale/hypercore/index.md | 2 +- use-timescale/hyperfunctions/index.md | 2 +- use-timescale/index.md | 2 +- use-timescale/metrics-logging/aws-cloudwatch.md | 2 +- use-timescale/metrics-logging/datadog.md | 2 +- use-timescale/metrics-logging/index.md | 2 +- use-timescale/metrics-logging/metrics-to-prometheus.md | 2 +- use-timescale/metrics-logging/monitoring.md | 2 +- use-timescale/regions.md | 4 ++-- .../schema-management/foreign-data-wrappers.md | 2 +- use-timescale/security/client-credentials.md | 2 +- use-timescale/security/index.md | 2 +- use-timescale/security/ip-allow-list.md | 2 +- use-timescale/security/members.md | 10 +++++----- use-timescale/security/multi-factor-authentication.md | 4 ++-- use-timescale/security/overview.md | 4 ++-- use-timescale/security/read-only-role.md | 6 +++--- use-timescale/security/saml.md | 2 +- use-timescale/security/strict-ssl.md | 2 +- use-timescale/security/transit-gateway.md | 4 ++-- use-timescale/security/vpc.md | 2 +- use-timescale/services/OLD_create-a-pg-service.md | 2 +- use-timescale/services/change-resources.md | 2 +- use-timescale/services/connection-pooling.md | 2 +- use-timescale/services/index.md | 4 ++-- use-timescale/services/service-explorer.md | 2 +- use-timescale/services/service-management.md | 4 ++-- use-timescale/services/service-overview.md | 2 +- use-timescale/tigerlake.md | 2 +- use-timescale/upgrades.md | 2 +- 97 files changed, 141 insertions(+), 142 deletions(-) diff --git a/_partials/_prometheus-integrate.md b/_partials/_prometheus-integrate.md index d261f43fec..39f1d95d9c 100644 --- a/_partials/_prometheus-integrate.md +++ b/_partials/_prometheus-integrate.md @@ -54,17 +54,17 @@ To export metrics from a $SERVICE_LONG, you create a dedicated Prometheus export 1. Select the exporter in the drop-down, then click `Attach exporter`. - ![Attach a Prometheus exporter to a Tiger Cloud service](https://assets.timescale.com/docs/images/tiger-cloud-console/attach-prometheus-exporter-tiger-cloud.png) + ![Attach a Prometheus exporter to a Tiger service](https://assets.timescale.com/docs/images/tiger-cloud-console/attach-prometheus-exporter-tiger-cloud.png) The exporter is now attached to your $SERVICE_SHORT. To unattach it, click the trash icon in the exporter list. - ![Unattach a Prometheus exporter from a Tiger Cloud service](https://assets.timescale.com/docs/images/tiger-cloud-console/unattach-prometheus-exporter-tiger-cloud-service.png) + ![Unattach a Prometheus exporter from a Tiger service](https://assets.timescale.com/docs/images/tiger-cloud-console/unattach-prometheus-exporter-tiger-cloud-service.png) 1. **Configure the Prometheus scrape target** 1. Select your service, then click `Operations` > `Exporters` and click the information icon next to the exporter. You see the exporter details. - ![Prometheus exporter details in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/prometheus-exporter-details-tiger-cloud.png) + ![Prometheus exporter details in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/prometheus-exporter-details-tiger-cloud.png) 1. Copy the exporter URL. diff --git a/api/glossary.md b/api/glossary.md index 9c9d2e4052..e3c3be4d29 100644 --- a/api/glossary.md +++ b/api/glossary.md @@ -371,7 +371,7 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN **pgVector**: a $PG extension that adds vector similarity search capabilities for AI and machine learning applications. See [pgvector][ai-pgvector]. -**pgai on Tiger Cloud**: a cloud solution for building search, RAG, and AI agents with $PG. Enables calling AI embedding and generation models directly from the database using SQL. See [pgai][ai-pgai]. +**pgai on $CLOUD_LONG**: a cloud solution for building search, RAG, and AI agents with $PG. Enables calling AI embedding and generation models directly from the database using SQL. See [pgai][ai-pgai]. **pgvectorscale**: a performance enhancement for pgvector featuring StreamingDiskANN indexing, binary quantization compression, and label-based filtering. See [pgvectorscale][ai-pgvectorscale]. diff --git a/getting-started/run-queries-from-console.md b/getting-started/run-queries-from-console.md index 3532c3a47a..8814dca98b 100644 --- a/getting-started/run-queries-from-console.md +++ b/getting-started/run-queries-from-console.md @@ -1,6 +1,6 @@ --- -title: Run your queries from Tiger Cloud Console -excerpt: Choose the right tool to manage your data. Tiger Cloud offers the data mode, the SQL editor, and the SQL Assistant to better address your needs +title: Run your queries from Tiger Console +excerpt: Choose the right tool to manage your data. Tiger offers the data mode, the SQL editor, and the SQL Assistant to better address your needs products: [cloud] content_group: Getting started --- diff --git a/getting-started/services.md b/getting-started/services.md index 14a1c2baaa..7557f4c75d 100644 --- a/getting-started/services.md +++ b/getting-started/services.md @@ -1,6 +1,6 @@ --- -title: Create your first Tiger Cloud service -excerpt: Tiger Cloud offers a range of capabilities to accommodate your real-time analytics and AI and vector workloads. Learn more about each of them and create your first service in Tiger Cloud Console +title: Create your first Tiger service +excerpt: Tiger offers a range of capabilities to accommodate your real-time analytics and AI and vector workloads. Learn more about each of them and create your first service in Tiger Console products: [cloud] content_group: Getting started --- diff --git a/getting-started/start-coding-with-timescale.md b/getting-started/start-coding-with-timescale.md index 2030da9f96..ec8e478340 100644 --- a/getting-started/start-coding-with-timescale.md +++ b/getting-started/start-coding-with-timescale.md @@ -1,6 +1,6 @@ --- title: Start coding with TigerData -excerpt: Integrate Tiger Cloud with your app using your preferred programming language. Connect to a service, +excerpt: Integrate Tiger with your app using your preferred programming language. Connect to a service, create and manage hypertables, then and ingest and query data products: [cloud, self_hosted, mst] content_group: Getting started diff --git a/getting-started/try-key-features-timescale-products.md b/getting-started/try-key-features-timescale-products.md index c28852784d..3f16c3021f 100644 --- a/getting-started/try-key-features-timescale-products.md +++ b/getting-started/try-key-features-timescale-products.md @@ -82,7 +82,7 @@ relational and time-series data from external files. - + The $CONSOLE data upload creates $HYPERTABLEs and relational tables from the data you are uploading: 1. In [$CONSOLE][portal-ops-mode], select the $SERVICE_SHORT to add data to, then click `Actions` > `Import data` > `Upload .CSV`. diff --git a/integrations/amazon-sagemaker.md b/integrations/amazon-sagemaker.md index 083f60e9a1..59bfadf8a9 100644 --- a/integrations/amazon-sagemaker.md +++ b/integrations/amazon-sagemaker.md @@ -1,6 +1,6 @@ --- title: Integrate Amazon Sagemaker with Tiger Cloud -excerpt: Amazon SageMaker is a fully managed machine learning service. Integrate Amazon SageMaker with Tiger Cloud to store and analyze ML model data +excerpt: Amazon SageMaker is a fully managed machine learning service. Integrate Amazon SageMaker with Tiger to store and analyze ML model data products: [cloud, self_hosted] keywords: [connect, integrate, amazon, aws, sagemaker] --- diff --git a/integrations/apache-airflow.md b/integrations/apache-airflow.md index d6241fd4e9..212adf734d 100644 --- a/integrations/apache-airflow.md +++ b/integrations/apache-airflow.md @@ -1,6 +1,6 @@ --- title: Integrate Apache Airflow with Tiger Cloud -excerpt: Apache Airflow is a platform to programmatically author, schedule, and monitor workflows. Integrate Apache Airflow with Tiger Cloud and create a data pipeline +excerpt: Apache Airflow is a platform to programmatically author, schedule, and monitor workflows. Integrate Apache Airflow with Tiger and create a data pipeline products: [cloud, self_hosted] keywords: [connect, integrate, apache, airflow] --- diff --git a/integrations/apache-kafka.md b/integrations/apache-kafka.md index c3ef89f9a8..5f3e467570 100644 --- a/integrations/apache-kafka.md +++ b/integrations/apache-kafka.md @@ -1,6 +1,6 @@ --- -title: Integrate Apache Kafka with Tiger Cloud -excerpt: Apache Kafka is a distributed event streaming platform used for high-performance data pipelines. Learn how to integrate Apache Kafka with Tiger Cloud to manage and analyze streaming data +title: Integrate Apache Kafka with Tiger +excerpt: Apache Kafka is a distributed event streaming platform used for high-performance data pipelines. Learn how to integrate Apache Kafka with Tiger to manage and analyze streaming data products: [cloud, self_hosted] keywords: [Apache Kafka, integrations] --- diff --git a/integrations/aws-lambda.md b/integrations/aws-lambda.md index 11e9cc92fb..2f1388f988 100644 --- a/integrations/aws-lambda.md +++ b/integrations/aws-lambda.md @@ -1,6 +1,6 @@ --- title: Integrate AWS Lambda with Tiger Cloud -excerpt: With AWS Lambda, you can run code without provisioning or managing servers, and scale automatically. Integrate AWS Lambda with Tiger Cloud and inject data into your service +excerpt: With AWS Lambda, you can run code without provisioning or managing servers, and scale automatically. Integrate AWS Lambda with Tiger and inject data into your service products: [cloud, self_hosted] keywords: [connect, integrate, aws, lambda] --- diff --git a/integrations/aws.md b/integrations/aws.md index fdbd599dc2..cd15a8c922 100644 --- a/integrations/aws.md +++ b/integrations/aws.md @@ -1,6 +1,6 @@ --- -title: Integrate Amazon Web Services with Tiger Cloud -excerpt: AWS enables you to build, run, and manage applications across cloud, hybrid, and edge environments with AI, analytics, security, and scalable infrastructure. Integrate AWS with Tiger Cloud using AWS Transit Gateway +title: Integrate Amazon Web Services with Tiger +excerpt: AWS enables you to build, run, and manage applications across cloud, hybrid, and edge environments with AI, analytics, security, and scalable infrastructure. Integrate AWS with Tiger using AWS Transit Gateway products: [cloud] price_plans: [scale, enterprise] keywords: [AWS, integrations] diff --git a/integrations/cloudwatch.md b/integrations/cloudwatch.md index ba0b58a60e..9901a0a9a1 100644 --- a/integrations/cloudwatch.md +++ b/integrations/cloudwatch.md @@ -1,6 +1,6 @@ --- -title: Integrate Amazon CloudWatch with Tiger Cloud -excerpt: Amazon CloudWatch is a monitoring and observability service. Export telemetry data from your Tiger Cloud service with time-series and analytics capability to Amazon CloudWatch +title: Integrate Amazon CloudWatch with Tiger +excerpt: Amazon CloudWatch is a monitoring and observability service. Export telemetry data from your Tiger service with time-series and analytics capability to Amazon CloudWatch products: [cloud] price_plans: [scale, enterprise] keywords: [integrate] diff --git a/integrations/corporate-data-center.md b/integrations/corporate-data-center.md index c95fed50be..fddc3b33a4 100644 --- a/integrations/corporate-data-center.md +++ b/integrations/corporate-data-center.md @@ -1,6 +1,6 @@ --- -title: Integrate your data center with Tiger Cloud -excerpt: Integrate your on-premise data center with Tiger Cloud using AWS Transit Gateway +title: Integrate your data center with Tiger +excerpt: Integrate your on-premise data center with Tiger using AWS Transit Gateway products: [cloud] price_plans: [scale, enterprise] keywords: [on-premise, integrations] diff --git a/integrations/datadog.md b/integrations/datadog.md index f484dd2816..4f922131ab 100644 --- a/integrations/datadog.md +++ b/integrations/datadog.md @@ -1,6 +1,6 @@ --- title: Integrate Datadog with Tiger Cloud -excerpt: Datadog is a cloud-based monitoring and analytics platform. Export telemetry data from your Tiger Cloud service with time-series and analytics capability to Datadog +excerpt: Datadog is a cloud-based monitoring and analytics platform. Export telemetry data from your Tiger service with time-series and analytics capability to Datadog products: [cloud] price_plans: [scale, enterprise] keywords: [integrate] diff --git a/integrations/debezium.md b/integrations/debezium.md index 05ddc5fabb..e8a280257e 100644 --- a/integrations/debezium.md +++ b/integrations/debezium.md @@ -1,6 +1,6 @@ --- title: Integrate Debezium with Tiger Cloud -excerpt: Integrate Debezium with Tiger Cloud to enable change data capture in your Tiger Cloud service and streaming to Redis Streams +excerpt: Integrate Debezium with Tiger to enable change data capture in your Tiger Cloud service and streaming to Redis Streams products: [self_hosted] keywords: [Debezium, integrate] --- diff --git a/integrations/decodable.md b/integrations/decodable.md index 27387794d8..b6a11a93cf 100644 --- a/integrations/decodable.md +++ b/integrations/decodable.md @@ -1,6 +1,6 @@ --- -title: Integrate Decodable with Tiger Cloud -excerpt: Decodable enables you to build, run, and manage data pipelines effortlessly. Seamlessly integrate Decodable with Tiger Cloud to unlock real-time data processing capabilities +title: Integrate Decodable with Tiger +excerpt: Decodable enables you to build, run, and manage data pipelines effortlessly. Seamlessly integrate Decodable with Tiger to unlock real-time data processing capabilities products: [cloud, self_hosted] keywords: [Decodable, Tiger Cloud] --- diff --git a/integrations/find-connection-details.md b/integrations/find-connection-details.md index 7df2ce0722..523be10277 100644 --- a/integrations/find-connection-details.md +++ b/integrations/find-connection-details.md @@ -1,6 +1,6 @@ --- title: Find your connection details -excerpt: You connect to Tiger Cloud or self-hosted TimescaleDB using your connection details. Learn where to find them +excerpt: You connect to Tiger or self-hosted TimescaleDB using your connection details. Learn where to find them products: [cloud, mst, self_hosted] keywords: [connect, Managed Service for TimescaleDB, Timescale] --- @@ -33,7 +33,7 @@ Retrieve the connection details for your $SERVICE_LONG: Open the [`Services`][console-services] page and select your $SERVICE_SHORT. The connection details, except the password, are available in `Service info` > `Connection info` > `More details`. If necessary, click `Forgot your password?` to get a new one. - ![Tiger Cloud service connection details](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-service-connection-details.png) + ![Tiger service connection details](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-service-connection-details.png) ## Find your project and service ID diff --git a/integrations/fivetran.md b/integrations/fivetran.md index c2ad269f8f..2a9d9bc07d 100644 --- a/integrations/fivetran.md +++ b/integrations/fivetran.md @@ -1,6 +1,6 @@ --- title: Integrate Fivetran with Tiger Cloud -excerpt: Fivetran is a fully managed data pipeline platform that simplifies extract, transform, and load processes. Integrate Fivetran with Tiger Cloud for seamless data synchronization +excerpt: Fivetran is a fully managed data pipeline platform that simplifies extract, transform, and load processes. Integrate Fivetran with Tiger for seamless data synchronization products: [cloud, self_hosted] keywords: [Fivetran, PostgreSQL, connection, integrate] diff --git a/integrations/google-cloud.md b/integrations/google-cloud.md index acb099d606..faa49c518d 100644 --- a/integrations/google-cloud.md +++ b/integrations/google-cloud.md @@ -1,6 +1,6 @@ --- -title: Integrate Google Cloud with Tiger Cloud -excerpt: Google Cloud enables you to deploy, manage, and scale cloud-based applications, databases, and data processing workflows. Integrate Google Cloud with Tiger Cloud using AWS Transit Gateway +title: Integrate Google Cloud with Tiger +excerpt: Google Cloud enables you to deploy, manage, and scale cloud-based applications, databases, and data processing workflows. Integrate Google Cloud with Tiger using AWS Transit Gateway products: [cloud] price_plans: [scale, enterprise] keywords: [Google Cloud, integrations] diff --git a/integrations/grafana.md b/integrations/grafana.md index 4fff5aa69f..abb296e12b 100644 --- a/integrations/grafana.md +++ b/integrations/grafana.md @@ -94,7 +94,7 @@ Grafana time-series panels include a time filter: When you visualize this query in Grafana, you see this: - ![Tiger Cloud service and Grafana query results](https://assets.timescale.com/docs/images/grafana_query_results.png) + ![Tiger service and Grafana query results](https://assets.timescale.com/docs/images/grafana_query_results.png) You can adjust the `time_bucket` function and compare the graphs: @@ -112,7 +112,7 @@ Grafana time-series panels include a time filter: When you visualize this query, it looks like this: - ![Tiger Cloud service and Grafana query results in time buckets](https://assets.timescale.com/docs/images/grafana_query_results_5m.png) + ![Tiger service and Grafana query results in time buckets](https://assets.timescale.com/docs/images/grafana_query_results_5m.png) @@ -175,7 +175,7 @@ tutorial as a starting point. You now have a visualization that looks like this: - ![Tiger Cloud service and Grafana integration](https://assets.timescale.com/docs/images/timescale-grafana-integration.png) + ![Tiger service and Grafana integration](https://assets.timescale.com/docs/images/timescale-grafana-integration.png) diff --git a/integrations/index.md b/integrations/index.md index 7d1bfbb0e0..4488e17f22 100644 --- a/integrations/index.md +++ b/integrations/index.md @@ -1,6 +1,6 @@ --- title: Integrations -excerpt: Built on Postgres, Tiger Cloud can integrate with the same array of third-party solutions. See integration procedures for the most popular and requested third-party services +excerpt: Built on Postgres, Tiger can integrate with the same array of third-party solutions. See integration procedures for the most popular and requested third-party services products: [cloud, self_hosted] keywords: [integrations] tags: [integrations] diff --git a/integrations/kubernetes.md b/integrations/kubernetes.md index c788f3eb75..a7f7f5e4d9 100644 --- a/integrations/kubernetes.md +++ b/integrations/kubernetes.md @@ -1,6 +1,6 @@ --- title: Integrate Kubernetes with Tiger Cloud -excerpt: Learn how to integrate Kubernetes with Tiger Cloud to enable seamless deployment and scaling of your Postgres workloads +excerpt: Learn how to integrate Kubernetes with Tiger to enable seamless deployment and scaling of your Postgres workloads products: [cloud, self_hosted] keywords: [Kubernetes, Tiger Cloud, PostgreSQL, container orchestration] --- diff --git a/integrations/microsoft-azure.md b/integrations/microsoft-azure.md index 6ccf3279d4..16bf90ebac 100644 --- a/integrations/microsoft-azure.md +++ b/integrations/microsoft-azure.md @@ -1,6 +1,6 @@ --- -title: Integrate Microsoft Azure with Tiger Cloud -excerpt: Microsoft Azure enables you to build, deploy, and manage applications across cloud, hybrid, and edge environments. Integrate Microsoft Azure with Tiger Cloud using AWS Transit Gateway +title: Integrate Microsoft Azure with Tiger +excerpt: Microsoft Azure enables you to build, deploy, and manage applications across cloud, hybrid, and edge environments. Integrate Microsoft Azure with Tiger using AWS Transit Gateway products: [cloud] price_plans: [scale, enterprise] keywords: [Azure, integrations] diff --git a/integrations/pgadmin.md b/integrations/pgadmin.md index d62eb04858..5a502f0711 100644 --- a/integrations/pgadmin.md +++ b/integrations/pgadmin.md @@ -12,7 +12,7 @@ import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.md [pgAdmin][pgadmin] is a feature-rich open-source administration and development platform for $PG. It is available for Chrome, Firefox, Edge, and Safari browsers, or can be installed on Microsoft Windows, Apple macOS, or various Linux flavors. -![Tiger Cloud pgadmin](https://assets.timescale.com/docs/images/timescale-cloud-pgadmin.png) +![Tiger pgadmin](https://assets.timescale.com/docs/images/timescale-cloud-pgadmin.png) This page explains how to integrate pgAdmin with your $SERVICE_LONG. diff --git a/integrations/postgresql.md b/integrations/postgresql.md index ef78aa6b5d..4bfb53e887 100644 --- a/integrations/postgresql.md +++ b/integrations/postgresql.md @@ -1,6 +1,6 @@ --- title: Integrate with PostgreSQL -excerpt: Query any other Postgres database or another Tiger Cloud service from your service by using Postgres foreign data wrappers +excerpt: Query any other Postgres database or another Tiger service from your service by using Postgres foreign data wrappers products: [cloud, self_hosted] keywords: [integrate, foreign data wrappers, fdw] tags: [change] diff --git a/integrations/power-bi.md b/integrations/power-bi.md index 66a8ead92c..ad26cbe632 100644 --- a/integrations/power-bi.md +++ b/integrations/power-bi.md @@ -1,6 +1,6 @@ --- title: Integrate Power BI with Tiger Cloud -excerpt: Integrate Tiger Cloud with Power BI for advanced data visualization. +excerpt: Integrate Tiger with Power BI for advanced data visualization. products: [cloud, self_hosted] keywords: [Power BI, visualizations, analysis, real-time] --- diff --git a/integrations/prometheus.md b/integrations/prometheus.md index e0cf5932c8..5127392615 100644 --- a/integrations/prometheus.md +++ b/integrations/prometheus.md @@ -1,6 +1,6 @@ --- title: Integrate Prometheus with Tiger Cloud -excerpt: Prometheus is an open-source monitoring system with a modern alerting approach. Export telemetry metrics from your Tiger Cloud service to Prometheus +excerpt: Prometheus is an open-source monitoring system with a modern alerting approach. Export telemetry metrics from your Tiger service to Prometheus products: [cloud, self_hosted] price_plans: [scale, enterprise] keywords: [integrate] diff --git a/integrations/psql.md b/integrations/psql.md index 3a43202b4a..dad3aa936f 100644 --- a/integrations/psql.md +++ b/integrations/psql.md @@ -1,6 +1,6 @@ --- -title: Connect to a Tiger Cloud service with psql -excerpt: psql enables you to type in queries interactively, issue them to Postgres, and see the query results. Connect to your Tiger Cloud service using psql +title: Connect to a Tiger service with psql +excerpt: psql enables you to type in queries interactively, issue them to Postgres, and see the query results. Connect to your Tiger service using psql products: [cloud, self_hosted] keywords: [connect, psql] --- diff --git a/integrations/telegraf.md b/integrations/telegraf.md index 59ab4b0ec1..8cfc0809d3 100644 --- a/integrations/telegraf.md +++ b/integrations/telegraf.md @@ -1,6 +1,6 @@ --- title: Ingest data using Telegraf -excerpt: Ingest data into a Tiger Cloud service using using the Telegraf plugin +excerpt: Ingest data into a Tiger service using using the Telegraf plugin products: [cloud, self_hosted] keywords: [ingest, Telegraf] tags: [insert] diff --git a/integrations/terraform.md b/integrations/terraform.md index f14bdeb854..5e3a272cf1 100644 --- a/integrations/terraform.md +++ b/integrations/terraform.md @@ -1,6 +1,6 @@ --- -title: Integrate Terraform with Tiger Cloud -excerpt: Manage your Tiger Cloud services with a Terraform provider +title: Integrate Terraform with Tiger +excerpt: Manage your Tiger services with a Terraform provider products: [cloud, self_hosted] keywords: [Terraform, configuration, deployment] tags: [integrate] @@ -52,7 +52,7 @@ You use the [$COMPANY Terraform provider][terraform-provider] to manage $SERVICE } } - # Authenticate using client credentials generated in Tiger Cloud Console. + # Authenticate using client credentials generated in Tiger Console. # When required, these credentials will change to a short-lived JWT to do the calls. provider "timescale" { project_id = var.ts_project_id diff --git a/integrations/troubleshooting.md b/integrations/troubleshooting.md index 5f6c4f45c0..65f99fcfcb 100644 --- a/integrations/troubleshooting.md +++ b/integrations/troubleshooting.md @@ -1,6 +1,6 @@ --- title: Troubleshooting -excerpt: Troubleshoot common problems that occur when integrating Tiger Cloud services with third-party solutions +excerpt: Troubleshoot common problems that occur when integrating Tiger services with third-party solutions products: [cloud, self_hosted] keywords: [troubleshooting] --- diff --git a/migrate/livesync-for-kafka.md b/migrate/livesync-for-kafka.md index bcc59d1c35..b1f7e6476f 100644 --- a/migrate/livesync-for-kafka.md +++ b/migrate/livesync-for-kafka.md @@ -1,6 +1,6 @@ --- title: Stream data from Kafka into your service -excerpt: Stream data from Kafka into a Tiger Cloud service in order to store, query, and analyze your Kafka events efficiently +excerpt: Stream data from Kafka into a Tiger service in order to store, query, and analyze your Kafka events efficiently products: [cloud] keywords: [stream, kafka, connect] tags: [stream, connector] diff --git a/migrate/upload-file-using-console.md b/migrate/upload-file-using-console.md index 09fb68de2d..a844cee40a 100644 --- a/migrate/upload-file-using-console.md +++ b/migrate/upload-file-using-console.md @@ -1,6 +1,6 @@ --- -title: Upload a file into your service using Tiger Cloud Console -excerpt: You can upload CSV, Parquet, and text files into your service using Tiger Cloud Console. Just drag and drop from your local machine, or provide a path to the file in S3 +title: Upload a file into your service using Tiger Console +excerpt: You can upload CSV, Parquet, and text files into your service using Tiger Console. Just drag and drop from your local machine, or provide a path to the file in S3 products: [cloud] keywords: [import] --- @@ -12,7 +12,7 @@ import EarlyAccessGeneral from "versionContent/_partials/_early_access.mdx"; You can upload files into your $SERVICE_SHORT using $CONSOLE_LONG. This page explains how to upload CSV, Parquet, and text files, from your local machine and from an S3 bucket. - + diff --git a/package.json b/package.json index 4d3415bfe3..4de8e97171 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "timescale-docs", "version": "1.0.0", - "description": "Documentation for Tiger Cloud and related products", + "description": "Documentation for Tiger and related products", "scripts": { "template:hyperfunction": "node ./.helper-scripts/mkdir-hyperfn.mjs" }, diff --git a/tutorials/OLD_grafana/grafana-timescalecloud.md b/tutorials/OLD_grafana/grafana-timescalecloud.md index d68ec18542..b230fc2b68 100644 --- a/tutorials/OLD_grafana/grafana-timescalecloud.md +++ b/tutorials/OLD_grafana/grafana-timescalecloud.md @@ -21,14 +21,14 @@ You can try it for free for 30 days. This section shows you how to connect $CLOUD_LONG as a data source in [Grafana][grafana-homepage]. -## Configure Tiger Cloud as a data source +## Configure $CLOUD_LONG as a data source To configure $CLOUD_LONGas a data source you need to create a service, and then configure $CLOUD_LONGas the data source in Grafana. -### Create a Tiger Cloud service +### Create a $SERVICE_LONG 1. Sign in to the [$CONSOLE][tsc-portal]. 1. Click `Create service`. diff --git a/tutorials/OLD_monitor-mst-with-prometheus.md b/tutorials/OLD_monitor-mst-with-prometheus.md index f1a17621f3..aba19b1a74 100644 --- a/tutorials/OLD_monitor-mst-with-prometheus.md +++ b/tutorials/OLD_monitor-mst-with-prometheus.md @@ -45,7 +45,7 @@ installation, substituting the target port, IP address, username, and password for those of your managed TimescaleDB instance: ```yaml -# prometheus.yml for monitoring a Tiger Cloud service +# prometheus.yml for monitoring a Tiger service global: scrape_interval: 10s evaluation_interval: 10s diff --git a/tutorials/blockchain-query/blockchain-compress.md b/tutorials/blockchain-query/blockchain-compress.md index 4270fce016..616e0fe556 100644 --- a/tutorials/blockchain-query/blockchain-compress.md +++ b/tutorials/blockchain-query/blockchain-compress.md @@ -1,6 +1,6 @@ --- title: Compress your data using hypercore -excerpt: Compress a sample dataset with Tiger Cloud so you can store the Bitcoin blockchain more efficiently +excerpt: Compress a sample dataset with Tiger so you can store the Bitcoin blockchain more efficiently products: [cloud, self_hosted, mst] keywords: [beginner, crypto, blockchain, Bitcoin, finance, analytics] layout_components: [next_prev_large] diff --git a/tutorials/blockchain-query/index.md b/tutorials/blockchain-query/index.md index f88240ae25..29bf55a6de 100644 --- a/tutorials/blockchain-query/index.md +++ b/tutorials/blockchain-query/index.md @@ -1,6 +1,6 @@ --- title: Query the Bitcoin blockchain -excerpt: Learn to use Tiger Cloud to query and analyze transactions on a blockchain as you would any other time-series data. In this tutorial, you use Tiger Cloud to ingest, store, and analyze transactions +excerpt: Learn to use Tiger to query and analyze transactions on a blockchain as you would any other time-series data. In this tutorial, you use Tiger Cloud to ingest, store, and analyze transactions products: [cloud, self_hosted, mst] keywords: [beginner, crypto, blockchain, Bitcoin, finance, analytics] layout_components: [next_prev_large] diff --git a/tutorials/cookbook.md b/tutorials/cookbook.md index c591749cb3..2ad487a03f 100644 --- a/tutorials/cookbook.md +++ b/tutorials/cookbook.md @@ -1,6 +1,6 @@ --- title: TigerData cookbook -excerpt: Browse code examples from the Tiger Cloud community that resolve common issues and provide solutions for non-standard tasks +excerpt: Browse code examples from the Tiger community that resolve common issues and provide solutions for non-standard tasks products: [cloud, self_hosted, mst] --- diff --git a/tutorials/energy-data/compress-energy.md b/tutorials/energy-data/compress-energy.md index 55aa968832..9b960a0a07 100644 --- a/tutorials/energy-data/compress-energy.md +++ b/tutorials/energy-data/compress-energy.md @@ -1,6 +1,6 @@ --- title: Energy consumption data tutorial - set up compression -excerpt: Compress the sample dataset with Tiger Cloud to store the energy consumption data more efficiently +excerpt: Compress the sample dataset with Tiger to store the energy consumption data more efficiently products: [cloud, self_hosted, mst] keywords: [tutorials, query] tags: [tutorials, beginner] diff --git a/tutorials/energy-data/dataset-energy.md b/tutorials/energy-data/dataset-energy.md index 98e264c8d0..82b9906984 100644 --- a/tutorials/energy-data/dataset-energy.md +++ b/tutorials/energy-data/dataset-energy.md @@ -1,6 +1,6 @@ --- title: Energy time-series data tutorial - set up dataset -excerpt: Ingest and set up a sample dataset with energy consumption data so that you can run queries on it in Tiger Cloud Console +excerpt: Ingest and set up a sample dataset with energy consumption data so that you can run queries on it in Tiger Console products: [cloud, self_hosted, mst] keywords: [tutorials, create, dataset] tags: [tutorials, beginner] diff --git a/tutorials/energy-data/index.md b/tutorials/energy-data/index.md index 4426c07341..0ea4466636 100644 --- a/tutorials/energy-data/index.md +++ b/tutorials/energy-data/index.md @@ -1,6 +1,6 @@ --- title: Energy consumption data tutorial -excerpt: Tiger Cloud is the perfect choice to analyze energy-related data. In this tutorial, you construct queries to take a closer look at energy consumption in a household +excerpt: Tiger is the perfect choice to analyze energy-related data. In this tutorial, you construct queries to take a closer look at energy consumption in a household products: [cloud, self_hosted, mst] keywords: [tutorials, energy, learn] tags: [tutorials, beginner] diff --git a/tutorials/financial-ingest-real-time/financial-ingest-dataset.md b/tutorials/financial-ingest-real-time/financial-ingest-dataset.md index be36bd1e5f..7b966a7444 100644 --- a/tutorials/financial-ingest-real-time/financial-ingest-dataset.md +++ b/tutorials/financial-ingest-real-time/financial-ingest-dataset.md @@ -1,6 +1,6 @@ --- title: Ingest real-time financial websocket data - Set up the dataset -excerpt: Ingest and set up a sample dataset in Tiger Cloud to run real-time analysis of financial data +excerpt: Ingest and set up a sample dataset in Tiger to run real-time analysis of financial data products: [cloud, self_hosted, mst] keywords: [finance, analytics, websockets, data pipeline] tags: [tutorials, intermediate] diff --git a/tutorials/financial-ingest-real-time/index.md b/tutorials/financial-ingest-real-time/index.md index a94794ead1..4266a77bb9 100644 --- a/tutorials/financial-ingest-real-time/index.md +++ b/tutorials/financial-ingest-real-time/index.md @@ -1,6 +1,6 @@ --- title: Ingest real-time financial data using WebSocket -excerpt: Ingest time-series data into Tiger Cloud using a websocket connection +excerpt: Ingest time-series data into Tiger using a websocket connection products: [cloud, self_hosted, mst] keywords: [finance, analytics, websockets, data pipeline] tags: [tutorials, intermediate] diff --git a/tutorials/financial-tick-data/financial-tick-compress.md b/tutorials/financial-tick-data/financial-tick-compress.md index 45fd4f85b4..63430eadda 100644 --- a/tutorials/financial-tick-data/financial-tick-compress.md +++ b/tutorials/financial-tick-data/financial-tick-compress.md @@ -1,6 +1,6 @@ --- title: Compress your data using hypercore -excerpt: Compress a sample dataset with Tiger Cloud to store the financial data more efficiently +excerpt: Compress a sample dataset with Tiger to store the financial data more efficiently products: [cloud, self_hosted, mst] keywords: [tutorials, finance, learn] tags: [tutorials, beginner] diff --git a/tutorials/financial-tick-data/financial-tick-dataset.md b/tutorials/financial-tick-data/financial-tick-dataset.md index 5a3cd2139b..f37a57ab3c 100644 --- a/tutorials/financial-tick-data/financial-tick-dataset.md +++ b/tutorials/financial-tick-data/financial-tick-dataset.md @@ -1,6 +1,6 @@ --- title: Analyze financial tick data - Set up the dataset -excerpt: Ingest and set up a financial dataset in Tiger Cloud to run real-time analytical queries on it +excerpt: Ingest and set up a financial dataset in Tiger to run real-time analytical queries on it products: [cloud, self_hosted, mst] keywords: [tutorials, finance, learn] tags: [tutorials, beginner] diff --git a/tutorials/financial-tick-data/index.md b/tutorials/financial-tick-data/index.md index 1428c43066..44554bafa0 100644 --- a/tutorials/financial-tick-data/index.md +++ b/tutorials/financial-tick-data/index.md @@ -1,6 +1,6 @@ --- title: Analyze financial tick data with TimescaleDB -excerpt: Use Tiger Cloud to store financial tick data and create candlestick views to perform real-time analysis of price changes +excerpt: Use Tiger to store financial tick data and create candlestick views to perform real-time analysis of price changes products: [cloud, self_hosted, mst] keywords: [tutorials, finance, learn] tags: [tutorials, beginner] diff --git a/tutorials/nyc-taxi-cab/dataset-nyc.md b/tutorials/nyc-taxi-cab/dataset-nyc.md index d86a9eed0d..0a298afb7d 100644 --- a/tutorials/nyc-taxi-cab/dataset-nyc.md +++ b/tutorials/nyc-taxi-cab/dataset-nyc.md @@ -1,6 +1,6 @@ --- title: Query time-series data tutorial - set up dataset -excerpt: Inject and set up a dataset in Tiger Cloud so you can query and visualize time-series data +excerpt: Inject and set up a dataset in Tiger so you can query and visualize time-series data products: [cloud] keywords: [beginner, tutorials, create, dataset] layout_components: [next_prev_large] diff --git a/tutorials/real-time-analytics-energy-consumption.md b/tutorials/real-time-analytics-energy-consumption.md index 308493b2c2..3dce5ac052 100644 --- a/tutorials/real-time-analytics-energy-consumption.md +++ b/tutorials/real-time-analytics-energy-consumption.md @@ -1,6 +1,6 @@ --- -title: Real-time analytics with Tiger Cloud and Grafana -excerpt: Integrate Grafana with a Tiger Cloud service and make insights based on visualization of data optimized for size and speed in the columnstore +title: Real-time analytics with Tiger and Grafana +excerpt: Integrate Grafana with a Tiger service and make insights based on visualization of data optimized for size and speed in the columnstore products: [cloud, mst, self_hosted] keywords: [IoT, simulate] --- diff --git a/use-timescale/alerting.md b/use-timescale/alerting.md index 5a3fbc3f3a..d5cf1ebbb1 100644 --- a/use-timescale/alerting.md +++ b/use-timescale/alerting.md @@ -1,6 +1,6 @@ --- title: Alerting -excerpt: Setting up database alerting can help monitor performance, data integrity, resource usage, and more. Tiger Cloud integrates with a variety of alerting tools within the Postgres ecosystem +excerpt: Setting up database alerting can help monitor performance, data integrity, resource usage, and more. Tiger integrates with a variety of alerting tools within the Postgres ecosystem products: [cloud, self_hosted] keywords: [alert, integration, Grafana, Datadog, Nagios, Zabbix] --- diff --git a/use-timescale/backup-restore.md b/use-timescale/backup-restore.md index 745d9f683f..ed751b529b 100644 --- a/use-timescale/backup-restore.md +++ b/use-timescale/backup-restore.md @@ -1,6 +1,6 @@ --- -title: Back up and recover your Tiger Cloud services -excerpt: See how and when Tiger Cloud backs up your data, making sure you always have something to fall back on in case of disaster recovery +title: Back up and recover your Tiger services +excerpt: See how and when Tiger backs up your data, making sure you always have something to fall back on in case of disaster recovery products: [cloud] keywords: [backups, restore] tags: [recovery, failures] @@ -72,7 +72,7 @@ To avoid paying for compute for the recovery fork and the original $SERVICE_SHOR You initiate a point-in-time recovery from a same-region or cross-region backup in $CONSOLE_LONG: - + diff --git a/use-timescale/compression/OLD_compress-chunks.md b/use-timescale/compression/OLD_compress-chunks.md index c8e24eac7c..e091594f22 100644 --- a/use-timescale/compression/OLD_compress-chunks.md +++ b/use-timescale/compression/OLD_compress-chunks.md @@ -20,8 +20,7 @@ Compression alters data on your disk, so always back up before you start. ## Set a compression policy -You can set a compression policy on a hypertable directly from the Timescale -Cloud console. +You can set a compression policy on a hypertable directly from the Tiger Console. diff --git a/use-timescale/compression/compression-design.md b/use-timescale/compression/compression-design.md index dc9e5a1c6f..a4a719527e 100644 --- a/use-timescale/compression/compression-design.md +++ b/use-timescale/compression/compression-design.md @@ -1,6 +1,6 @@ --- title: Designing your database for compression -excerpt: Data compression can save you up to 90% of storage space. Learn how to design your Tiger Cloud service to achieve the best data compression results +excerpt: Data compression can save you up to 90% of storage space. Learn how to design your Tiger service to achieve the best data compression results products: [cloud, mst, self_hosted] keywords: [compression, schema, tables] --- diff --git a/use-timescale/configuration/about-configuration.md b/use-timescale/configuration/about-configuration.md index 523f42f6e2..7def696e03 100644 --- a/use-timescale/configuration/about-configuration.md +++ b/use-timescale/configuration/about-configuration.md @@ -1,6 +1,6 @@ --- title: About configuration in Tiger Cloud -excerpt: Tiger Cloud configures your service automatically based on your compute and storage settings. However, you can also configure a wide range af advanced parameters in Tiger Cloud Console +excerpt: Tiger configures your service automatically based on your compute and storage settings. However, you can also configure a wide range af advanced parameters in Tiger Cloud Console products: [cloud] keywords: [configuration, memory, workers, settings] --- diff --git a/use-timescale/configuration/advanced-parameters.md b/use-timescale/configuration/advanced-parameters.md index d82b925155..d60f66a165 100644 --- a/use-timescale/configuration/advanced-parameters.md +++ b/use-timescale/configuration/advanced-parameters.md @@ -1,6 +1,6 @@ --- title: Advanced parameters -excerpt: Configure advanced parameters for your Tiger Cloud service in Tiger Cloud console +excerpt: Configure advanced parameters for your Tiger service in Tiger Console products: [cloud] keywords: [services, settings] tags: [configuration, schemas] diff --git a/use-timescale/configuration/customize-configuration.md b/use-timescale/configuration/customize-configuration.md index 84523ffc4d..e1c66d17e9 100644 --- a/use-timescale/configuration/customize-configuration.md +++ b/use-timescale/configuration/customize-configuration.md @@ -1,6 +1,6 @@ --- title: Configure database parameters -excerpt: Customize standard Postgres configuration and specific Tiger Cloud options for each service individually +excerpt: Customize standard Postgres configuration and specific Tiger options for each service individually products: [cloud] keywords: [configure, services, settings] cloud_ui: @@ -45,7 +45,7 @@ outside of that field saves the value to be applied. +alt="Change Tiger configuration parameters"/> ### Apply configuration changes @@ -60,6 +60,6 @@ required. Click `Confirm` to apply the changes, and restart if necessary. +alt="Confirm Tiger configuration changes"/> [plan-features]: /about/:currentVersion:/pricing-and-account-management/#features-included-in-each-plan \ No newline at end of file diff --git a/use-timescale/configuration/index.md b/use-timescale/configuration/index.md index 5b5cbeaea9..97622e1c48 100644 --- a/use-timescale/configuration/index.md +++ b/use-timescale/configuration/index.md @@ -1,6 +1,6 @@ --- title: Configuration -excerpt: Tiger Cloud includes additional configurable settings on top of standard Postgres configuration. Learn what you can configure and how +excerpt: Tiger includes additional configurable settings on top of standard Postgres configuration. Learn what you can configure and how products: [cloud] keywords: [configuration, settings] --- diff --git a/use-timescale/data-tiering/about-data-tiering.md b/use-timescale/data-tiering/about-data-tiering.md index d874bf8adb..62efa57861 100644 --- a/use-timescale/data-tiering/about-data-tiering.md +++ b/use-timescale/data-tiering/about-data-tiering.md @@ -1,6 +1,6 @@ --- -title: About Tiger Cloud storage tiers -excerpt: Learn how Tiger Cloud helps you save on storage costs. The tiered storage architecture includes a high-performance storage tier and a low-cost object storage tier built on Amazon s3 +title: About Tiger storage tiers +excerpt: Learn how Tiger helps you save on storage costs. The tiered storage architecture includes a high-performance storage tier and a low-cost object storage tier built on Amazon s3 products: [cloud] price_plans: [scale, enterprise] keywords: [tiered storage] diff --git a/use-timescale/data-tiering/enabling-data-tiering.md b/use-timescale/data-tiering/enabling-data-tiering.md index e5a50f7e04..b0e01ff114 100644 --- a/use-timescale/data-tiering/enabling-data-tiering.md +++ b/use-timescale/data-tiering/enabling-data-tiering.md @@ -1,6 +1,6 @@ --- title: Manage storage and tiering -excerpt: Configure high-performance and low-cost object storage tiers in Tiger Cloud Console. With automated data tiering policies, you get a set it and forget it tool to cut storage costs +excerpt: Configure high-performance and low-cost object storage tiers in Tiger Console. With automated data tiering policies, you get a set it and forget it tool to cut storage costs products: [cloud] price_plans: [performance, scale, enterprise] keywords: [tiered storage] diff --git a/use-timescale/data-tiering/index.md b/use-timescale/data-tiering/index.md index 2b24cd69d9..01546c158d 100644 --- a/use-timescale/data-tiering/index.md +++ b/use-timescale/data-tiering/index.md @@ -1,6 +1,6 @@ --- title: Tiered Storage -excerpt: Save on storage costs by tiering older data to a low-cost bottomless object storage tier. Tiger Cloud tiered storage makes sure you cut costs while having data available for analytical queries +excerpt: Save on storage costs by tiering older data to a low-cost bottomless object storage tier. Tiger tiered storage makes sure you cut costs while having data available for analytical queries products: [cloud] price_plans: [scale, enterprise] keywords: [tiered storage] diff --git a/use-timescale/data-tiering/querying-tiered-data.md b/use-timescale/data-tiering/querying-tiered-data.md index 9b19ed5686..756ac8fce7 100644 --- a/use-timescale/data-tiering/querying-tiered-data.md +++ b/use-timescale/data-tiering/querying-tiered-data.md @@ -1,6 +1,6 @@ --- title: Querying Tiered Data -excerpt: Tiering data to low-cost object storage does not mean that it can't be queried. Learn how Tiger Cloud lets you optimize storage while still being able to run analytical queries on the rarely used data +excerpt: Tiering data to low-cost object storage does not mean that it can't be queried. Learn how Tiger lets you optimize storage while still being able to run analytical queries on the rarely used data products: [cloud] price_plans: [scale, enterprise] keywords: [ tiered storage, tiering ] diff --git a/use-timescale/data-tiering/tiered-data-replicas-forks.md b/use-timescale/data-tiering/tiered-data-replicas-forks.md index 645ea13a6d..40d9b3b6a6 100644 --- a/use-timescale/data-tiering/tiered-data-replicas-forks.md +++ b/use-timescale/data-tiering/tiered-data-replicas-forks.md @@ -1,6 +1,6 @@ --- title: Replicas and forks with tiered data -excerpt: While having replicas of your Tiger Cloud service usually entails additional storage costs, tiering data to object storage means your replicas come for free. Learn how this works under the hood +excerpt: While having replicas of your Tiger service usually entails additional storage costs, tiering data to object storage means your replicas come for free. Learn how this works under the hood products: [cloud] price_plans: [scale, enterprise] keywords: [tiered storage] diff --git a/use-timescale/extensions/index.md b/use-timescale/extensions/index.md index 9c93529404..89e6375287 100644 --- a/use-timescale/extensions/index.md +++ b/use-timescale/extensions/index.md @@ -1,6 +1,6 @@ --- title: Postgres extensions -excerpt: Tiger Cloud comes with a number of TigerData and Postgres extensions enabled by default. See all the extensions you can enable for your service +excerpt: Tiger comes with a number of TigerData and Postgres extensions enabled by default. See all the extensions you can enable for your service products: [cloud] keywords: [services, settings, extensions] tags: [extensions] diff --git a/use-timescale/extensions/pgvector.md b/use-timescale/extensions/pgvector.md index 8a438c61d0..5959abd65f 100644 --- a/use-timescale/extensions/pgvector.md +++ b/use-timescale/extensions/pgvector.md @@ -251,10 +251,10 @@ Before you begin, make sure you have: ############################################################################### # Setup your database to insert embeddings ############################################################################### - # Get a Tiger Cloud / Postgres database connection string by reading local .env file + # Get a Tiger / Postgres database connection string by reading local .env file connection_string = os.environ['TIMESCALE_CONNECTION_STRING'] - # Connect to Postgres database in Tiger Cloud using connection string + # Connect to Postgres database in Tiger using connection string conn = psycopg2.connect(connection_string) cur = conn.cursor() @@ -384,10 +384,10 @@ Before you begin, make sure you have: _ = load_dotenv(find_dotenv()) openai.api_key = os.environ['OPENAI_API_KEY'] - # Get Tiger Cloud / Postgres database connection string by reading local .env file + # Get Tiger / Postgres database connection string by reading local .env file connection_string = os.environ['TIMESCALE_CONNECTION_STRING'] - # Connect to Postgres Tiger Cloud service using connection string + # Connect to Postgres Tiger service using connection string conn = psycopg2.connect(connection_string) ############################################################################### diff --git a/use-timescale/ha-replicas/high-availability.md b/use-timescale/ha-replicas/high-availability.md index b30f00d792..0904006279 100644 --- a/use-timescale/ha-replicas/high-availability.md +++ b/use-timescale/ha-replicas/high-availability.md @@ -1,6 +1,6 @@ --- title: Manage high availability -excerpt: Tiger Cloud ensures high availability of your service by creating replicas that take over in case of the primary node downtime. Create and set up high availability replicas in Tiger Cloud Console +excerpt: Tiger ensures high availability of your service by creating replicas that take over in case of the primary node downtime. Create and set up high availability replicas in Tiger Console products: [cloud] keywords: [high availability, replicas] tags: [failover, availability zones, replication, wal] diff --git a/use-timescale/ha-replicas/index.md b/use-timescale/ha-replicas/index.md index ef2dbb5a5f..13bd09f7da 100644 --- a/use-timescale/ha-replicas/index.md +++ b/use-timescale/ha-replicas/index.md @@ -1,6 +1,6 @@ --- title: High availability and read replication -excerpt: Tiger Cloud enables you to reduce the risk of service downtime and power read-intensive apps with database replication. Learn about the available replication types +excerpt: Tiger enables you to reduce the risk of service downtime and power read-intensive apps with database replication. Learn about the available replication types products: [cloud] keywords: [high availability, replicas] tags: [failover, replication, ha] diff --git a/use-timescale/ha-replicas/read-scaling.md b/use-timescale/ha-replicas/read-scaling.md index f63c46f838..544992b3ea 100644 --- a/use-timescale/ha-replicas/read-scaling.md +++ b/use-timescale/ha-replicas/read-scaling.md @@ -1,6 +1,6 @@ --- title: Read scaling -excerpt: For read-intensive apps, Tiger Cloud enables you to create read-only replica sets that take over read queries. Create read-only replica sets with automated load balancing in Tiger Cloud Console +excerpt: For read-intensive apps, Tiger enables you to create read-only replica sets that take over read queries. Create read-only replica sets with automated load balancing in Tiger Console products: [cloud] price_plans: [scale, enterprise] keywords: [replicas, scaling] @@ -50,7 +50,7 @@ To create a secure $READ_REPLICA set for your read-intensive apps: Configure the number of nodes, compute size, connection pooling, and the name for your replica, then click `Create read replica set`. - ![Create a read replica set in Tiger Cloud Console](https://assets.timescale.com/docs/images/tiger-cloud-console/create-read-replica-set-tiger-cloud-console.png) + ![Create a read replica set in Tiger Console](https://assets.timescale.com/docs/images/tiger-cloud-console/create-read-replica-set-tiger-cloud-console.png) 1. **Save the connection information** @@ -78,11 +78,11 @@ To change the compute and storage configuration of your $READ_REPLICA set: 1. **In [$CONSOLE][timescale-console-services], expand and click the $READ_REPLICA set under your primary $SERVICE_SHORT** - ![Read replicas in Tiger Cloud Console](https://assets.timescale.com/docs/images/tiger-cloud-console/read-replica-sets-tiger-cloud-console.png) + ![Read replicas in Tiger Console](https://assets.timescale.com/docs/images/tiger-cloud-console/read-replica-sets-tiger-cloud-console.png) 1. **Click `Operations` > `Compute and storage`** - ![Read replica compute and storage in Tiger Cloud Console](https://assets.timescale.com/docs/images/tiger-cloud-console/read-replica-set-config.png) + ![Read replica compute and storage in Tiger Console](https://assets.timescale.com/docs/images/tiger-cloud-console/read-replica-set-config.png) 1. **Change the replica configuration and click `Apply`** diff --git a/use-timescale/hypercore/index.md b/use-timescale/hypercore/index.md index 938269b396..66bc912782 100644 --- a/use-timescale/hypercore/index.md +++ b/use-timescale/hypercore/index.md @@ -1,6 +1,6 @@ --- title: Hypercore -excerpt: Explore hypercore by Tiger Cloud - the hybrid row-columnar storage engine that is perfect for real-time analytics powered by time-series data +excerpt: Explore hypercore by Tiger - the hybrid row-columnar storage engine that is perfect for real-time analytics powered by time-series data products: [cloud, mst, self_hosted] keywords: [hypercore, hypertable, compression, row-columnar storage] --- diff --git a/use-timescale/hyperfunctions/index.md b/use-timescale/hyperfunctions/index.md index ac4a6b10e8..052d033adb 100644 --- a/use-timescale/hyperfunctions/index.md +++ b/use-timescale/hyperfunctions/index.md @@ -16,7 +16,7 @@ Take tracking p95 latency across thousands of app instances as an example: - With standard SQL, every rollup requires rescanning and resorting massive datasets. - With $TIMESCALE_DB, the `percentile_agg` hyperfunction stores a compact state per minute, which you simply merge to get hourly or daily percentiles—no full reprocess needed. -![Tiger Cloud hyperfunctions](https://assets.timescale.com/docs/images/tiger-cloud-console/percentile_agg_hyperfunction.svg) +![Tiger hyperfunctions](https://assets.timescale.com/docs/images/tiger-cloud-console/percentile_agg_hyperfunction.svg) The result? Scalable, real-time percentile analytics that deliver fast, accurate insights across high-ingest, high-resolution data, while keeping resource use lean. diff --git a/use-timescale/index.md b/use-timescale/index.md index 531ec863b2..842d616d03 100644 --- a/use-timescale/index.md +++ b/use-timescale/index.md @@ -1,6 +1,6 @@ --- title: Use TigerData products -excerpt: Create hypertables and continuous aggregates, compress your data, manage your projects, and use other features available in Tiger Cloud and TimescaleDB +excerpt: Create hypertables and continuous aggregates, compress your data, manage your projects, and use other features available in Tiger and TimescaleDB --- # Use $COMPANY products diff --git a/use-timescale/metrics-logging/aws-cloudwatch.md b/use-timescale/metrics-logging/aws-cloudwatch.md index 6c155ee5fe..6368a212ee 100644 --- a/use-timescale/metrics-logging/aws-cloudwatch.md +++ b/use-timescale/metrics-logging/aws-cloudwatch.md @@ -1,6 +1,6 @@ --- title: Export metrics to Amazon Cloudwatch -excerpt: Amazon Cloudwatch is a monitoring and observability service. Create an exporter in Tiger Cloud and export telemetry metrics of your service +excerpt: Amazon Cloudwatch is a monitoring and observability service. Create an exporter in Tiger and export telemetry metrics of your service products: [cloud] price_plans: [scale, enterprise] keywords: [integration, metrics, Cloudwatch, alerting] diff --git a/use-timescale/metrics-logging/datadog.md b/use-timescale/metrics-logging/datadog.md index 431551cfee..96c658bbb1 100644 --- a/use-timescale/metrics-logging/datadog.md +++ b/use-timescale/metrics-logging/datadog.md @@ -1,6 +1,6 @@ --- title: Export metrics to Datadog -excerpt: Datadog is a cloud-based monitoring, observability, and security platform. Create an exporter in Tiger Cloud and export telemetry metrics of your service +excerpt: Datadog is a cloud-based monitoring, observability, and security platform. Create an exporter in Tiger and export telemetry metrics of your service products: [cloud] price_plans: [scale, enterprise] keywords: [integration, metrics, datadog, alerting] diff --git a/use-timescale/metrics-logging/index.md b/use-timescale/metrics-logging/index.md index 47000ace7d..48c066ffdb 100644 --- a/use-timescale/metrics-logging/index.md +++ b/use-timescale/metrics-logging/index.md @@ -1,6 +1,6 @@ --- title: Metrics and logging -excerpt: Tiger Cloud enables you to monitor your services using the built-in metrics or by integrating third-party services. See the options available in Tiger Cloud Console +excerpt: Tiger enables you to monitor your services using the built-in metrics or by integrating third-party services. See the options available in Tiger Cloud Console products: [cloud] keywords: [metrics, logs, admin] tags: [payment] diff --git a/use-timescale/metrics-logging/metrics-to-prometheus.md b/use-timescale/metrics-logging/metrics-to-prometheus.md index df2e3c2a6d..dcc1c98d94 100644 --- a/use-timescale/metrics-logging/metrics-to-prometheus.md +++ b/use-timescale/metrics-logging/metrics-to-prometheus.md @@ -1,6 +1,6 @@ --- title: Export metrics to Prometheus -excerpt: Prometheus is an open-source monitoring system. Learn to integrate Prometheus with Tiger Cloud and export telemetry metrics of your service +excerpt: Prometheus is an open-source monitoring system. Learn to integrate Prometheus with Tiger and export telemetry metrics of your service products: [cloud, self_hosted] price_plans: [scale, enterprise] keywords: [integration, metrics, Prometheus, alerting] diff --git a/use-timescale/metrics-logging/monitoring.md b/use-timescale/metrics-logging/monitoring.md index 5d15f9219c..b46eb74c2f 100644 --- a/use-timescale/metrics-logging/monitoring.md +++ b/use-timescale/metrics-logging/monitoring.md @@ -1,5 +1,5 @@ --- -title: Monitor your Tiger Cloud services +title: Monitor your Tiger services excerpt: View logs, metrics, and performance insights for your services in Tiger Cloud. Get actionable tips to improve your service performance products: [cloud] price_plans: [performance, scale, enterprise] diff --git a/use-timescale/regions.md b/use-timescale/regions.md index a6c9226f39..a0347232dd 100644 --- a/use-timescale/regions.md +++ b/use-timescale/regions.md @@ -1,6 +1,6 @@ --- -title: Tiger Cloud regions -excerpt: The AWS regions available for Tiger Cloud services +title: Tiger regions +excerpt: The AWS regions available for Tiger services products: [cloud] --- diff --git a/use-timescale/schema-management/foreign-data-wrappers.md b/use-timescale/schema-management/foreign-data-wrappers.md index 23be1284f5..c0739a75c9 100644 --- a/use-timescale/schema-management/foreign-data-wrappers.md +++ b/use-timescale/schema-management/foreign-data-wrappers.md @@ -1,6 +1,6 @@ --- title: Foreign data wrappers -excerpt: Query other Tiger Cloud services or external Postgres databases by using Postgres foreign data wrappers +excerpt: Query other Tiger services or external Postgres databases by using Postgres foreign data wrappers products: [cloud, mst, self_hosted] keywords: [hypertables, schemas, alter] tags: [change] diff --git a/use-timescale/security/client-credentials.md b/use-timescale/security/client-credentials.md index 98de64f63a..34306f5213 100644 --- a/use-timescale/security/client-credentials.md +++ b/use-timescale/security/client-credentials.md @@ -1,6 +1,6 @@ --- title: Client credentials -excerpt: Tiger Cloud lets you use client credentials to programmatically access resources instead of using username and password. Set up client credentials in Tiger Cloud console +excerpt: Tiger lets you use client credentials to programmatically access resources instead of using username and password. Set up client credentials in Tiger Cloud console products: [cloud] keywords: [client credentials, accounts, prgrammatic access] tags: [authentication tokens] diff --git a/use-timescale/security/index.md b/use-timescale/security/index.md index e3b07bfd82..5a55383d78 100644 --- a/use-timescale/security/index.md +++ b/use-timescale/security/index.md @@ -1,6 +1,6 @@ --- title: Security -excerpt: A high level of security is a major requirement to any database. Learn how Tiger Cloud protects your services with MFA, SAML, SSL modes, read-only access, VPC peering, and IP allow lists +excerpt: A high level of security is a major requirement to any database. Learn how Tiger protects your services with MFA, SAML, SSL modes, read-only access, VPC peering, and IP allow lists products: [cloud] keywords: [security] --- diff --git a/use-timescale/security/ip-allow-list.md b/use-timescale/security/ip-allow-list.md index f10f32c6c3..3d27f8aa95 100644 --- a/use-timescale/security/ip-allow-list.md +++ b/use-timescale/security/ip-allow-list.md @@ -1,6 +1,6 @@ --- title: IP allow list -excerpt: You can grant selective access to your service administration and data. See how to create IP whitelists for the different modes available in Tiger Cloud Console +excerpt: You can grant selective access to your service administration and data. See how to create IP whitelists for the different modes available in Tiger Console products: [cloud] keywords: [ip allow list, security] tags: [ip allow list] diff --git a/use-timescale/security/members.md b/use-timescale/security/members.md index fbf1362e62..d2988c0d4b 100644 --- a/use-timescale/security/members.md +++ b/use-timescale/security/members.md @@ -1,6 +1,6 @@ --- -title: Control access to Tiger Cloud projects -excerpt: Manage your projects and services in Tiger Cloud Console. Add and delete users, assign roles, join and leave projects, transfer project ownership, and configure authentication +title: Control access to Tiger projects +excerpt: Manage your projects and services in Tiger Console. Add and delete users, assign roles, join and leave projects, transfer project ownership, and configure authentication products: [cloud] keywords: [members, projects, admin, roles] tags: [users] @@ -60,9 +60,9 @@ To add a user to a $PROJECT_SHORT: When you are asked to join a $PROJECT_SHORT, $CONSOLE sends you an invitation email. Follow the instructions in the invitation email to join the $PROJECT_SHORT: - + - + @@ -78,7 +78,7 @@ instructions in the invitation email to join the $PROJECT_SHORT: - + diff --git a/use-timescale/security/multi-factor-authentication.md b/use-timescale/security/multi-factor-authentication.md index 01f4ec3267..f5873d7f42 100644 --- a/use-timescale/security/multi-factor-authentication.md +++ b/use-timescale/security/multi-factor-authentication.md @@ -1,6 +1,6 @@ --- title: Multi-factor user authentication -excerpt: Multi-factor authentication enhances security by requiring users to verify their identity using multiple authentication factors. Enable MFA for your Tiger Cloud account +excerpt: Multi-factor authentication enhances security by requiring users to verify their identity using multiple authentication factors. Enable MFA for your Tiger account products: [cloud] keywords: [mfa, accounts, admin] tags: [two-factor user authentication] @@ -12,7 +12,7 @@ You can use two-factor authentication to log in to your $ACCOUNT_LONG. Two-facto secure logins that require an authentication code in addition to your user password. The code is provided by an authenticator app on your mobile device. There are multiple authenticator apps available. -![Tiger Cloud Console 2FA](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-2fa.png) +![Tiger Console 2FA](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-2fa.png) This page describes how to configure two-factor authentication with Google Authenticator. diff --git a/use-timescale/security/overview.md b/use-timescale/security/overview.md index ddae609c7e..8741a73d9c 100644 --- a/use-timescale/security/overview.md +++ b/use-timescale/security/overview.md @@ -1,6 +1,6 @@ --- -title: About security in Tiger Cloud -excerpt: Learn how Tiger Cloud protects your data with secure development practices, as well as configurable features that restrict access to your services +title: About security in Tiger +excerpt: Learn how Tiger protects your data with secure development practices, as well as configurable features that restrict access to your services products: [cloud] keywords: [security] tags: [encryption, VPC, privacy] diff --git a/use-timescale/security/read-only-role.md b/use-timescale/security/read-only-role.md index e814d745e8..c25c7ca6c5 100644 --- a/use-timescale/security/read-only-role.md +++ b/use-timescale/security/read-only-role.md @@ -1,12 +1,12 @@ --- -title: Manage data security in your Tiger Cloud service +title: Manage data security in your Tiger service excerpt: Learn about the available user roles to access data in your database products: [cloud] keywords: [client credentials, accounts, users, members, read-only, security] tags: [authentication, credentials, members, security] --- -# Manage data security in your Tiger Cloud service +# Manage data security in your Tiger service When you create a $SERVICE_SHORT, $CLOUD_LONG assigns you the tsdmadmin role. This role has full permissions to modify data in your $SERVICE_SHORT. However, $CLOUD_LONG does not provide superuser access. tsdmadmin is not a superuser. @@ -14,7 +14,7 @@ As tsdmadmin, you can use standard $PG means to create other roles or assign ind -The database-level roles for the individual $SERVICE_SHORTs in your $PROJECT_SHORT do not overlap with the $PROJECT_LONG user roles. This page describes the database-level roles. For user roles available in $CONSOLE_SHORT, see [Control user access to Tiger Cloud projects][console-rbac]. +The database-level roles for the individual $SERVICE_SHORTs in your $PROJECT_SHORT do not overlap with the $PROJECT_LONG user roles. This page describes the database-level roles. For user roles available in $CONSOLE_SHORT, see [Control user access to Tiger projects][console-rbac]. diff --git a/use-timescale/security/saml.md b/use-timescale/security/saml.md index 2effdb2ca8..280fc61873 100644 --- a/use-timescale/security/saml.md +++ b/use-timescale/security/saml.md @@ -1,6 +1,6 @@ --- title: SAML (Security Assertion Markup Language) -excerpt: SAML is a standard for exchanging authentication and authorization data. Tiger Cloud offers SAML authentication as part of its security suite +excerpt: SAML is a standard for exchanging authentication and authorization data. Tiger offers SAML authentication as part of its security suite products: [cloud] price_plans: [enterprise] keywords: [saml, sso, enterprise, accounts, admin] diff --git a/use-timescale/security/strict-ssl.md b/use-timescale/security/strict-ssl.md index 1d3a7026a7..0de5b9b365 100644 --- a/use-timescale/security/strict-ssl.md +++ b/use-timescale/security/strict-ssl.md @@ -1,6 +1,6 @@ --- title: Connect with a stricter SSL mode -excerpt: While require is the default SSL mode used to connect to Tiger Cloud services, you can also configure the connection with a stricter mode, such as verify-ca or verify-full. Learn how to set it up +excerpt: While require is the default SSL mode used to connect to Tiger services, you can also configure the connection with a stricter mode, such as verify-ca or verify-full. Learn how to set it up products: [cloud] keywords: [security] tags: [ssl] diff --git a/use-timescale/security/transit-gateway.md b/use-timescale/security/transit-gateway.md index 735488b652..0e5c35f9fa 100644 --- a/use-timescale/security/transit-gateway.md +++ b/use-timescale/security/transit-gateway.md @@ -1,6 +1,6 @@ --- -title: Peer your Tiger Cloud services with AWS Transit Gateway -excerpt: Securely connect to your Tiger Cloud services from AWS, GCP, Azure, or any other cloud or on-premise environment +title: Peer your Tiger services with AWS Transit Gateway +excerpt: Securely connect to your Tiger services from AWS, GCP, Azure, or any other cloud or on-premise environment products: [cloud] price_plans: [scale, enterprise] keywords: [AWS, transit gateway] diff --git a/use-timescale/security/vpc.md b/use-timescale/security/vpc.md index f05ac71110..c370e12a74 100644 --- a/use-timescale/security/vpc.md +++ b/use-timescale/security/vpc.md @@ -1,6 +1,6 @@ --- title: Virtual Private Cloud -excerpt: Virtual Private Cloud peering ensures that your Tiger Cloud services are only accessible through your secured AWS infrastructure. Set up VPC peering in Tiger Cloud Console +excerpt: Virtual Private Cloud peering ensures that your Tiger services are only accessible through your secured AWS infrastructure. Set up VPC peering in Tiger Console products: [cloud] keywords: [PrivateLink, AWS, vpc, services, operations, ] tags: [aws] diff --git a/use-timescale/services/OLD_create-a-pg-service.md b/use-timescale/services/OLD_create-a-pg-service.md index c3dbc5146c..2d5daef378 100644 --- a/use-timescale/services/OLD_create-a-pg-service.md +++ b/use-timescale/services/OLD_create-a-pg-service.md @@ -48,7 +48,7 @@ time-series services: A running Postgres service with a running Tiger Cloud service in the Tiger Cloud Console [cloud-install]: /getting-started/latest/ diff --git a/use-timescale/services/change-resources.md b/use-timescale/services/change-resources.md index 31bf6f63de..be1ffe6310 100644 --- a/use-timescale/services/change-resources.md +++ b/use-timescale/services/change-resources.md @@ -1,6 +1,6 @@ --- title: Manually change compute resources -excerpt: Tiger Cloud charges for the storage you actually use, and handles disk resize for you. You can also manually resize the compute resources available to your Tiger Cloud services with minimal downtime +excerpt: Tiger charges for the storage you actually use, and handles disk resize for you. You can also manually resize the compute resources available to your Tiger services with minimal downtime products: [cloud] keywords: [services, operation, storage] tags: [disk space, resources, oom, memory] diff --git a/use-timescale/services/connection-pooling.md b/use-timescale/services/connection-pooling.md index e9984a43bf..f781c00c19 100644 --- a/use-timescale/services/connection-pooling.md +++ b/use-timescale/services/connection-pooling.md @@ -1,6 +1,6 @@ --- title: Connection pooling -excerpt: Connection pooling is reusing existing connections instead of creating a new one each time a client requests access to the database. Create connection poolers in Tiger Cloud Console to boost your database performance +excerpt: Connection pooling is reusing existing connections instead of creating a new one each time a client requests access to the database. Create connection poolers in Tiger Console to boost your database performance products: [cloud] keywords: [connection pooling, pooler, connections, services] cloud_ui: diff --git a/use-timescale/services/index.md b/use-timescale/services/index.md index cbbc7aae85..78eb7d7d0f 100644 --- a/use-timescale/services/index.md +++ b/use-timescale/services/index.md @@ -1,6 +1,6 @@ --- -title: About Tiger Cloud services -excerpt: A Tiger Cloud service is a 100% Postgres database instance that you use as is, or extend with capabilities specific to your business needs. Learn more about services and available features +title: About Tiger services +excerpt: A Tiger service is a 100% Postgres database instance that you use as is, or extend with capabilities specific to your business needs. Learn more about services and available features products: [cloud] keywords: [services] cloud_ui: diff --git a/use-timescale/services/service-explorer.md b/use-timescale/services/service-explorer.md index 07e5b8414a..13387b9b2b 100644 --- a/use-timescale/services/service-explorer.md +++ b/use-timescale/services/service-explorer.md @@ -1,6 +1,6 @@ --- title: Service explorer -excerpt: Service explorer in Tiger Cloud provides a rich administrative dashboard for understanding the state of your services. Get insight into the performance and structure of your service +excerpt: Service explorer in Tiger provides a rich administrative dashboard for understanding the state of your services. Get insight into the performance and structure of your service products: [cloud] keywords: [services, hypertables, schemas, indexes, policies] cloud_ui: diff --git a/use-timescale/services/service-management.md b/use-timescale/services/service-management.md index 21f4319c61..98500bbfa4 100644 --- a/use-timescale/services/service-management.md +++ b/use-timescale/services/service-management.md @@ -1,6 +1,6 @@ --- title: Service management -excerpt: Manage your Tiger Cloud service from the Operations dashboard in Tiger Cloud console. Fork the service, reset your password, pause or delete a service, and more +excerpt: Manage your Tiger service from the Operations dashboard in Tiger Console. Fork the service, reset your password, pause or delete a service, and more products: [cloud] keywords: [services, operations, forks] tags: [manage, admin, passwords, pause, stop, terminate] @@ -67,7 +67,7 @@ data discrepancy between $SERVICE_SHORTs. class="main-content__illustration" width={1375} height={944} src="https://assets.timescale.com/docs/images/tsc-forked-service.webp" -alt="Fork a Tiger Cloud service" +alt="Fork a Tiger service" /> diff --git a/use-timescale/services/service-overview.md b/use-timescale/services/service-overview.md index 68a4896ed7..5c250da15a 100644 --- a/use-timescale/services/service-overview.md +++ b/use-timescale/services/service-overview.md @@ -1,6 +1,6 @@ --- title: About services -excerpt: Manage your Tiger Cloud services in the Console. Run daily admin operations, control access, set up security, compress data, run analytical queries, and more +excerpt: Manage your Tiger services in the Console. Run daily admin operations, control access, set up security, compress data, run analytical queries, and more products: [cloud] keywords: [connect, services] tags: [storage, resources, disk space] diff --git a/use-timescale/tigerlake.md b/use-timescale/tigerlake.md index 1799a20ebf..2d075fd1a8 100644 --- a/use-timescale/tigerlake.md +++ b/use-timescale/tigerlake.md @@ -1,6 +1,6 @@ --- title: Integrate data lakes with Tiger Cloud -excerpt: Unifies the Tiger Cloud operational architecture with data lake architectures. This enables real-time application building alongside efficient data pipeline management within a single system. +excerpt: Unifies the Tiger operational architecture with data lake architectures. This enables real-time application building alongside efficient data pipeline management within a single system. products: [cloud] price_plans: [scale, enterprise] keywords: [data lake, lakehouse, s3, iceberg] diff --git a/use-timescale/upgrades.md b/use-timescale/upgrades.md index da9b82b4d1..32286bb991 100644 --- a/use-timescale/upgrades.md +++ b/use-timescale/upgrades.md @@ -1,6 +1,6 @@ --- title: Maintenance and upgrades -excerpt: Keep your Tiger Cloud service up to date. Learn about minor and major migrations, maintenance windows, and updating your version of Postgres +excerpt: Keep your Tiger service up to date. Learn about minor and major migrations, maintenance windows, and updating your version of Postgres products: [cloud] keywords: [updates, upgrades, maintenance] cloud_ui: From c866d09314126559e8a7ebfa43a8b7483990e148 Mon Sep 17 00:00:00 2001 From: billy-the-fish Date: Fri, 10 Oct 2025 10:49:16 +0200 Subject: [PATCH 4/9] chore: more updates. --- .helper-scripts/llms/generate_llms_full.py | 10 +++++----- README.md | 2 +- _partials/_prometheus-integrate.md | 2 +- getting-started/index.md | 2 +- integrations/amazon-sagemaker.md | 2 +- integrations/apache-airflow.md | 2 +- integrations/aws-lambda.md | 4 ++-- integrations/azure-data-studio.md | 4 ++-- integrations/datadog.md | 2 +- integrations/dbeaver.md | 4 ++-- integrations/debezium.md | 6 +++--- integrations/decodable.md | 2 +- integrations/find-connection-details.md | 2 +- integrations/fivetran.md | 2 +- integrations/grafana.md | 4 ++-- integrations/kubernetes.md | 6 +++--- integrations/pgadmin.md | 4 ++-- integrations/power-bi.md | 2 +- integrations/prometheus.md | 2 +- integrations/qstudio.md | 4 ++-- integrations/supabase.md | 4 ++-- integrations/tableau.md | 4 ++-- integrations/terraform.md | 2 +- migrate/livesync-for-kafka.md | 6 +++--- migrate/upload-file-using-console.md | 18 +++++++++--------- .../blockchain-analyze/blockchain-dataset.md | 2 +- .../beginner-blockchain-query.md | 2 +- .../blockchain-query/blockchain-dataset.md | 2 +- tutorials/blockchain-query/index.md | 2 +- .../financial-ingest-query.md | 2 +- .../financial-tick-query.md | 2 +- tutorials/nyc-taxi-cab/compress-nyc.md | 2 +- use-timescale/backup-restore.md | 2 +- .../configuration/about-configuration.md | 4 ++-- use-timescale/continuous-aggregates/time.md | 2 +- .../data-tiering/enabling-data-tiering.md | 6 +++--- use-timescale/extensions/pgvector.md | 2 +- use-timescale/metrics-logging/index.md | 2 +- use-timescale/metrics-logging/monitoring.md | 4 ++-- use-timescale/security/client-credentials.md | 2 +- .../services/OLD_create-a-pg-service.md | 4 ++-- use-timescale/tigerlake.md | 2 +- 42 files changed, 73 insertions(+), 73 deletions(-) diff --git a/.helper-scripts/llms/generate_llms_full.py b/.helper-scripts/llms/generate_llms_full.py index 2a5a66d1c2..7b0fcf7e0e 100644 --- a/.helper-scripts/llms/generate_llms_full.py +++ b/.helper-scripts/llms/generate_llms_full.py @@ -56,18 +56,18 @@ def _load_comprehensive_variables(self) -> Dict[str, str]: '$ENTERPRISE': 'Enterprise', # Product Variables - '$CLOUD_LONG': 'Tiger Cloud', - '$CLOUD_SHORT': 'Tiger Cloud', + '$CLOUD_LONG': 'Tiger', + '$CLOUD_SHORT': 'Tiger', '$LAKE_LONG': 'Tiger Lake', '$LAKE_SHORT': 'Tiger Lake', '$TIMESCALE_DB': 'TimescaleDB', '$PRODUCTS_ALL': 'TigerData products', - '$PRODUCTS_CL_DB': 'Tiger Cloud and TimescaleDB', + '$PRODUCTS_CL_DB': 'Tiger and TimescaleDB', '$TDB_APACHE': 'TimescaleDB Apache 2 Edition', '$TDB_COMMUNITY': 'TimescaleDB Community Edition', # Service Variables - '$SERVICE_LONG': 'Tiger Cloud service', + '$SERVICE_LONG': 'Tiger service', '$SERVICE_SHORT': 'service', '$MST_LONG': 'Managed Service for TimescaleDB', '$MST_SHORT': 'MST', @@ -75,7 +75,7 @@ def _load_comprehensive_variables(self) -> Dict[str, str]: '$MST_SERVICE_LONG': 'service', '$MST_CONSOLE_SHORT': 'MST Console', '$CONSOLE': 'Console', - '$CONSOLE_LONG': 'Tiger Cloud Console', + '$CONSOLE_LONG': 'Tiger Console', '$CONSOLE_SHORT': 'Console', '$SELF_LONG': 'self-hosted TimescaleDB', '$SELF_SHORT': 'self-hosted TimescaleDB', diff --git a/README.md b/README.md index 39f9fe2e10..b3e83c622d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![Docs](https://img.shields.io/badge/Read_the_TigerData_docs-black?style=for-the-badge&logo=readthedocs&logoColor=white)](https://docs.tigerdata.com/) [![SLACK](https://img.shields.io/badge/Ask_the_TigerData_community-black?style=for-the-badge&logo=slack&logoColor=white)](https://timescaledb.slack.com/archives/C4GT3N90X) -[![Try Tiger for free](https://img.shields.io/badge/Try_Tiger_Cloud_for_free-black?style=for-the-badge&logo=timescale&logoColor=white)](https://console.cloud.timescale.com/signup) +[![Try Tiger for free](https://img.shields.io/badge/Try_Tiger_for_free-black?style=for-the-badge&logo=timescale&logoColor=white)](https://console.cloud.timescale.com/signup) diff --git a/_partials/_prometheus-integrate.md b/_partials/_prometheus-integrate.md index 39f1d95d9c..e67ed78a09 100644 --- a/_partials/_prometheus-integrate.md +++ b/_partials/_prometheus-integrate.md @@ -38,7 +38,7 @@ To export metrics from a $SERVICE_LONG, you create a dedicated Prometheus export 1. Select `Metrics` for data type and `Prometheus` for provider. - ![Create a Prometheus exporter in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-create-prometheus-exporter.png) + ![Create a Prometheus exporter in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-create-prometheus-exporter.png) 1. Choose the region for the exporter. Only $SERVICE_SHORTs in the same project and region can be attached to this exporter. diff --git a/getting-started/index.md b/getting-started/index.md index d9920e73e0..9458aedb53 100644 --- a/getting-started/index.md +++ b/getting-started/index.md @@ -1,6 +1,6 @@ --- title: Get started with TigerData -excerpt: Supercharge your real-time analytics on time-series data with Tiger Cloud. Create a free account, launch your first service, and use some of the advanced features +excerpt: Supercharge your real-time analytics on time-series data with Tiger. Create a free account, launch your first service, and use some of the advanced features products: [cloud] content_group: Getting started --- diff --git a/integrations/amazon-sagemaker.md b/integrations/amazon-sagemaker.md index 59bfadf8a9..9218e2fb49 100644 --- a/integrations/amazon-sagemaker.md +++ b/integrations/amazon-sagemaker.md @@ -1,5 +1,5 @@ --- -title: Integrate Amazon Sagemaker with Tiger Cloud +title: Integrate Amazon Sagemaker with Tiger excerpt: Amazon SageMaker is a fully managed machine learning service. Integrate Amazon SageMaker with Tiger to store and analyze ML model data products: [cloud, self_hosted] keywords: [connect, integrate, amazon, aws, sagemaker] diff --git a/integrations/apache-airflow.md b/integrations/apache-airflow.md index 212adf734d..d45199d9ac 100644 --- a/integrations/apache-airflow.md +++ b/integrations/apache-airflow.md @@ -1,5 +1,5 @@ --- -title: Integrate Apache Airflow with Tiger Cloud +title: Integrate Apache Airflow with Tiger excerpt: Apache Airflow is a platform to programmatically author, schedule, and monitor workflows. Integrate Apache Airflow with Tiger and create a data pipeline products: [cloud, self_hosted] keywords: [connect, integrate, apache, airflow] diff --git a/integrations/aws-lambda.md b/integrations/aws-lambda.md index 2f1388f988..46202dd0fa 100644 --- a/integrations/aws-lambda.md +++ b/integrations/aws-lambda.md @@ -1,5 +1,5 @@ --- -title: Integrate AWS Lambda with Tiger Cloud +title: Integrate AWS Lambda with Tiger excerpt: With AWS Lambda, you can run code without provisioning or managing servers, and scale automatically. Integrate AWS Lambda with Tiger and inject data into your service products: [cloud, self_hosted] keywords: [connect, integrate, aws, lambda] @@ -8,7 +8,7 @@ keywords: [connect, integrate, aws, lambda] import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.mdx"; import OldCreateHypertable from "versionContent/_partials/_old-api-create-hypertable.mdx"; -# Integrate AWS Lambda with Tiger Cloud +# Integrate AWS Lambda with Tiger [AWS Lambda][AWS-Lambda] is a serverless computing service provided by Amazon Web Services (AWS) that allows you to run code without provisioning or managing servers, scaling automatically as needed. diff --git a/integrations/azure-data-studio.md b/integrations/azure-data-studio.md index a6e537e3ba..25e04b36f1 100644 --- a/integrations/azure-data-studio.md +++ b/integrations/azure-data-studio.md @@ -1,6 +1,6 @@ --- -title: Integrate Azure Data Studio with Tiger Cloud -excerpt: Azure Data Studio is an open-source, cross-platform hybrid data analytics tool designed to simplify the data landscape. Integrate Azure Data Studio with Tiger Cloud +title: Integrate Azure Data Studio with Tiger +excerpt: Azure Data Studio is an open-source, cross-platform hybrid data analytics tool designed to simplify the data landscape. Integrate Azure Data Studio with Tiger products: [cloud, self_hosted] keywords: [integrate] --- diff --git a/integrations/datadog.md b/integrations/datadog.md index 4f922131ab..7cad45fca8 100644 --- a/integrations/datadog.md +++ b/integrations/datadog.md @@ -1,5 +1,5 @@ --- -title: Integrate Datadog with Tiger Cloud +title: Integrate Datadog with Tiger excerpt: Datadog is a cloud-based monitoring and analytics platform. Export telemetry data from your Tiger service with time-series and analytics capability to Datadog products: [cloud] price_plans: [scale, enterprise] diff --git a/integrations/dbeaver.md b/integrations/dbeaver.md index 0e809eeed6..c5a1f9e632 100644 --- a/integrations/dbeaver.md +++ b/integrations/dbeaver.md @@ -1,6 +1,6 @@ --- -title: Integrate DBeaver with Tiger Cloud -excerpt: DBeaver is a free cross-platform database tool for developers, database administrators, analysts, and everyone working with data. Integrate DBeaver with Tiger Cloud +title: Integrate DBeaver with Tiger +excerpt: DBeaver is a free cross-platform database tool for developers, database administrators, analysts, and everyone working with data. Integrate DBeaver with Tiger products: [cloud, self_hosted] keywords: [integrate] --- diff --git a/integrations/debezium.md b/integrations/debezium.md index e8a280257e..243473cb3a 100644 --- a/integrations/debezium.md +++ b/integrations/debezium.md @@ -1,6 +1,6 @@ --- -title: Integrate Debezium with Tiger Cloud -excerpt: Integrate Debezium with Tiger to enable change data capture in your Tiger Cloud service and streaming to Redis Streams +title: Integrate Debezium with Tiger +excerpt: Integrate Debezium with Tiger to enable change data capture in your Tiger service and streaming to Redis Streams products: [self_hosted] keywords: [Debezium, integrate] --- @@ -62,7 +62,7 @@ Set up Kafka Connect server, plugins, drivers, and connectors: - + Debezium requires logical replication to be enabled. Currently, this is not enabled by default on $SERVICE_LONGs. We are working on enabling this feature as you read. As soon as it is live, these docs will be updated. diff --git a/integrations/decodable.md b/integrations/decodable.md index b6a11a93cf..8f0d5e9b0f 100644 --- a/integrations/decodable.md +++ b/integrations/decodable.md @@ -2,7 +2,7 @@ title: Integrate Decodable with Tiger excerpt: Decodable enables you to build, run, and manage data pipelines effortlessly. Seamlessly integrate Decodable with Tiger to unlock real-time data processing capabilities products: [cloud, self_hosted] -keywords: [Decodable, Tiger Cloud] +keywords: [Decodable, Tiger] --- import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.mdx"; diff --git a/integrations/find-connection-details.md b/integrations/find-connection-details.md index 523be10277..a4d3dcc23a 100644 --- a/integrations/find-connection-details.md +++ b/integrations/find-connection-details.md @@ -19,7 +19,7 @@ Find the connection details based on your deployment type: - + ## Connect to your service diff --git a/integrations/fivetran.md b/integrations/fivetran.md index 2a9d9bc07d..cf299799fc 100644 --- a/integrations/fivetran.md +++ b/integrations/fivetran.md @@ -1,5 +1,5 @@ --- -title: Integrate Fivetran with Tiger Cloud +title: Integrate Fivetran with Tiger excerpt: Fivetran is a fully managed data pipeline platform that simplifies extract, transform, and load processes. Integrate Fivetran with Tiger for seamless data synchronization products: [cloud, self_hosted] keywords: [Fivetran, PostgreSQL, connection, integrate] diff --git a/integrations/grafana.md b/integrations/grafana.md index abb296e12b..fc44ce0a12 100644 --- a/integrations/grafana.md +++ b/integrations/grafana.md @@ -1,6 +1,6 @@ --- -title: Integrate Grafana and Tiger Cloud -excerpt: Grafana enables you to query, visualize, alert on, and explore your metrics, logs, and traces wherever they’re stored. Integrate Grafana with Tiger Cloud +title: Integrate Grafana and Tiger +excerpt: Grafana enables you to query, visualize, alert on, and explore your metrics, logs, and traces wherever they’re stored. Integrate Grafana with Tiger products: [cloud, self_hosted] keywords: [Grafana, visualizations, analytics, monitoring] --- diff --git a/integrations/kubernetes.md b/integrations/kubernetes.md index a7f7f5e4d9..8e6557b33f 100644 --- a/integrations/kubernetes.md +++ b/integrations/kubernetes.md @@ -1,8 +1,8 @@ --- -title: Integrate Kubernetes with Tiger Cloud +title: Integrate Kubernetes with Tiger excerpt: Learn how to integrate Kubernetes with Tiger to enable seamless deployment and scaling of your Postgres workloads products: [cloud, self_hosted] -keywords: [Kubernetes, Tiger Cloud, PostgreSQL, container orchestration] +keywords: [Kubernetes, Tiger, PostgreSQL, container orchestration] --- import KubernetesPrereqs from "versionContent/_partials/_kubernetes-prereqs.mdx"; @@ -24,7 +24,7 @@ To follow the steps on this page: - + To connect your Kubernetes cluster to your $SERVICE_LONG: diff --git a/integrations/pgadmin.md b/integrations/pgadmin.md index 5a502f0711..6de791e1b6 100644 --- a/integrations/pgadmin.md +++ b/integrations/pgadmin.md @@ -1,6 +1,6 @@ --- -title: Integrate pgAdmin with Tiger Cloud -excerpt: pgAdmin is a feature-rich open-source administration and development platform for PostgreSQL. Integrate pgadmin with Tiger Cloud +title: Integrate pgAdmin with Tiger +excerpt: pgAdmin is a feature-rich open-source administration and development platform for PostgreSQL. Integrate pgadmin with Tiger products: [cloud, self_hosted] keywords: [integrate] --- diff --git a/integrations/power-bi.md b/integrations/power-bi.md index ad26cbe632..43016d248e 100644 --- a/integrations/power-bi.md +++ b/integrations/power-bi.md @@ -1,5 +1,5 @@ --- -title: Integrate Power BI with Tiger Cloud +title: Integrate Power BI with Tiger excerpt: Integrate Tiger with Power BI for advanced data visualization. products: [cloud, self_hosted] keywords: [Power BI, visualizations, analysis, real-time] diff --git a/integrations/prometheus.md b/integrations/prometheus.md index 5127392615..dcdf99b911 100644 --- a/integrations/prometheus.md +++ b/integrations/prometheus.md @@ -1,5 +1,5 @@ --- -title: Integrate Prometheus with Tiger Cloud +title: Integrate Prometheus with Tiger excerpt: Prometheus is an open-source monitoring system with a modern alerting approach. Export telemetry metrics from your Tiger service to Prometheus products: [cloud, self_hosted] price_plans: [scale, enterprise] diff --git a/integrations/qstudio.md b/integrations/qstudio.md index bb716fbdcf..2d38ff1fa6 100644 --- a/integrations/qstudio.md +++ b/integrations/qstudio.md @@ -1,6 +1,6 @@ --- -title: Integrate qStudio with Tiger Cloud -excerpt: qStudio is a modern free SQL editor that provides syntax highlighting, code-completion, excel export, charting, and much more. Integrate qStudio with Tiger Cloud +title: Integrate qStudio with Tiger +excerpt: qStudio is a modern free SQL editor that provides syntax highlighting, code-completion, excel export, charting, and much more. Integrate qStudio with Tiger products: [cloud, self_hosted] keywords: [integrate] --- diff --git a/integrations/supabase.md b/integrations/supabase.md index c60852db19..ecfdd7fb25 100644 --- a/integrations/supabase.md +++ b/integrations/supabase.md @@ -1,6 +1,6 @@ --- -title: Integrate Supabase with Tiger Cloud -excerpt: Supabase is an open source Firebase alternative. Integrate Supabase with Tiger Cloud +title: Integrate Supabase with Tiger +excerpt: Supabase is an open source Firebase alternative. Integrate Supabase with Tiger products: [cloud, self_hosted] keywords: [integrate] --- diff --git a/integrations/tableau.md b/integrations/tableau.md index e61ae543f6..8cb1e283e8 100644 --- a/integrations/tableau.md +++ b/integrations/tableau.md @@ -1,6 +1,6 @@ --- -title: Integrate Tableau and Tiger Cloud -excerpt: Tableau is a popular analytics platform that helps you gain greater intelligence about your business. Integrate Tableau with Tiger Cloud +title: Integrate Tableau and Tiger +excerpt: Tableau is a popular analytics platform that helps you gain greater intelligence about your business. Integrate Tableau with Tiger products: [cloud, self_hosted] keywords: [visualizations, analytics, Tableau] --- diff --git a/integrations/terraform.md b/integrations/terraform.md index 5e3a272cf1..1b4bb32d55 100644 --- a/integrations/terraform.md +++ b/integrations/terraform.md @@ -26,7 +26,7 @@ Configure Terraform based on your deployment type: - + You use the [$COMPANY Terraform provider][terraform-provider] to manage $SERVICE_LONGs: diff --git a/migrate/livesync-for-kafka.md b/migrate/livesync-for-kafka.md index b1f7e6476f..5c9d4e0c29 100644 --- a/migrate/livesync-for-kafka.md +++ b/migrate/livesync-for-kafka.md @@ -40,7 +40,7 @@ Take the following steps to prepare your Kafka cluster for connection to $CLOUD_ 1. Enter the following details: - Name: `tigerdata-access` - - Description: `Service account for the Tiger Cloud source connector` + - Description: `Service account for the Tiger source connector` 1. Add the service account owner role, then click `Next`. @@ -62,7 +62,7 @@ Take the following steps to prepare your Kafka cluster for connection to $CLOUD_ 1. Use the same procedure to add the following keys: - ACL 2: Topic access - `Resource type`: `Topic` - - `Topic name`: Select the topics that Tiger Cloud should read + - `Topic name`: Select the topics that Tiger should read - `Pattern type`: `LITERAL` - `Operation`: `READ` - `Permission`: `ALLOW` @@ -94,7 +94,7 @@ $CLOUD_LONG requires access to the Schema Registry to fetch schemas for Kafka to 2. In `Create API Key`, add the following, then click `Create API Key` : - `Name`: `tigerdata-schema-registry-access` - - `Description`: `API key for Tiger Cloud schema registry access` + - `Description`: `API key for Tiger schema registry access` 1. Click `Download API Key` and securely store the API key and secret, then click `Complete`. diff --git a/migrate/upload-file-using-console.md b/migrate/upload-file-using-console.md index a844cee40a..b7dd38adc2 100644 --- a/migrate/upload-file-using-console.md +++ b/migrate/upload-file-using-console.md @@ -34,12 +34,12 @@ To upload a CSV file to your $SERVICE_SHORT: 1. **Select your $SERVICE_SHORT in [$CONSOLE_SHORT][console], then click `Actions` > `Import data` > `Upload your files` > `Upload CSV file`** - ![Import from CSV into Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-csv-file.png) + ![Import from CSV into Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-csv-file.png) 1. **Click to browse, or drag the file to import** 1. **Configure the import** - ![Configure the CSV import in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-configure-csv-file-import.png) + ![Configure the CSV import in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-configure-csv-file-import.png) - Set a delimiter. - Toggle to skip or keep the header. @@ -63,12 +63,12 @@ To upload a Parquet file to your $SERVICE_SHORT: 1. **Select your $SERVICE_SHORT in [$CONSOLE_SHORT][console], then click `Actions` > `Import data` > `Upload your files` > `Upload Parquet file`** - ![Import from Parquet into Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-parquet-file.png) + ![Import from Parquet into Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-parquet-file.png) 1. **Click to browse, or drag the file to import** 1. **Configure the import** - ![Configure the Parquet import in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-configure-parquet-file-import.png) + ![Configure the Parquet import in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-configure-parquet-file-import.png) - Select to ingest the data into an existing table or create a new one. - Provide the new or existing table name. @@ -90,14 +90,14 @@ To upload a TXT or MD file to your $SERVICE_SHORT: 1. **Select your $SERVICE_SHORT in $CONSOLE_SHORT, then click `Actions` > `Import data` > `Upload your files` > `Upload Text file`** - ![Import from a text file into Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-txt-file.png) + ![Import from a text file into Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-txt-file.png) 1. **Click to browse, or drag and drop the file to import** 1. **Configure the import** Provide a name to create a new table, or select an existing table to add data to. - ![Configure the text file import in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-configure-txt-file-import.png) + ![Configure the text file import in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-configure-txt-file-import.png) 1. **Click `Upload files`** @@ -136,7 +136,7 @@ To import a CSV file from an S3 bucket: 1. **Select your file in the S3 bucket** - ![Import CSV from S3 in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/import-csv-file-from-s3.png) + ![Import CSV from S3 in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/import-csv-file-from-s3.png) 1. Provide your file path. 1. Select `CSV` in the file type dropdown. @@ -147,7 +147,7 @@ To import a CSV file from an S3 bucket: 1. **Configure the import** - ![Configure CSV import from S3 in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/configure-csv-file-import-from-s3.png) + ![Configure CSV import from S3 in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/configure-csv-file-import-from-s3.png) - Set a delimiter. - Toggle to skip or keep the header. @@ -173,7 +173,7 @@ To import a Parquet file from an S3 bucket: 1. **Select your file in the S3 bucket** - ![Import Parquet from S3 in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-parquet-file-from-s3.png) + ![Import Parquet from S3 in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-parquet-file-from-s3.png) 1. Provide your file path. 1. Select `Parquet` in the file type dropdown. diff --git a/tutorials/blockchain-analyze/blockchain-dataset.md b/tutorials/blockchain-analyze/blockchain-dataset.md index 2ea5b6b032..25d4871316 100644 --- a/tutorials/blockchain-analyze/blockchain-dataset.md +++ b/tutorials/blockchain-analyze/blockchain-dataset.md @@ -1,6 +1,6 @@ --- title: Analyze the Bitcoin blockchain - set up dataset -excerpt: Ingest and set up a sample dataset to run analytical queries on Bitcoin blockchain transactions with Tiger Cloud +excerpt: Ingest and set up a sample dataset to run analytical queries on Bitcoin blockchain transactions with Tiger products: [cloud, self_hosted, mst] keywords: [intermediate, crypto, blockchain, Bitcoin, finance, analytics] layout_components: [next_prev_large] diff --git a/tutorials/blockchain-query/beginner-blockchain-query.md b/tutorials/blockchain-query/beginner-blockchain-query.md index 9009a020d5..eb3ae6a919 100644 --- a/tutorials/blockchain-query/beginner-blockchain-query.md +++ b/tutorials/blockchain-query/beginner-blockchain-query.md @@ -1,6 +1,6 @@ --- title: Query the Bitcoin blockchain - query data -excerpt: Construct queries to get five most recent blockchain transactions and blocks using a sample dataset in Tiger Cloud +excerpt: Construct queries to get five most recent blockchain transactions and blocks using a sample dataset in Tiger products: [cloud, self_hosted, mst] keywords: [beginner, crypto, blockchain, Bitcoin, finance, analytics] layout_components: [next_prev_large] diff --git a/tutorials/blockchain-query/blockchain-dataset.md b/tutorials/blockchain-query/blockchain-dataset.md index 7e3895e348..33ce6233c5 100644 --- a/tutorials/blockchain-query/blockchain-dataset.md +++ b/tutorials/blockchain-query/blockchain-dataset.md @@ -1,6 +1,6 @@ --- title: Query the Bitcoin blockchain - set up dataset -excerpt: Ingest and set up a sample blockchain dataset to practice running analytical queries on it in Tiger Cloud +excerpt: Ingest and set up a sample blockchain dataset to practice running analytical queries on it in Tiger products: [cloud, self_hosted, mst] keywords: [beginner, crypto, blockchain, Bitcoin, finance, analytics] layout_components: [next_prev_large] diff --git a/tutorials/blockchain-query/index.md b/tutorials/blockchain-query/index.md index 29bf55a6de..caaa5908cc 100644 --- a/tutorials/blockchain-query/index.md +++ b/tutorials/blockchain-query/index.md @@ -1,6 +1,6 @@ --- title: Query the Bitcoin blockchain -excerpt: Learn to use Tiger to query and analyze transactions on a blockchain as you would any other time-series data. In this tutorial, you use Tiger Cloud to ingest, store, and analyze transactions +excerpt: Learn to use Tiger to query and analyze transactions on a blockchain as you would any other time-series data. In this tutorial, you use Tiger to ingest, store, and analyze transactions products: [cloud, self_hosted, mst] keywords: [beginner, crypto, blockchain, Bitcoin, finance, analytics] layout_components: [next_prev_large] diff --git a/tutorials/financial-ingest-real-time/financial-ingest-query.md b/tutorials/financial-ingest-real-time/financial-ingest-query.md index c73ab19784..a96ad06405 100644 --- a/tutorials/financial-ingest-real-time/financial-ingest-query.md +++ b/tutorials/financial-ingest-real-time/financial-ingest-query.md @@ -1,6 +1,6 @@ --- title: Ingest real-time financial websocket data - Query the data -excerpt: Create candlestick views and query financial tick data to analyze price changes with Tiger Cloud +excerpt: Create candlestick views and query financial tick data to analyze price changes with Tiger products: [cloud, self_hosted, mst] keywords: [finance, analytics, websockets, data pipeline] tags: [tutorials, intermediate] diff --git a/tutorials/financial-tick-data/financial-tick-query.md b/tutorials/financial-tick-data/financial-tick-query.md index f178c6f30d..00bb871f30 100644 --- a/tutorials/financial-tick-data/financial-tick-query.md +++ b/tutorials/financial-tick-data/financial-tick-query.md @@ -1,6 +1,6 @@ --- title: Analyze financial tick data - Query the data -excerpt: Create candlestick views and query financial tick data to perform real-time analysis of price changes in Tiger Cloud +excerpt: Create candlestick views and query financial tick data to perform real-time analysis of price changes in Tiger products: [cloud, self_hosted, mst] keywords: [tutorials, finance, learn] tags: [tutorials, beginner] diff --git a/tutorials/nyc-taxi-cab/compress-nyc.md b/tutorials/nyc-taxi-cab/compress-nyc.md index 8378b45e62..a664a33f23 100644 --- a/tutorials/nyc-taxi-cab/compress-nyc.md +++ b/tutorials/nyc-taxi-cab/compress-nyc.md @@ -1,6 +1,6 @@ --- title: Query time-series data tutorial - set up compression -excerpt: Compress the dataset so you can store the NYC taxi trip data more efficiently with Tiger Cloud +excerpt: Compress the dataset so you can store the NYC taxi trip data more efficiently with Tiger products: [cloud, mst, self_hosted] keywords: [tutorials, query] tags: [tutorials, beginner] diff --git a/use-timescale/backup-restore.md b/use-timescale/backup-restore.md index ed751b529b..f6828d5ee5 100644 --- a/use-timescale/backup-restore.md +++ b/use-timescale/backup-restore.md @@ -17,7 +17,7 @@ On [$SCALE and $PERFORMANCE][pricing-and-account-management] $PRICING_PLANs, you Additionally, all [Write-Ahead Log (WAL)][wal] files are retained back to the oldest full backup. This means that you always have a full backup available for the current and previous week: -![Backup in Tiger Cloud](https://assets.timescale.com/docs/images/database-backup-recovery.png) +![Backup in Tiger](https://assets.timescale.com/docs/images/database-backup-recovery.png) In the event of a storage failure, a $SERVICE_SHORT automatically recovers from a backup to the point of failure. If the whole availability zone goes down, your $SERVICE_LONGs are recovered in a different zone. In the event of a user error, you can [create a point-in-time recovery fork][create-fork]. diff --git a/use-timescale/configuration/about-configuration.md b/use-timescale/configuration/about-configuration.md index 7def696e03..0fdc470044 100644 --- a/use-timescale/configuration/about-configuration.md +++ b/use-timescale/configuration/about-configuration.md @@ -1,6 +1,6 @@ --- -title: About configuration in Tiger Cloud -excerpt: Tiger configures your service automatically based on your compute and storage settings. However, you can also configure a wide range af advanced parameters in Tiger Cloud Console +title: About configuration in Tiger +excerpt: Tiger configures your service automatically based on your compute and storage settings. However, you can also configure a wide range af advanced parameters in Tiger Console products: [cloud] keywords: [configuration, memory, workers, settings] --- diff --git a/use-timescale/continuous-aggregates/time.md b/use-timescale/continuous-aggregates/time.md index 3ac884d747..515afa79b3 100644 --- a/use-timescale/continuous-aggregates/time.md +++ b/use-timescale/continuous-aggregates/time.md @@ -1,6 +1,6 @@ --- title: Time and continuous aggregates -excerpt: Learn to work with timezones and continuous aggregates in Tiger Cloud +excerpt: Learn to work with timezones and continuous aggregates in Tiger products: [cloud, mst, self_hosted] keywords: [continuous aggregates] --- diff --git a/use-timescale/data-tiering/enabling-data-tiering.md b/use-timescale/data-tiering/enabling-data-tiering.md index b0e01ff114..8b3dac6dae 100644 --- a/use-timescale/data-tiering/enabling-data-tiering.md +++ b/use-timescale/data-tiering/enabling-data-tiering.md @@ -44,7 +44,7 @@ This storage type gives you up to 16 TB of storage and is available under [all $ - Under the [$PERFORMANCE $PRICING_PLAN][pricing-plans], IOPS is set to 3,000 - 5,000 autoscale and cannot be changed. - Under the [$SCALE and $ENTERPRISE $PRICING_PLANs][pricing-plans], IOPS is set to 5,000 - 8,000 autoscale and can be upgraded to 16,000 IOPS. - ![Default standard storage in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/high-performance-storage-tiger-cloud.png) + ![Default standard storage in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/high-performance-storage-tiger-cloud.png) 1. **Click `Apply`** @@ -61,7 +61,7 @@ This storage type gives you up to 64 TB and 32,000 IOPS, and is available under 1. **In [$CONSOLE][console], select your $SERVICE_SHORT, then click `Operations` > `Compute and storage`** 1. **Select `Enhanced` in the `Storage type` dropdown** - ![Enhanced storage in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-enhanced-storage-tiger-cloud.png) + ![Enhanced storage in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-enhanced-storage-tiger-cloud.png) @@ -73,7 +73,7 @@ This storage type gives you up to 64 TB and 32,000 IOPS, and is available under Select between 8,000, 16,000, 24,000, and 32,0000 IOPS. The value that you can apply depends on the number of CPUs in your $SERVICE_SHORT. $CONSOLE notifies you if your selected IOPS requires increasing the number of CPUs. To increase IOPS to 64,000, click `Contact us` and we will be in touch to confirm the details. - ![I/O boost in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/set-io-boost-tiger-cloud.png) + ![I/O boost in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/set-io-boost-tiger-cloud.png) 1. **Click `Apply`** diff --git a/use-timescale/extensions/pgvector.md b/use-timescale/extensions/pgvector.md index 5959abd65f..63991e4868 100644 --- a/use-timescale/extensions/pgvector.md +++ b/use-timescale/extensions/pgvector.md @@ -1,6 +1,6 @@ --- title: Create a chatbot using pgvector -excerpt: pgvector is an open-source extension for Postgres that enables efficient vector similarity search and can be used with Tiger CLoud. Learn to use pgvector to create a chatbot +excerpt: pgvector is an open-source extension for Postgres that enables efficient vector similarity search and can be used with Tiger. Learn to use pgvector to create a chatbot products: [cloud, mst, self_hosted] keywords: [services, settings, extensions, pgvector] tags: [extensions, pgvector] diff --git a/use-timescale/metrics-logging/index.md b/use-timescale/metrics-logging/index.md index 48c066ffdb..c9fb9943c1 100644 --- a/use-timescale/metrics-logging/index.md +++ b/use-timescale/metrics-logging/index.md @@ -1,6 +1,6 @@ --- title: Metrics and logging -excerpt: Tiger enables you to monitor your services using the built-in metrics or by integrating third-party services. See the options available in Tiger Cloud Console +excerpt: Tiger enables you to monitor your services using the built-in metrics or by integrating third-party services. See the options available in Tiger Console products: [cloud] keywords: [metrics, logs, admin] tags: [payment] diff --git a/use-timescale/metrics-logging/monitoring.md b/use-timescale/metrics-logging/monitoring.md index b46eb74c2f..354257e382 100644 --- a/use-timescale/metrics-logging/monitoring.md +++ b/use-timescale/metrics-logging/monitoring.md @@ -1,6 +1,6 @@ --- title: Monitor your Tiger services -excerpt: View logs, metrics, and performance insights for your services in Tiger Cloud. Get actionable tips to improve your service performance +excerpt: View logs, metrics, and performance insights for your services in Tiger. Get actionable tips to improve your service performance products: [cloud] price_plans: [performance, scale, enterprise] keywords: [monitoring] @@ -13,7 +13,7 @@ Get complete visibility into your $SERVICE_SHORT performance with $CLOUD_LONG's When something doesn't look right, $CLOUD_LONG provides a complete investigation workflow: -![Monitoring suite in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-monitoring-workflow-diagram.svg) +![Monitoring suite in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-monitoring-workflow-diagram.svg) 1. **Pinpoint the bottleneck**: check [**Metrics**][metrics] to identify exactly when CPU, memory, or storage spiked. 1. **Find the root cause**: review [**Logs**][logs] for errors or warnings that occurred during the incident. diff --git a/use-timescale/security/client-credentials.md b/use-timescale/security/client-credentials.md index 34306f5213..c5f38dd396 100644 --- a/use-timescale/security/client-credentials.md +++ b/use-timescale/security/client-credentials.md @@ -1,6 +1,6 @@ --- title: Client credentials -excerpt: Tiger lets you use client credentials to programmatically access resources instead of using username and password. Set up client credentials in Tiger Cloud console +excerpt: Tiger lets you use client credentials to programmatically access resources instead of using username and password. Set up client credentials in Tiger console products: [cloud] keywords: [client credentials, accounts, prgrammatic access] tags: [authentication tokens] diff --git a/use-timescale/services/OLD_create-a-pg-service.md b/use-timescale/services/OLD_create-a-pg-service.md index 2d5daef378..23d57f2e18 100644 --- a/use-timescale/services/OLD_create-a-pg-service.md +++ b/use-timescale/services/OLD_create-a-pg-service.md @@ -1,6 +1,6 @@ --- title: Create a Postgres service -excerpt: Create a Postgres service in Tiger Cloud +excerpt: Create a Postgres service in Tiger products: [cloud] keywords: [services, Postgres, create, install] --- @@ -36,7 +36,7 @@ running, see the [Getting Started section][cloud-install]. Create a new Postgres service in the Tiger Cloud diff --git a/use-timescale/tigerlake.md b/use-timescale/tigerlake.md index 2d075fd1a8..491aa3fa37 100644 --- a/use-timescale/tigerlake.md +++ b/use-timescale/tigerlake.md @@ -1,5 +1,5 @@ --- -title: Integrate data lakes with Tiger Cloud +title: Integrate data lakes with Tiger excerpt: Unifies the Tiger operational architecture with data lake architectures. This enables real-time application building alongside efficient data pipeline management within a single system. products: [cloud] price_plans: [scale, enterprise] From c9a836a19c3a84c9ad8078e3c8fe5ba2957d7b32 Mon Sep 17 00:00:00 2001 From: Anastasiia Tovpeko <114177030+atovpeko@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:23:20 +0300 Subject: [PATCH 5/9] Update screenshots for renaming (#4483) * 60% done * update * undo the damage --------- Signed-off-by: Iain Cox Co-authored-by: Iain Cox --- _partials/_cloud-connect-service.md | 6 ++--- _partials/_cloudwatch-data-exporter.md | 2 +- _partials/_datadog-data-exporter.md | 2 +- _partials/_high-availability-setup.md | 2 +- _partials/_livesync-console.md | 8 +++---- _partials/_prometheus-integrate.md | 12 +++++----- _partials/_service-overview.md | 4 ++-- _partials/_transit-gateway.md | 6 ++--- about/pricing-and-account-management.md | 2 +- getting-started/run-queries-from-console.md | 16 +++++++------- getting-started/services.md | 2 +- .../try-key-features-timescale-products.md | 8 +++---- integrations/find-connection-details.md | 6 ++--- migrate/livesync-for-postgresql.md | 2 +- migrate/livesync-for-s3.md | 20 ++++++++++------- migrate/upload-file-using-console.md | 12 +++++----- use-timescale/backup-restore.md | 6 ++--- .../configuration/customize-configuration.md | 4 ++-- .../data-tiering/enabling-data-tiering.md | 8 +++---- use-timescale/ha-replicas/read-scaling.md | 8 +++---- use-timescale/metrics-logging/monitoring.md | 22 +++++++++---------- use-timescale/security/ip-allow-list.md | 6 ++--- use-timescale/security/members.md | 16 ++++++-------- .../security/multi-factor-authentication.md | 2 +- use-timescale/security/vpc.md | 6 ++--- use-timescale/services/change-resources.md | 2 +- use-timescale/services/service-explorer.md | 6 ++--- use-timescale/services/service-overview.md | 2 +- use-timescale/upgrades.md | 2 +- 29 files changed, 100 insertions(+), 100 deletions(-) diff --git a/_partials/_cloud-connect-service.md b/_partials/_cloud-connect-service.md index 248f84925f..3b13a42753 100644 --- a/_partials/_cloud-connect-service.md +++ b/_partials/_cloud-connect-service.md @@ -5,7 +5,7 @@ In [$CONSOLE][services-portal], check that your $SERVICE_SHORT is marked as `Running`. - ![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-services-view.png) + ![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-services-view.png) 1. **Connect to your $SERVICE_SHORT** @@ -21,7 +21,7 @@ 1. Select your $SERVICE_SHORT in the connection drop-down in the top right. - ![Select a connection](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-data-mode-connection-dropdown.png) + ![Select a connection](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-data-mode-connection-dropdown.png) 1. Run a test query: @@ -45,7 +45,7 @@ 1. Click `SQL editor`. - ![Check a $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-ops-mode-sql-editor.png) + ![Check a $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ops-mode-sql-editor.png) 1. Run a test query: diff --git a/_partials/_cloudwatch-data-exporter.md b/_partials/_cloudwatch-data-exporter.md index ad833d00a7..5a5c1628f1 100644 --- a/_partials/_cloudwatch-data-exporter.md +++ b/_partials/_cloudwatch-data-exporter.md @@ -4,7 +4,7 @@ 1. **Click `New exporter`** 1. **Select the data type and specify `AWS CloudWatch` for provider** - ![Add CloudWatch data exporter](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-integrations-cloudwatch.png) + ![Add CloudWatch data exporter](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-integrations-cloudwatch.png) 1. **Provide your AWS CloudWatch configuration** diff --git a/_partials/_datadog-data-exporter.md b/_partials/_datadog-data-exporter.md index 5124e4ff10..b04838bb9e 100644 --- a/_partials/_datadog-data-exporter.md +++ b/_partials/_datadog-data-exporter.md @@ -4,7 +4,7 @@ 1. **Click `New exporter`** 1. **Select `Metrics` for `Data type` and `Datadog` for provider** - ![Add Datadog exporter](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-integrations-datadog.png) + ![Add Datadog exporter](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-integrations-datadog.png) 1. **Choose your AWS region and provide the API key** diff --git a/_partials/_high-availability-setup.md b/_partials/_high-availability-setup.md index a78d0141b6..a2dfe7166c 100644 --- a/_partials/_high-availability-setup.md +++ b/_partials/_high-availability-setup.md @@ -4,7 +4,7 @@ 1. Click `Operations`, then select `High availability`. 1. Choose your replication strategy, then click `Change configuration`. - ![$SERVICE_LONG replicas](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-ha-replicas.png) + ![$SERVICE_LONG replicas](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ha-replicas.png) 1. In `Change high availability configuration`, click `Change config`. diff --git a/_partials/_livesync-console.md b/_partials/_livesync-console.md index 9cf384fd11..5acb6f6e10 100644 --- a/_partials/_livesync-console.md +++ b/_partials/_livesync-console.md @@ -78,7 +78,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE: 1. **Connect the source database and the target $SERVICE_SHORT** - ![Postgres connector wizard](https://assets.timescale.com/docs/images/tiger-cloud-console/pg-connector-wizard-tiger-cloud.png) + ![Postgres connector wizard](https://assets.timescale.com/docs/images/tiger-cloud-console/pg-connector-wizard-tiger-console.png) 1. Click `Connectors` > `PostgreSQL`. 1. Set the name for the new connector by clicking the pencil icon. @@ -88,7 +88,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE: 1. **Optimize the data to synchronize in $HYPERTABLEs** - ![Postgres connector start](https://assets.timescale.com/docs/images/tiger-cloud-console/pg-connector-start-tiger-cloud.png) + ![Postgres connector start](https://assets.timescale.com/docs/images/tiger-cloud-console/pg-connector-start-tiger-console.png) 1. In the `Select table` dropdown, select the tables to sync. 1. Click `Select tables +` . @@ -100,7 +100,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE: 1. **Monitor synchronization** - ![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) + ![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png) 1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated. @@ -108,7 +108,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE: 1. **Manage the connector** - ![Edit a Postgres connector](https://assets.timescale.com/docs/images/tiger-cloud-console/edit-pg-connector.png) + ![Edit a Postgres connector](https://assets.timescale.com/docs/images/tiger-cloud-console/edit-pg-connector-tiger-console.png) 1. To edit the connector, click `Connectors` > `Source connectors`, then select the name of your connector in the table. You can rename the connector, delete or add new tables for syncing. diff --git a/_partials/_prometheus-integrate.md b/_partials/_prometheus-integrate.md index e67ed78a09..62307cdb28 100644 --- a/_partials/_prometheus-integrate.md +++ b/_partials/_prometheus-integrate.md @@ -38,15 +38,13 @@ To export metrics from a $SERVICE_LONG, you create a dedicated Prometheus export 1. Select `Metrics` for data type and `Prometheus` for provider. - ![Create a Prometheus exporter in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-create-prometheus-exporter.png) + ![Create a Prometheus exporter in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-create-prometheus-exporter.png) 1. Choose the region for the exporter. Only $SERVICE_SHORTs in the same project and region can be attached to this exporter. 1. Name your exporter. - 1. Change the auto-generated Prometheus credentials, if needed. See [official documentation][prometheus-authentication] on basic authentication in Prometheus. - - ![Prometheus exporter credentials](https://assets.timescale.com/docs/images/tiger-cloud-console/prometheus-exporter-basic-authentication.png) + 1. Change the auto-generated Prometheus credentials, if needed. See [official documentation][prometheus-authentication] on basic authentication in Prometheus. 1. **Attach the exporter to a $SERVICE_SHORT** @@ -54,17 +52,17 @@ To export metrics from a $SERVICE_LONG, you create a dedicated Prometheus export 1. Select the exporter in the drop-down, then click `Attach exporter`. - ![Attach a Prometheus exporter to a Tiger service](https://assets.timescale.com/docs/images/tiger-cloud-console/attach-prometheus-exporter-tiger-cloud.png) + ![Attach a Prometheus exporter to a Tiger service](https://assets.timescale.com/docs/images/tiger-cloud-console/attach-prometheus-exporter-tiger-console.png) The exporter is now attached to your $SERVICE_SHORT. To unattach it, click the trash icon in the exporter list. - ![Unattach a Prometheus exporter from a Tiger service](https://assets.timescale.com/docs/images/tiger-cloud-console/unattach-prometheus-exporter-tiger-cloud-service.png) + ![Unattach a Prometheus exporter from a Tiger service](https://assets.timescale.com/docs/images/tiger-cloud-console/unattach-prometheus-exporter-tiger-console.png) 1. **Configure the Prometheus scrape target** 1. Select your service, then click `Operations` > `Exporters` and click the information icon next to the exporter. You see the exporter details. - ![Prometheus exporter details in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/prometheus-exporter-details-tiger-cloud.png) + ![Prometheus exporter details in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/prometheus-exporter-details-tiger-console.png) 1. Copy the exporter URL. diff --git a/_partials/_service-overview.md b/_partials/_service-overview.md index 7253aba41c..4b1f35d498 100644 --- a/_partials/_service-overview.md +++ b/_partials/_service-overview.md @@ -5,5 +5,5 @@ You manage your $SERVICE_LONGs and interact with your data in $CONSOLE using the | ![$CONSOLE $OPS_MODE][ops-mode] | ![$CONSOLE $DATA_MODE][data-mode] | | **You use the $OPS_MODE to:**
      • Ensure data security with high availability and $READ_REPLICAs
      • Save money with columnstore compression and tiered storage
      • Enable $PG extensions to add extra functionality
      • Increase security using $VPCs
      • Perform day-to-day administration
      | **Powered by $POPSQL, you use the $DATA_MODE to:**
      • Write queries with autocomplete
      • Visualize data with charts and dashboards
      • Schedule queries and dashboards for alerts or recurring reports
      • Share queries and dashboards
      • Interact with your data on auto-pilot with SQL assistant
      | -[ops-mode]: https://assets.timescale.com/docs/images/tiger-cloud-console/ops-mode-overview-tiger-cloud.png -[data-mode]: https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-data-mode.png \ No newline at end of file +[ops-mode]: https://assets.timescale.com/docs/images/tiger-cloud-console/ops-mode-overview-tiger-console.png +[data-mode]: https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-data-mode.png \ No newline at end of file diff --git a/_partials/_transit-gateway.md b/_partials/_transit-gateway.md index e84fd4e336..028612e6d4 100644 --- a/_partials/_transit-gateway.md +++ b/_partials/_transit-gateway.md @@ -2,11 +2,11 @@ 1. In `Security` > `VPC`, click `Create a VPC`: - ![$CLOUD_LONG new $VPC](https://assets.timescale.com/docs/images/tiger-cloud-console/add-peering-vpc-tiger-cloud.png) + ![$CLOUD_LONG new $VPC](https://assets.timescale.com/docs/images/tiger-cloud-console/add-peering-vpc-tiger-console.png) 1. Choose your region and IP range, name your VPC, then click `Create VPC`: - ![Create a new VPC in $CLOUD_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/configure-peering-vpc-tiger-cloud.png) + ![Create a new VPC in $CLOUD_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/configure-peering-vpc-tiger-console.png) Your $SERVICE_SHORT and Peering $VPC must be in the same AWS region. The number of Peering $VPCs you can create in your project depends on your [pricing plan][pricing-plans]. If you need another Peering $VPC, either contact [support@tigerdata.com](mailto:support@tigerdata.com) or change your plan in [$CONSOLE][console-login]. @@ -15,7 +15,7 @@ 1. In the `VPC Peering` column, click `Add`. 1. Provide your AWS account ID, Transit Gateway ID, CIDR ranges, and AWS region. $CLOUD_LONG creates a new isolated connection for every unique Transit Gateway ID. - ![Add peering](https://assets.timescale.com/docs/images/tiger-cloud-console/add-peering-tiger-cloud.png) + ![Add peering](https://assets.timescale.com/docs/images/tiger-cloud-console/add-peering-tiger-console.png) 1. Click `Add connection`. diff --git a/about/pricing-and-account-management.md b/about/pricing-and-account-management.md index cbe0d5be36..0ba87ada6b 100644 --- a/about/pricing-and-account-management.md +++ b/about/pricing-and-account-management.md @@ -195,7 +195,7 @@ You handle all details about your $CLOUD_LONG project including updates to your payment methods, and add-ons in the [billing section in $CONSOLE][cloud-billing]: Adding a payment method in Timescale - **Details**: an overview of your $PRICING_PLAN, usage, and payment details. You can add up diff --git a/getting-started/run-queries-from-console.md b/getting-started/run-queries-from-console.md index 8814dca98b..e2ad1ed710 100644 --- a/getting-started/run-queries-from-console.md +++ b/getting-started/run-queries-from-console.md @@ -28,7 +28,7 @@ If you prefer the command line to the $OPS_MODE $SQL_EDITOR in $CONSOLE, use [ps You use the $DATA_MODE in $CONSOLE to write queries, visualize data, and share your results. -![$CONSOLE $DATA_MODE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-data-mode-schema-chart.png) +![$CONSOLE $DATA_MODE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-data-mode.png) Available features are: @@ -54,19 +54,19 @@ To connect to a $SERVICE_SHORT: In [$CONSOLE][services-portal], check that your $SERVICE_SHORT is marked as `Running`: - ![Check $SERVICE_LONG is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-services-view.png) + ![Check $SERVICE_LONG is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-services-view.png) 1. **Connect to your $SERVICE_SHORT** In the [$DATA_MODE][portal-data-mode] in $CONSOLE, select a $SERVICE_SHORT in the connection drop-down: - ![Select a connection](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-data-mode-connection-dropdown.png) + ![Select a connection](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-data-mode-connection-dropdown.png) 1. **Run a test query** Type `SELECT CURRENT_DATE;` in `Scratchpad` and click `Run`: - ![Run a simple query](https://assets.timescale.com/docs/images/tiger-cloud-console/run-query-in-scratchpad-tiger-cloud.png) + ![Run a simple query](https://assets.timescale.com/docs/images/tiger-cloud-console/run-query-in-scratchpad-tiger-console.png) Quick recap. You: - Manage your $SERVICE_SHORTs in the [$OPS_MODE in $CONSOLE][portal-ops-mode] @@ -193,7 +193,7 @@ For best results with $SQL_ASSISTANT_SHORT: Security and privacy is prioritized in $CONSOLE. In [$DATA_MODE][portal-data-mode], $PROJECT_SHORT members manage $SQL_ASSISTANT_SHORT settings under [`User name` > `Settings` > `SQL Assistant`][sql-editor-settings]. -![SQL assistant settings](https://assets.timescale.com/docs/images/sql-editor-preferences.png) +![SQL assistant settings](https://assets.timescale.com/docs/images/tiger-console-sql-editor-preferences.png) $SQL_ASSISTANT_SHORT settings are: @@ -208,7 +208,7 @@ $SQL_ASSISTANT_SHORT settings are: $SQL_EDITOR is an integrated secure UI that you use to run queries and see the results for a $SERVICE_LONG. -![$CONSOLE $SQL_EDITOR](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-sqleditor.png) +![$CONSOLE $SQL_EDITOR](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ops-mode-sql-editor.png) To enable or disable $SQL_EDITOR in your $SERVICE_SHORT, click `Operations` > `Service management`, then update the setting for $SQL_EDITOR. @@ -221,13 +221,13 @@ To use $SQL_EDITOR: In the [$OPS_MODE][portal-ops-mode] in $CONSOLE, select a $SERVICE_SHORT, then click `SQL editor`. - ![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-ops-mode-sql-editor.png) + ![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ops-mode-sql-editor-empty.png) 1. **Run a test query** Type `SELECT CURRENT_DATE;` in the UI and click `Run`. The results appear in the lower window: - ![Run a simple query](https://assets.timescale.com/docs/images/tiger-cloud-console/run-a-query-in-ops-mode-sql-editor.png) + ![Run a simple query](https://assets.timescale.com/docs/images/tiger-cloud-console/run-a-query-in-tiger-ops-mode-sql-editor.png)
      diff --git a/getting-started/services.md b/getting-started/services.md index 7557f4c75d..be75d21fde 100644 --- a/getting-started/services.md +++ b/getting-started/services.md @@ -33,7 +33,7 @@ Now that you have an active $ACCOUNT_LONG, you create and manage your $SERVICE_S 1. In the [$SERVICE_SHORT creation page][create-service], choose the capability to match your business needs: `Real-time analytics`, `AI-focused`, or `Hybrid applications`. - ![Create a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/create-tiger-cloud-service.png) + ![Create a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/create-tiger-service.png) To create a plain $PG $SERVICE_SHORT, without any additional capabilities, click `Looking for plain PostgreSQL?` in the top right. diff --git a/getting-started/try-key-features-timescale-products.md b/getting-started/try-key-features-timescale-products.md index 3f16c3021f..f65daab525 100644 --- a/getting-started/try-key-features-timescale-products.md +++ b/getting-started/try-key-features-timescale-products.md @@ -210,7 +210,7 @@ For example, yesterday's market data. 90%. This helps you save on storage costs and keeps your queries operating at lightning speed. To see the amount of space saved, click `Explorer` > `public` > `crypto_ticks`. - ![Columnstore data savings](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-columstore-data-savings.png ) + ![Columnstore data savings](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-columstore-data-savings.png ) @@ -298,9 +298,9 @@ $CONSOLE. You can also do this using psql. 1. **In [$CONSOLE][portal-ops-mode], select the $SERVICE_SHORT you uploaded data to** -1. **Click `Explorer` > `Continuous Aggregates` > `Create a Continuous Aggregate`** next to the `crypto_ticks` hypertable. - ![$CAGG wizard](https://assets.timescale.com/docs/images/tiger-cloud-console/continuous-aggregate-wizard-tiger-cloud.png ) +1. **Click `Explorer` > `Continuous Aggregates` > `Create a Continuous Aggregate` next to the `crypto_ticks` hypertable** 1. **Create a view called `assets_candlestick_daily` on the `time` column with an interval of `1 day`, then click `Next step`** + ![$CAGG wizard](https://assets.timescale.com/docs/images/tiger-cloud-console/continuous-aggregate-wizard-tiger-console.png ) 1. **Update the view SQL with the following functions, then click `Run`** ```sql CREATE MATERIALIZED VIEW assets_candlestick_daily @@ -357,7 +357,7 @@ To set up data tiering: 1. In `Explorer`, click `Storage configuration` > `Tiering storage`, then click `Enable tiered storage`. - ![Enable tiered storage](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-tiered-storage-tiger-cloud-console.png) + ![Enable tiered storage](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-tiered-storage-tiger-console.png) When tiered storage is enabled, you see the amount of data in the tiered object storage. diff --git a/integrations/find-connection-details.md b/integrations/find-connection-details.md index a4d3dcc23a..b804902d69 100644 --- a/integrations/find-connection-details.md +++ b/integrations/find-connection-details.md @@ -33,7 +33,7 @@ Retrieve the connection details for your $SERVICE_LONG: Open the [`Services`][console-services] page and select your $SERVICE_SHORT. The connection details, except the password, are available in `Service info` > `Connection info` > `More details`. If necessary, click `Forgot your password?` to get a new one. - ![Tiger service connection details](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-service-connection-details.png) + ![Tiger service connection details](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-service-connection-details.png) ## Find your project and service ID @@ -44,12 +44,12 @@ To retrieve the connection details for your $CLOUD_LONG project and $SERVICE_LON 1. **Retreive your project ID**: In [$CONSOLE][console-services], click your project name in the upper left corner, then click `Copy` next to the project ID. - ![Retrive the project id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-project-id.png) + ![Retrive the project id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-project-id.png) 1. **Retrieve your service ID**: Click the dots next to the service, then click `Copy` next to the service ID. - ![Retrive the service id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-service-id.png) + ![Retrive the service id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-id.png) diff --git a/migrate/livesync-for-postgresql.md b/migrate/livesync-for-postgresql.md index 601fc5e824..ac8f4ae409 100644 --- a/migrate/livesync-for-postgresql.md +++ b/migrate/livesync-for-postgresql.md @@ -19,7 +19,7 @@ $SERVICE_SHORT, in real time. You run the connector continuously, turning $PG in $SERVICE_SHORT as a logical replica. This enables you to leverage $CLOUD_LONG’s real-time analytics capabilities on your replica data. -![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) +![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png) The $PG_CONNECTOR in $CLOUD_LONG leverages the well-established $PG logical replication protocol. By relying on this protocol, $CLOUD_LONG ensures compatibility, familiarity, and a broader knowledge base—making it easier for you to adopt the connector diff --git a/migrate/livesync-for-s3.md b/migrate/livesync-for-s3.md index 23d26c0efd..b81d52b481 100644 --- a/migrate/livesync-for-s3.md +++ b/migrate/livesync-for-s3.md @@ -13,7 +13,7 @@ import EarlyAccessNoRelease from "versionContent/_partials/_early_access.mdx"; You use the $S3_CONNECTOR in $CLOUD_LONG to synchronize CSV and Parquet files from an S3 bucket to your $SERVICE_LONG in real time. The connector runs continuously, enabling you to leverage $CLOUD_LONG as your analytics database with data constantly synced from S3. This lets you take full advantage of $CLOUD_LONG's real-time analytics capabilities without having to develop or manage custom ETL solutions between S3 and $CLOUD_LONG. -![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) +![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png) You can use the $S3_CONNECTOR to synchronize your existing and new data. Here's what the connector can do: @@ -99,7 +99,7 @@ To sync data from your S3 bucket to your $SERVICE_LONG using $CONSOLE: 1. **Connect the source S3 bucket to the target $SERVICE_SHORT** - ![Connect Tiger to S3 bucket](https://assets.timescale.com/docs/images/tiger-cloud-console/s3-connector-tiger-cloud.png) + ![Connect Tiger to S3 bucket](https://assets.timescale.com/docs/images/tiger-cloud-console/s3-connector-tiger-console.png) 1. Click `Connectors` > `Amazon S3`. 1. Click the pencil icon, then set the name for the new connector. @@ -120,7 +120,7 @@ To sync data from your S3 bucket to your $SERVICE_LONG using $CONSOLE: 1. **Optimize the data to synchronize in $HYPERTABLEs** - ![S3 connector table selection](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-s3-connector-create-tables.png) + ![S3 connector table selection](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-s3-connector-create-tables.png) $CONSOLE checks the file schema and, if possible, suggests the column to use as the time dimension in a [$HYPERTABLE][about-hypertables]. @@ -136,18 +136,22 @@ To sync data from your S3 bucket to your $SERVICE_LONG using $CONSOLE: 1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated. - ![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png) + ![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png) - 1. To view file import statistics and logs, click `Connectors` > `Source connectors`. + 1. To view file import statistics and logs, click `Connectors` > `Source connectors`, then select the name of your connector in the table. - ![S3 connector stats](https://assets.timescale.com/docs/images/tiger-cloud-console/s3-connector-import-stats.png) + ![S3 connector stats](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-s3-connector-import-stats.png) 1. **Manage the connector** - 1. To edit the connector, click `Connectors` > `Source connectors`, then select the name of your connector in the table. Pause the connector at the top right to change its configuration. + 1. To pause the connector, click `Connectors` > `Source connectors`. Open the three-dot menu next to your connector in the table, then click `Pause`. - ![S3 connector change config](https://assets.timescale.com/docs/images/tiger-cloud-console/s3-connector-edit.png) + ![Edit S3 connector](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-s3-connector-pause.png) + + 1. To edit the connector, click `Connectors` > `Source connectors`. Open the three-dot menu next to your connector in the table, then click `Edit` and scroll down to `Modify your Connector`. You must pause the connector before editing it. + + ![S3 connector change config](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-s3-connector-edit.png) 1. To pause or delete the connector, click `Connectors` > `Source connectors`, then open the three-dot menu on the right and select an option. You must pause the connector before deleting it. diff --git a/migrate/upload-file-using-console.md b/migrate/upload-file-using-console.md index b7dd38adc2..496bc2d092 100644 --- a/migrate/upload-file-using-console.md +++ b/migrate/upload-file-using-console.md @@ -34,12 +34,12 @@ To upload a CSV file to your $SERVICE_SHORT: 1. **Select your $SERVICE_SHORT in [$CONSOLE_SHORT][console], then click `Actions` > `Import data` > `Upload your files` > `Upload CSV file`** - ![Import from CSV into Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-csv-file.png) + ![Import from CSV into Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-import-csv-file.png) 1. **Click to browse, or drag the file to import** 1. **Configure the import** - ![Configure the CSV import in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-configure-csv-file-import.png) + ![Configure the CSV import in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-configure-csv-file-import.png) - Set a delimiter. - Toggle to skip or keep the header. @@ -63,12 +63,12 @@ To upload a Parquet file to your $SERVICE_SHORT: 1. **Select your $SERVICE_SHORT in [$CONSOLE_SHORT][console], then click `Actions` > `Import data` > `Upload your files` > `Upload Parquet file`** - ![Import from Parquet into Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-parquet-file.png) + ![Import from Parquet into Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-import-parquet-file.png) 1. **Click to browse, or drag the file to import** 1. **Configure the import** - ![Configure the Parquet import in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-configure-parquet-file-import.png) + ![Configure the Parquet import in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-configure-parquet-file-import.png) - Select to ingest the data into an existing table or create a new one. - Provide the new or existing table name. @@ -90,14 +90,14 @@ To upload a TXT or MD file to your $SERVICE_SHORT: 1. **Select your $SERVICE_SHORT in $CONSOLE_SHORT, then click `Actions` > `Import data` > `Upload your files` > `Upload Text file`** - ![Import from a text file into Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-import-txt-file.png) + ![Import from a text file into Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-import-txt-file.png) 1. **Click to browse, or drag and drop the file to import** 1. **Configure the import** Provide a name to create a new table, or select an existing table to add data to. - ![Configure the text file import in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-configure-txt-file-import.png) + ![Configure the text file import in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-configure-txt-file-import.png) 1. **Click `Upload files`** diff --git a/use-timescale/backup-restore.md b/use-timescale/backup-restore.md index f6828d5ee5..c924306682 100644 --- a/use-timescale/backup-restore.md +++ b/use-timescale/backup-restore.md @@ -36,7 +36,7 @@ You enable cross-region backup when you create a $SERVICE_SHORT, or configure it 1. In `Cross-region backup`, select the region in the dropdown and click `Enable backup`. - ![Create cross-region backup](https://assets.timescale.com/docs/images/tiger-cloud-console/create-cross-region-backup-in-tiger-cloud.png) + ![Create cross-region backup](https://assets.timescale.com/docs/images/tiger-cloud-console/create-cross-region-backup-in-tiger-console.png) You can now see the backup, its region, and creation date in a list. @@ -50,7 +50,7 @@ You can have one cross-region backup per $SERVICE_SHORT. To change the region of 1. Click the trash icon next to the existing backup to disable it. - ![Disable cross-region backup](https://assets.timescale.com/docs/images/tiger-cloud-console/cross-region-backup-list-in-tiger-cloud.png) + ![Disable cross-region backup](https://assets.timescale.com/docs/images/tiger-cloud-console/cross-region-backup-list-in-tiger-console.png) 1. Create a new backup in a different region. @@ -84,7 +84,7 @@ You initiate a point-in-time recovery from a same-region or cross-region backup 1. Select the recovery point, ensuring the correct time zone (UTC offset). 1. Configure the fork. - ![Create recovery fork](https://assets.timescale.com/docs/images/tiger-cloud-console/create-recovery-fork-tiger-cloud.png) + ![Create recovery fork](https://assets.timescale.com/docs/images/tiger-cloud-console/create-recovery-fork-tiger-console.png) You can configure the compute resources, add an HA replica, tag your fork, and add a connection pooler. Best practice is to match diff --git a/use-timescale/configuration/customize-configuration.md b/use-timescale/configuration/customize-configuration.md index e1c66d17e9..4b1644c95e 100644 --- a/use-timescale/configuration/customize-configuration.md +++ b/use-timescale/configuration/customize-configuration.md @@ -30,9 +30,9 @@ restart is modifying the compute resources of a running $SERVICE_SHORT. To modify configuration parameters, first select the $SERVICE_SHORT that you want to modify. This displays the $SERVICE_SHORT details, with these tabs across the top: -`Overview`, `Actions`, `Explorer`, `Monitoring`, `SQL Editor`, `Operations`, and `AI`. Select `Operations`, then `Database parameters`. +`Overview`, `Actions`, `Explorer`, `Monitoring`, `Connections`, `SQL Editor`, `Operations`, and `AI`. Select `Operations`, then `Database parameters`. -![Database configuration parameters](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-service-configuration-parameters.png) +![Database configuration parameters](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-configuration-parameters.png) ### Modify basic parameters diff --git a/use-timescale/data-tiering/enabling-data-tiering.md b/use-timescale/data-tiering/enabling-data-tiering.md index 8b3dac6dae..36ffebac52 100644 --- a/use-timescale/data-tiering/enabling-data-tiering.md +++ b/use-timescale/data-tiering/enabling-data-tiering.md @@ -44,7 +44,7 @@ This storage type gives you up to 16 TB of storage and is available under [all $ - Under the [$PERFORMANCE $PRICING_PLAN][pricing-plans], IOPS is set to 3,000 - 5,000 autoscale and cannot be changed. - Under the [$SCALE and $ENTERPRISE $PRICING_PLANs][pricing-plans], IOPS is set to 5,000 - 8,000 autoscale and can be upgraded to 16,000 IOPS. - ![Default standard storage in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/high-performance-storage-tiger-cloud.png) + ![Default standard storage in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/high-performance-storage-tiger-console.png) 1. **Click `Apply`** @@ -61,7 +61,7 @@ This storage type gives you up to 64 TB and 32,000 IOPS, and is available under 1. **In [$CONSOLE][console], select your $SERVICE_SHORT, then click `Operations` > `Compute and storage`** 1. **Select `Enhanced` in the `Storage type` dropdown** - ![Enhanced storage in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-enhanced-storage-tiger-cloud.png) + ![Enhanced storage in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-enhanced-storage-tiger-console.png) @@ -73,7 +73,7 @@ This storage type gives you up to 64 TB and 32,000 IOPS, and is available under Select between 8,000, 16,000, 24,000, and 32,0000 IOPS. The value that you can apply depends on the number of CPUs in your $SERVICE_SHORT. $CONSOLE notifies you if your selected IOPS requires increasing the number of CPUs. To increase IOPS to 64,000, click `Contact us` and we will be in touch to confirm the details. - ![I/O boost in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/set-io-boost-tiger-cloud.png) + ![I/O boost in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/set-io-boost-tiger-console.png) 1. **Click `Apply`** @@ -97,7 +97,7 @@ You enable tiered storage from the `Overview` tab in $CONSOLE. 1. **In `Explorer`, click `Storage configuration` > `Tiering storage`, then click `Enable tiered storage`** - ![Enable tiered storage](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-tiered-storage-tiger-cloud-console.png) + ![Enable tiered storage](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-tiered-storage-tiger-console.png) Once enabled, you can proceed to [tier data manually][manual-tier] or [set up tiering policies][tiering-policies]. When tiered storage is enabled, you see the amount of data in the tiered object storage. diff --git a/use-timescale/ha-replicas/read-scaling.md b/use-timescale/ha-replicas/read-scaling.md index 544992b3ea..d6f68cbed4 100644 --- a/use-timescale/ha-replicas/read-scaling.md +++ b/use-timescale/ha-replicas/read-scaling.md @@ -50,7 +50,7 @@ To create a secure $READ_REPLICA set for your read-intensive apps: Configure the number of nodes, compute size, connection pooling, and the name for your replica, then click `Create read replica set`. - ![Create a read replica set in Tiger Console](https://assets.timescale.com/docs/images/tiger-cloud-console/create-read-replica-set-tiger-cloud-console.png) + ![Create a read replica set in Tiger Console](https://assets.timescale.com/docs/images/tiger-cloud-console/create-read-replica-set-tiger-console.png) 1. **Save the connection information** @@ -78,11 +78,11 @@ To change the compute and storage configuration of your $READ_REPLICA set: 1. **In [$CONSOLE][timescale-console-services], expand and click the $READ_REPLICA set under your primary $SERVICE_SHORT** - ![Read replicas in Tiger Console](https://assets.timescale.com/docs/images/tiger-cloud-console/read-replica-sets-tiger-cloud-console.png) + ![Read replicas in Tiger Console](https://assets.timescale.com/docs/images/tiger-cloud-console/read-replica-sets-tiger-console.png) 1. **Click `Operations` > `Compute and storage`** - ![Read replica compute and storage in Tiger Console](https://assets.timescale.com/docs/images/tiger-cloud-console/read-replica-set-config.png) + ![Read replica compute and storage in Tiger Console](https://assets.timescale.com/docs/images/tiger-cloud-console/read-replica-set-config-tiger-console.png) 1. **Change the replica configuration and click `Apply`** @@ -102,7 +102,7 @@ is measured in bytes, against the current state of the primary instance. To chec You see a list of configured $READ_REPLICA sets for this $SERVICE_SHORT, including their status and lag: - ![Read replica sets](https://assets.timescale.com/docs/images/tiger-cloud-console/configured-replica-set-tiger-cloud.png) + ![Read replica sets](https://assets.timescale.com/docs/images/tiger-cloud-console/configured-replica-set-tiger-console.png) 1. **Configure the allowable lag** diff --git a/use-timescale/metrics-logging/monitoring.md b/use-timescale/metrics-logging/monitoring.md index 354257e382..aca0a03024 100644 --- a/use-timescale/metrics-logging/monitoring.md +++ b/use-timescale/metrics-logging/monitoring.md @@ -30,7 +30,7 @@ This pages explains what specific data you get at each point. $CLOUD_LONG shows you CPU, memory, and storage metrics for up to 30 previous days and with down to 10-second granularity. To access metrics, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Metrics`: -![Service metrics](https://assets.timescale.com/docs/images/tiger-cloud-console/service-metrics-tiger-cloud.png) +![Service metrics](https://assets.timescale.com/docs/images/tiger-cloud-console/service-metrics-tiger-console.png) The following metrics are represented by graphs: @@ -94,7 +94,7 @@ $CLOUD_LONG shows you detailed logs for your $SERVICE_SHORT, which you can filte To access logs, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Logs`: -![Find logs faster](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-service-logs.png) +![Find logs faster](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-logs.png) ## Insights @@ -102,17 +102,17 @@ Insights help you get a comprehensive understanding of how your queries perform To view insights, select your $SERVICE_SHORT, then click `Monitoring` > `Insights`. Search or filter queries by type, maximum execution time, and time frame. -![Insights](https://assets.timescale.com/docs/images/tiger-cloud-console/insights-overview-tiger-cloud.png) +![Insights](https://assets.timescale.com/docs/images/tiger-cloud-console/insights-overview-tiger-console.png) -Insights include `Metrics`, `Current lock contention`, and `Queries`. +Insights include `Metrics`, `Current lock contention`, and `Queries`. `Metrics` provides a visual representation of CPU, memory, and storage input/output usage over time. It also overlays the execution times of the top three queries matching your search. This helps correlate query executions with resource utilization. Select an area of the graph to zoom into a specific time frame. `Current lock contention` shows how many queries or transactions are currently waiting for locks held by other queries or transactions. -`Queries` displays the top 50 queries matching your search. This includes executions, total rows, total time, median time, P95 time, related hypertables, tables in the columnstore, and user name. +`Queries` displays the top 50 queries matching your search. This includes executions, total rows, total time, median time, P95 time, related hypertables, tables in the columnstore, and user name. -![Queries](https://assets.timescale.com/docs/images/query-insights.png) +![Queries](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-query-insights.png) | Column | Description | |-------------------|-------------------------------------------------------------------------------------------------| @@ -137,7 +137,7 @@ query. Check out the last update value at the top of the query table to identify Click a query in the list to see the drill-down view. This view not only helps you identify spikes and unexpected behaviors, but also offers information to optimize your query. -![Queries drill-down view](https://assets.timescale.com/docs/images/tiger-cloud-console/query-drill-down-view-tiger-cloud-console.png) +![Queries drill-down view](https://assets.timescale.com/docs/images/tiger-cloud-console/query-drill-down-view-tiger-console.png) This view includes the following graphs: @@ -156,15 +156,15 @@ $CLOUD_LONG summarizes all [$JOBs][jobs] set up for your $SERVICE_SHORT along wi 1. To view $JOBs, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Jobs`: - ![Jobs](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-jobs.png) + ![Jobs](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-jobs.png) 1. Click a $JOB ID in the list to view its config and run history: - ![Job details](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-job-details.png) + ![Job details](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-job-details.png) 1. Click the pencil icon to edit the $JOB config: - ![Update job config](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-edit-job.png) + ![Update job config](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-edit-job.png) @@ -174,7 +174,7 @@ $CLOUD_LONG lists current and past connections to your $SERVICE_SHORT. This incl To view connections, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Connections`. Expand the query underneath each connection to see the full SQL. -![Connections](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-service-connections.png) +![Connections](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-connections.png) Click the trash icon next to a connection in the list to terminate it. A lock icon means that a connection cannot be terminated; hover over the icon to see the reason. diff --git a/use-timescale/security/ip-allow-list.md b/use-timescale/security/ip-allow-list.md index 3d27f8aa95..222203f2f2 100644 --- a/use-timescale/security/ip-allow-list.md +++ b/use-timescale/security/ip-allow-list.md @@ -24,13 +24,13 @@ You attach a $SERVICE_SHORT to either one $VPC, or one IP allow list. You cannot 1. **In [$CONSOLE][console], select `Security` > `IP Allow List`, then click `Create IP Allow List`** - ![Create IP allow list](https://assets.timescale.com/docs/images/tiger-cloud-console/create-ip-allow-list-tiger-cloud-console.png) + ![Create IP allow list](https://assets.timescale.com/docs/images/tiger-cloud-console/create-ip-allow-list-tiger-console.png) 1. **Enter your trusted IP addresses** The number of IP addresses that you can include in one list depends on your [pricing plan][pricing-plans]. - ![Add IP addresses to allow list](https://assets.timescale.com/docs/images/tiger-cloud-console/add-ip-addresses-to-allow-list-tiger-cloud-console.png) + ![Add IP addresses to allow list](https://assets.timescale.com/docs/images/tiger-cloud-console/add-ip-addresses-to-allow-list-tiger-console.png) 1. **Name your allow list and click `Create IP Allow List`** @@ -38,7 +38,7 @@ You attach a $SERVICE_SHORT to either one $VPC, or one IP allow list. You cannot 1. **Select a $SERVICE_LONG, then click `Operations` > `Security` > `IP Allow List`** - ![Attach IP allow list](https://assets.timescale.com/docs/images/tiger-cloud-console/attach-ip-allow-list-tiger-cloud.png) + ![Attach IP allow list](https://assets.timescale.com/docs/images/tiger-cloud-console/attach-ip-allow-list-tiger-console.png) 1. **Select the list in the drop-down and click `Apply`** diff --git a/use-timescale/security/members.md b/use-timescale/security/members.md index d2988c0d4b..68ce883512 100644 --- a/use-timescale/security/members.md +++ b/use-timescale/security/members.md @@ -22,7 +22,7 @@ This includes the following roles: - **Developer**: the Owner and Admins assign this role to other users in the $PROJECT_SHORT. A Developer can build, deploy, and operate $SERVICE_SHORTs across projects, but does not have administrative privileges over users, roles, or billing. A Developer can invite other users to the $PROJECT_SHORT, but only with the Viewer role. - **Viewer**: the Owner and Admins assign this role to other users in the $PROJECT_SHORT. A Viewer has limited, read-only access to $CONSOLE_LONG. This means that a Viewer cannot modify $SERVICE_SHORTs and their configurations in any way. A Viewer has no access to the $DATA_MODE and has read-queries-only access to $SQL_EDITOR. -![Project users in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-project-roles-overview.png) +![Project users in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-project-roles-overview.png) If you have the [$ENTERPRISE $PRICING_PLAN][pricing-plans], you can use your company [SAML][saml] identity provider to log in to $CONSOLE_SHORT. @@ -48,7 +48,7 @@ To add a user to a $PROJECT_SHORT: 1. Type the email address of the person that you want to add, select their role, and click `Invite user`. - ![Send a user invitation in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-add-a-new-user.png) + ![Send a user invitation in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-add-a-new-user.png) [$ENTERPRISE $PRICING_PLAN][pricing-plans] and SAML users receive a notification in $CONSOLE_SHORT. Users in the other $PRICING_PLANs receive a confirmation email. The new user then [joins the $PROJECT_SHORT][join-a-project]. @@ -116,7 +116,7 @@ $PROJECT_SHORT_CAP invitations are valid for 7 days. To resend a $PROJECT_SHORT 1. Next to the person you want to invite to your $PROJECT_SHORT, click `Resend invitation`. - ![Resend a user invitation in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-resend-user-invitation.png) + ![Resend a user invitation in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-project-roles-overview.png) @@ -128,7 +128,7 @@ To change the $PROJECT_SHORT you are currently working in: 1. In [$CONSOLE][cloud-login], click the $PROJECT_SHORT name > `Current project` in the top left. - ![Change project in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-change-project.png) + ![Change project in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-change-project.png) 1. Select the $PROJECT_SHORT you want to use. @@ -148,7 +148,7 @@ To transfer $PROJECT_SHORT ownership: 1. Next to the person you want to transfer project ownership to, click `⋮` > `Transfer project ownership`. - ![Transfer project ownership in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-transfer-project-ownership.png) + ![Transfer project ownership in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-transfer-project-ownership.png) If you are unable to transfer ownership, hover over the greyed out button to see the details. @@ -171,8 +171,6 @@ To stop working in a $PROJECT_SHORT: 1. Click `⋮` > `Leave project`, then click `Leave`. - ![Leave a project in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-leave-a-project.png) - Your $ACCOUNT_SHORT is removed from the $PROJECT_SHORT immediately, you can no longer access this $PROJECT_SHORT. @@ -189,7 +187,7 @@ To change the role for another user: 1. Next to the corresponding user, select another role in the dropdown. - ![Change user role in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-change-user-role.png) + ![Change user role in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-change-user-role.png) The user role is changed immediately. @@ -203,7 +201,7 @@ To remove a user's access to a $PROJECT_SHORT: 1. In [$CONSOLE][cloud-login], click `Invite users`. 1. Next to the person you want to remove, click `⋮` > `Remove`. - ![Remove user in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-remove-user-access.png) + ![Remove user in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-transfer-project-ownership.png) 1. In `Remove user`, click `Remove`. The user is deleted immediately, they can no longer access your $PROJECT_SHORT. diff --git a/use-timescale/security/multi-factor-authentication.md b/use-timescale/security/multi-factor-authentication.md index f5873d7f42..ddd008f871 100644 --- a/use-timescale/security/multi-factor-authentication.md +++ b/use-timescale/security/multi-factor-authentication.md @@ -12,7 +12,7 @@ You can use two-factor authentication to log in to your $ACCOUNT_LONG. Two-facto secure logins that require an authentication code in addition to your user password. The code is provided by an authenticator app on your mobile device. There are multiple authenticator apps available. -![Tiger Console 2FA](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-2fa.png) +![Tiger Console 2FA](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-2fa.png) This page describes how to configure two-factor authentication with Google Authenticator. diff --git a/use-timescale/security/vpc.md b/use-timescale/security/vpc.md index c370e12a74..fdaec9923f 100644 --- a/use-timescale/security/vpc.md +++ b/use-timescale/security/vpc.md @@ -69,11 +69,11 @@ between $CLOUD_LONG and your Customer $VPC in a logically isolated virtual netwo 1. **In [$CONSOLE > Security > VPC][console-vpc], click `Create a VPC`** - ![$CLOUD_LONG new $VPC](https://assets.timescale.com/docs/images/tiger-cloud-console/add-peering-vpc-tiger-cloud.png) + ![$CLOUD_LONG new $VPC](https://assets.timescale.com/docs/images/tiger-cloud-console/add-peering-vpc-tiger-console.png) 1. **Choose your region and IP range, name your $VPC, then click `Create VPC`** - ![Create a new VPC in $CLOUD_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/configure-peering-vpc-tiger-cloud.png) + ![Create a new VPC in $CLOUD_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/configure-peering-vpc-tiger-console.png) The IP ranges of the Peering $VPC and Customer VPC should not overlap. @@ -82,7 +82,7 @@ between $CLOUD_LONG and your Customer $VPC in a logically isolated virtual netwo 1. In the `VPC Peering` column, click `Add`. 2. Enter information about your existing Customer VPC, then click `Add Connection`. - ![Add peering](https://assets.timescale.com/docs/images/tiger-cloud-console/add-peering-tiger-cloud.png) + ![Add peering](https://assets.timescale.com/docs/images/tiger-cloud-console/add-peering-tiger-console.png) diff --git a/use-timescale/services/change-resources.md b/use-timescale/services/change-resources.md index be1ffe6310..330831dfac 100644 --- a/use-timescale/services/change-resources.md +++ b/use-timescale/services/change-resources.md @@ -24,7 +24,7 @@ You can change the CPU and memory allocation for your $SERVICE_SHORT at any time minimal downtime, usually less than a minute. The new resources become available as soon as the $SERVICE_SHORT restarts. You can change the CPU and memory allocation up or down, as frequently as required. -![Change resources](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-update-cpu-manually.png) +![Change resources](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-update-cpu-manually.png) Note that: diff --git a/use-timescale/services/service-explorer.md b/use-timescale/services/service-explorer.md index 13387b9b2b..b925e83740 100644 --- a/use-timescale/services/service-explorer.md +++ b/use-timescale/services/service-explorer.md @@ -30,7 +30,7 @@ summary of your $SERVICE_SHORT, including all your hypertables and relational tables. It summarizes your overall compression ratios, and other policy and continuous aggregate data. And, if you aren't already using key features like continuous aggregates, columnstore compression, or other automation policies and actions, it provides pointers to tutorials and documentation to help you get started. -![Service explorer](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-service-explorer.png) +![Service explorer](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-explorer.png) ## Tables @@ -43,7 +43,7 @@ ranges, and columnstore compression status. From this section, you can also set an automated policy to compress chunks into the columnstore. For more information, see the [hypercore documentation][hypercore]. -![Service explorer tables](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-service-explorer-tables.png) +![Service explorer tables](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-columstore-data-savings.png) For more information about hypertables, see the @@ -55,7 +55,7 @@ In the `Continuous aggregate` section, you can see all your continuous aggregates, including top-level information such as their size, whether they are configured for real-time aggregation, and their refresh periods. -![Service explorer caggs](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-service-explorer-caggs.png) +![Service explorer caggs](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-explorer-caggs.png) For more information about continuous aggregates, see the [continuous aggregates section][caggs]. diff --git a/use-timescale/services/service-overview.md b/use-timescale/services/service-overview.md index 5c250da15a..a8dbcbbe73 100644 --- a/use-timescale/services/service-overview.md +++ b/use-timescale/services/service-overview.md @@ -18,7 +18,7 @@ When you log into [$CONSOLE][cloud-login], you see the $PROJECT_SHORT overview. Click a $SERVICE_SHORT to view run-time data and connection information. Click `Operations` to configure your $SERVICE_SHORT. -![Select a query to edit](https://assets.timescale.com/docs/images/tiger-cloud-console/ops-mode-overview-tiger-cloud.png) +![Select a query to edit](https://assets.timescale.com/docs/images/tiger-cloud-console/ops-mode-overview-tiger-console.png) Each $SERVICE_SHORT hosts a single database managed for you by $CLOUD_LONG. If you need more than one database, [create a new $SERVICE_SHORT][create-service]. diff --git a/use-timescale/upgrades.md b/use-timescale/upgrades.md index 32286bb991..63ddc8c46d 100644 --- a/use-timescale/upgrades.md +++ b/use-timescale/upgrades.md @@ -211,7 +211,7 @@ To change your maintenance window: In [$CONSOLE][cloud-login], select the $SERVICE_SHORT you want to manage. 1. **Set your maintenance window** 1. Click `Operations` > `Environment`, then click `Change maintenance window`. - ![Maintenance and upgrades](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-maintenance-upgrades.png) + ![Maintenance and upgrades](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-maintenance-upgrades.png) 1. Select the maintence window start time, then click `Apply`. Maintenance windows can run for up to four hours. From f8ab516500933465a5cb296e0832b1e48fadf754 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Fri, 10 Oct 2025 14:00:47 +0300 Subject: [PATCH 6/9] diagrams --- use-timescale/metrics-logging/monitoring.md | 2 +- use-timescale/tigerlake.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/use-timescale/metrics-logging/monitoring.md b/use-timescale/metrics-logging/monitoring.md index aca0a03024..c5d15ef6ac 100644 --- a/use-timescale/metrics-logging/monitoring.md +++ b/use-timescale/metrics-logging/monitoring.md @@ -13,7 +13,7 @@ Get complete visibility into your $SERVICE_SHORT performance with $CLOUD_LONG's When something doesn't look right, $CLOUD_LONG provides a complete investigation workflow: -![Monitoring suite in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-monitoring-workflow-diagram.svg) +![Monitoring suite in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-monitoring-workflow-diagram.svg) 1. **Pinpoint the bottleneck**: check [**Metrics**][metrics] to identify exactly when CPU, memory, or storage spiked. 1. **Find the root cause**: review [**Logs**][logs] for errors or warnings that occurred during the incident. diff --git a/use-timescale/tigerlake.md b/use-timescale/tigerlake.md index 491aa3fa37..faae9896ec 100644 --- a/use-timescale/tigerlake.md +++ b/use-timescale/tigerlake.md @@ -14,7 +14,7 @@ import EarlyAccessGeneral from "versionContent/_partials/_early_access.mdx"; $LAKE_LONG enables you to build real-time applications alongside efficient data pipeline management within a single system. $LAKE_LONG unifies the $CLOUD_LONG operational architecture with data lake architectures. -![Tiger Lake architecture](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-lake-integration-tiger-cloud.svg) +![Tiger Lake architecture](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-lake-integration-tiger.svg) $LAKE_LONG is a native integration enabling synchronization between $HYPERTABLEs and relational tables running in $SERVICE_LONGs to Iceberg tables running in [Amazon S3 Tables][s3-tables] in your AWS account. From 7d23bdbfe0832a75623113487ef2a0c666149fe3 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Fri, 10 Oct 2025 14:07:41 +0300 Subject: [PATCH 7/9] last diagram --- use-timescale/ha-replicas/high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/use-timescale/ha-replicas/high-availability.md b/use-timescale/ha-replicas/high-availability.md index 0904006279..143f1e70b0 100644 --- a/use-timescale/ha-replicas/high-availability.md +++ b/use-timescale/ha-replicas/high-availability.md @@ -19,7 +19,7 @@ These replicas safeguard your data and keep your $SERVICE_SHORT running smoothly By minimizing downtime and protecting against data loss, HA replicas ensure business continuity and give you the confidence to operate without interruption, including during routine maintenance. -![HA replicas in Tiger Platform](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-platform-ha-architecture-diagram.svg) +![HA replicas in Tiger Platform](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-ha-architecture-diagram.svg) This page shows you how to choose the best high availability option for your $SERVICE_SHORT. From 4bb68ab3c3b970b00e8f899fe8b879ba003e184b Mon Sep 17 00:00:00 2001 From: billy-the-fish Date: Fri, 10 Oct 2025 14:00:07 +0200 Subject: [PATCH 8/9] chore: fix link. --- about/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/changelog.md b/about/changelog.md index e1a4e044f6..8b52c79115 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -500,7 +500,7 @@ This release adds a number of bug fixes including: The data mode's SQL Assistant now includes support for the latest models from OpenAI and Llama: GPT-4.1 (including mini and nano) and Llama 4 (Scout and Maverick). Additionally, we've added support for Gemini models, in particular Gemini 2.0 Nano and 2.5 Pro (experimental and preview). With the new additions, SQL Assistant supports more than 20 language models so you can select the one best suited to your needs. -![SQL Assistant - New Models](https:///assets.timescale.com/docs/images/sql-assistant-new-models.png) +![SQL Assistant - New Models](https://assets.timescale.com/docs/images/sql-assistant-new-models.png) ## 🪵 TimescaleDB v2.19, new service overview page, and log improvements From 635a98eb9d2883d45c64fd7aeb5154517f00e6b8 Mon Sep 17 00:00:00 2001 From: Iain Cox Date: Fri, 10 Oct 2025 14:30:29 +0200 Subject: [PATCH 9/9] Apply suggestions from code review Co-authored-by: Anastasiia Tovpeko <114177030+atovpeko@users.noreply.github.com> Signed-off-by: Iain Cox --- _partials/_cloud-intro-short.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_partials/_cloud-intro-short.md b/_partials/_cloud-intro-short.md index 177268a930..c733253abe 100644 --- a/_partials/_cloud-intro-short.md +++ b/_partials/_cloud-intro-short.md @@ -1,7 +1,7 @@ A $SERVICE_LONG is a single optimised $PG instance extended with innovations in the database engine such as $TIMESCALE_DB, in a cloud infrastructure that delivers speed without compromise. -A $SERVICE_LONG is a radically faster $PG for transactional, analytical and agentic +A $SERVICE_LONG is a radically faster $PG database for transactional, analytical, and agentic workloads at scale. It’s not a fork. It’s not a wrapper. It is $PG—extended with innovations in the database