From 8b3cfdaf7e73ddb75e7efde500bafa13d470d26d Mon Sep 17 00:00:00 2001 From: atovpeko Date: Wed, 1 Oct 2025 11:41:05 +0300 Subject: [PATCH 1/3] add tabs to create a service --- _partials/_cloud-installation-azure.md | 49 +++++++++++++++++++++++++ _partials/_cloud-intro-azure.md | 36 ++++++++++++++++++ _partials/_create-service.md | 24 ++++++++++++ _partials/_service-overview-azure.md | 9 +++++ _partials/_start-using-cloud-azure.md | 11 ++++++ _partials/_start-using-cloud.md | 11 ++++++ getting-started/services.md | 51 +++++++++++++++++--------- 7 files changed, 173 insertions(+), 18 deletions(-) create mode 100644 _partials/_cloud-installation-azure.md create mode 100644 _partials/_cloud-intro-azure.md create mode 100644 _partials/_create-service.md create mode 100644 _partials/_service-overview-azure.md create mode 100644 _partials/_start-using-cloud-azure.md create mode 100644 _partials/_start-using-cloud.md diff --git a/_partials/_cloud-installation-azure.md b/_partials/_cloud-installation-azure.md new file mode 100644 index 0000000000..2963866dbd --- /dev/null +++ b/_partials/_cloud-installation-azure.md @@ -0,0 +1,49 @@ +## Create a $ACCOUNT_LONG + +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. + + + +To set up $CLOUD_LONG: + +1. **Sign up for a 30-day free trial** + + Open [Sign up for $CLOUD_LONG][timescale-signup] and add your details, then click `Start your free trial`. You receive a confirmation email in your inbox. + +1. **In the confirmation email, click the link supplied and sign in to [$CONSOLE][tsc-portal]** + +1. **Answer the requirements questions** + + Your answers help us optimize $SERVICE_LONGs for your use cases. + + + + + + + +To have $CLOUD_LONG as a part of your Azure infrastructure, you create a $ACCOUNT_LONG through AWS Marketplace. In this +case, $CLOUD_LONG is a line item in your Azure invoice. + + + +To set up $CLOUD_LONG via Azure: + + + + + + + +[tsc-portal]: https://console.cloud.timescale.com/ +[timescale-website]: https://www.timescale.com/ +[aws-marketplace]: https://aws.amazon.com/marketplace +[aws-paygo]: https://aws.amazon.com/marketplace/pp/prodview-iestawpo5ihca?applicationId=AWSMPContessa&ref_=beagle&sr=0-1 +[aws-annual-commit]: https://aws.amazon.com/marketplace/pp/prodview-ezxwlmjyr6x4u?applicationId=AWSMPContessa&ref_=beagle&sr=0-2 +[timescale-signup]: https://console.cloud.timescale.com/signup diff --git a/_partials/_cloud-intro-azure.md b/_partials/_cloud-intro-azure.md new file mode 100644 index 0000000000..af1f542555 --- /dev/null +++ b/_partials/_cloud-intro-azure.md @@ -0,0 +1,36 @@ +$CLOUD_LONG is the modern $PG data platform for all your applications. It enhances $PG 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, $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: + +- **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 and deleting old data with automated policies. +- **AI-focused**: build AI applications from start to scale. Get fast and accurate similarity search + with the pgvector and pgvectorscale extensions. Create vector embeddings and perform LLM reasoning on your data with + the pgai extension. +- **Hybrid applications**: get a full set of tools to develop applications that combine time-based data and AI. + +All $SERVICE_LONGs include the tooling you expect for production and developer environments: [live migration][live-migration], +[automatic backups and PITR][automatic-backups], [high availability][high-availability], [$READ_REPLICAs][readreplica], [data forking][operations-forking], [connection pooling][connection-pooling], +[usage-based storage][how-plans-work], secure in-$CONSOLE [SQL editing][in-console-editors], $SERVICE_SHORT [metrics][metrics] +and [insights][insights], [streamlined maintenance][maintain-upgrade], and much more. $CLOUD_LONG continuously monitors your $SERVICE_SHORTs and prevents common $PG out-of-memory crashes. + +[what-is-time-series]: https://www.timescale.com/blog/time-series-database-an-explainer#what-is-a-time-series-database +[create-service]: /getting-started/:currentVersion:/services/ +[live-migration]: /migrate/:currentVersion:/live-migration/ +[automatic-backups]: /use-timescale/:currentVersion:/backup-restore/ +[high-availability]: /use-timescale/:currentVersion:/ha-replicas/high-availability/ +[readreplica]: /use-timescale/:currentVersion:/ha-replicas/read-scaling/ +[operations-forking]: /use-timescale/:currentVersion:/services/service-management/#fork-a-service +[connection-pooling]: /use-timescale/:currentVersion:/services/connection-pooling +[data-tiering]: /use-timescale/:currentVersion:/data-tiering/ +[how-plans-work]: /about/:currentVersion:/pricing-and-account-management/#how-plans-work +[in-console-editors]: /getting-started/:currentVersion:/run-queries-from-console/ +[metrics]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#metrics +[insights]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#insights +[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/ + diff --git a/_partials/_create-service.md b/_partials/_create-service.md new file mode 100644 index 0000000000..68ccef9626 --- /dev/null +++ b/_partials/_create-service.md @@ -0,0 +1,24 @@ + + +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) + + To create a plain $PG $SERVICE_SHORT, without any additional capabilities, click `Looking for plain PostgreSQL?` in the top right. + +1. Follow the next steps in `Create a service` to configure the region, compute size, environment, availability, connectivity, and $SERVICE_SHORT name. Then click `Create service`. + + Your $SERVICE_SHORT is constructed and ready to use in a few seconds. + +1. Click `Download the config` and store the configuration information you need to connect to this $SERVICE_SHORT in a secure location. + + This file contains the passwords and configuration information you need to connect to your $SERVICE_SHORT using the + $CONSOLE $DATA_MODE, from the command line, or using third-party database administration tools. + +If you choose to go directly to the $SERVICE_SHORT overview, [Connect to your $SERVICE_SHORT][connect-to-your-service] +shows you how to connect. + + + +[create-service]: https://console.cloud.timescale.com/dashboard/create_services +[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service \ No newline at end of file diff --git a/_partials/_service-overview-azure.md b/_partials/_service-overview-azure.md new file mode 100644 index 0000000000..29b6055bf5 --- /dev/null +++ b/_partials/_service-overview-azure.md @@ -0,0 +1,9 @@ +You manage your $SERVICE_LONGs and interact with your data in $CONSOLE using the following modes: + +| **$OPS_MODE_CAP** | **$DATA_MODE_CAP** | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ![$CONSOLE $OPS_MODE][ops-mode] | ![$CONSOLE $DATA_MODE][data-mode] | +| **You use the $OPS_MODE to:** | **Powered by $POPSQL, you use the $DATA_MODE to:** | + +[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 diff --git a/_partials/_start-using-cloud-azure.md b/_partials/_start-using-cloud-azure.md new file mode 100644 index 0000000000..3355d7f343 --- /dev/null +++ b/_partials/_start-using-cloud-azure.md @@ -0,0 +1,11 @@ +To start using $CLOUD_LONG for your data: + +1. [Create a $ACCOUNT_LONG][create-an-account]: register to get access to $CONSOLE as a centralized point to administer and interact with your data. +1. [Create a $SERVICE_LONG][create-a-service]: that is, a $PG database instance, powered by [$TIMESCALE_DB][timescaledb], built for production, and extended with cloud features like high-availability replicas. +1. [Connect to your $SERVICE_LONG][connect-to-your-service]: to run queries, add and migrate your data from other sources. + + +[timescaledb]: https://docs.tigerdata.com/#TimescaleDB +[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service +[create-an-account]: /getting-started/:currentVersion:/services/#create-a-tiger-cloud-account +[create-a-service]: /getting-started/:currentVersion:/services/#create-a-tiger-cloud-service \ No newline at end of file diff --git a/_partials/_start-using-cloud.md b/_partials/_start-using-cloud.md new file mode 100644 index 0000000000..e68247be51 --- /dev/null +++ b/_partials/_start-using-cloud.md @@ -0,0 +1,11 @@ +To start using $CLOUD_LONG for your data: + +1. [Create a $ACCOUNT_LONG][create-an-account]: register to get access to $CONSOLE as a centralized point to administer and interact with your data. +1. [Create a $SERVICE_LONG][create-a-service]: that is, a $PG database instance, powered by [$TIMESCALE_DB][timescaledb], built for production, and extended with cloud features like transparent data tiering to object storage. +1. [Connect to your $SERVICE_LONG][connect-to-your-service]: to run queries, add and migrate your data from other sources. + + +[timescaledb]: https://docs.tigerdata.com/#TimescaleDB +[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service +[create-an-account]: /getting-started/:currentVersion:/services/#create-a-tiger-cloud-account +[create-a-service]: /getting-started/:currentVersion:/services/#create-a-tiger-cloud-service \ No newline at end of file diff --git a/getting-started/services.md b/getting-started/services.md index 14a1c2baaa..2910bedde3 100644 --- a/getting-started/services.md +++ b/getting-started/services.md @@ -6,22 +6,28 @@ content_group: Getting started --- import Install from "versionContent/_partials/_cloud-installation.mdx"; +import InstallAzure from "versionContent/_partials/_cloud-installation-azure.mdx"; import Connect from "versionContent/_partials/_cloud-connect-service.mdx"; +import CreateService from "versionContent/_partials/_create-service.mdx"; import ServiceOverview from "versionContent/_partials/_service-overview.mdx"; +import ServiceOverviewAzure from "versionContent/_partials/_service-overview-azure.mdx"; import CloudIntro from "versionContent/_partials/_cloud-intro.mdx"; +import CloudIntroAzure from "versionContent/_partials/_cloud-intro-azure.mdx"; import WhereNext from "versionContent/_partials/_where-to-next.mdx"; +import StartUsingCloud from "versionContent/_partials/_start-using-cloud.mdx"; +import StartUsingCloudAzure from "versionContent/_partials/_start-using-cloud-azure.mdx"; # Create a $SERVICE_LONG + + + + -To start using $CLOUD_LONG for your data: - -1. [Create a $ACCOUNT_LONG][create-an-account]: register to get access to $CONSOLE as a centralized point to administer and interact with your data. -1. [Create a $SERVICE_LONG][create-a-service]: that is, a $PG database instance, powered by [$TIMESCALE_DB][timescaledb], built for production, and extended with cloud features like transparent data tiering to object storage. -1. [Connect to your $SERVICE_LONG][connect-to-your-service]: to run queries, add and migrate your data from other sources. + @@ -29,27 +35,33 @@ To start using $CLOUD_LONG for your data: Now that you have an active $ACCOUNT_LONG, you create and manage your $SERVICE_SHORTs in $CONSOLE. When you create a $SERVICE_SHORT, you effectively create a blank $PG database with additional $CLOUD_LONG features available under your $PRICING_PLAN. You then add or migrate your data into this database. - + + +## Connect to your $SERVICE_SHORT + +To run queries and perform other operations, connect to your $SERVICE_SHORT: + + -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) + - To create a plain $PG $SERVICE_SHORT, without any additional capabilities, click `Looking for plain PostgreSQL?` in the top right. - -1. Follow the next steps in `Create a service` to configure the region, compute size, environment, availability, connectivity, and $SERVICE_SHORT name. Then click `Create service`. + - Your $SERVICE_SHORT is constructed and ready to use in a few seconds. + -1. Click `Download the config` and store the configuration information you need to connect to this $SERVICE_SHORT in a secure location. + - This file contains the passwords and configuration information you need to connect to your $SERVICE_SHORT using the - $CONSOLE $DATA_MODE, from the command line, or using third-party database administration tools. + -If you choose to go directly to the $SERVICE_SHORT overview, [Connect to your $SERVICE_SHORT][connect-to-your-service] -shows you how to connect. + - +## Create a $SERVICE_LONG + +Now that you have an active $ACCOUNT_LONG, you create and manage your $SERVICE_SHORTs in $CONSOLE. When you create a $SERVICE_SHORT, you effectively create a blank $PG database with additional $CLOUD_LONG features available under your $PRICING_PLAN. You then add or migrate your data into this database. + + ## Connect to your $SERVICE_SHORT @@ -59,6 +71,9 @@ To run queries and perform other operations, connect to your $SERVICE_SHORT: + + + [tsc-portal]: https://console.cloud.timescale.com/ [services-how-to]: /use-timescale/:currentVersion:/services/ From a15fe1f33c680e803c80d2245eb4ee16ac8b9be4 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Mon, 13 Oct 2025 13:07:11 +0300 Subject: [PATCH 2/3] pull from latest --- _partials/_cloud-installation-azure.md | 25 +--------------------- _partials/_cloud-intro-azure.md | 13 ++++++------ _partials/_cloud-intro.md | 29 +++++++++++++------------- _partials/_create-service.md | 4 ++-- _partials/_service-overview-azure.md | 4 ++-- 5 files changed, 26 insertions(+), 49 deletions(-) diff --git a/_partials/_cloud-installation-azure.md b/_partials/_cloud-installation-azure.md index 2963866dbd..e1ffbf86e0 100644 --- a/_partials/_cloud-installation-azure.md +++ b/_partials/_cloud-installation-azure.md @@ -2,16 +2,10 @@ 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. +To set up $CLOUD_LONG: -To set up $CLOUD_LONG: - 1. **Sign up for a 30-day free trial** Open [Sign up for $CLOUD_LONG][timescale-signup] and add your details, then click `Start your free trial`. You receive a confirmation email in your inbox. @@ -24,23 +18,6 @@ To set up $CLOUD_LONG: - - - - -To have $CLOUD_LONG as a part of your Azure infrastructure, you create a $ACCOUNT_LONG through AWS Marketplace. In this -case, $CLOUD_LONG is a line item in your Azure invoice. - - - -To set up $CLOUD_LONG via Azure: - - - - - - - [tsc-portal]: https://console.cloud.timescale.com/ [timescale-website]: https://www.timescale.com/ [aws-marketplace]: https://aws.amazon.com/marketplace diff --git a/_partials/_cloud-intro-azure.md b/_partials/_cloud-intro-azure.md index af1f542555..8ce330bd9f 100644 --- a/_partials/_cloud-intro-azure.md +++ b/_partials/_cloud-intro-azure.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 and deleting old data with automated policies. @@ -15,7 +17,7 @@ JSON handling, and extensibility through custom functions, data types, and exten - **Hybrid applications**: get a full set of tools to develop applications that combine time-based data and AI. All $SERVICE_LONGs include the tooling you expect for production and developer environments: [live migration][live-migration], -[automatic backups and PITR][automatic-backups], [high availability][high-availability], [$READ_REPLICAs][readreplica], [data forking][operations-forking], [connection pooling][connection-pooling], +[automatic backups and PITR][automatic-backups], [high availability][high-availability], [$READ_REPLICAs][readreplica], [data forking][operations-forking], [connection pooling][connection-pooling], [usage-based storage][how-plans-work], secure in-$CONSOLE [SQL editing][in-console-editors], $SERVICE_SHORT [metrics][metrics] and [insights][insights], [streamlined maintenance][maintain-upgrade], and much more. $CLOUD_LONG continuously monitors your $SERVICE_SHORTs and prevents common $PG out-of-memory crashes. @@ -32,5 +34,4 @@ and [insights][insights], [streamlined maintenance][maintain-upgrade],  [in-console-editors]: /getting-started/:currentVersion:/run-queries-from-console/ [metrics]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#metrics [insights]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#insights -[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/ - +[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/ \ No newline at end of file diff --git a/_partials/_cloud-intro.md b/_partials/_cloud-intro.md index 8e0016d1c2..260d6f860e 100644 --- a/_partials/_cloud-intro.md +++ b/_partials/_cloud-intro.md @@ -1,24 +1,24 @@ -$CLOUD_LONG is the modern $PG data platform for all your applications. It enhances $PG to handle time series, events, +$CLOUD_LONG is the modern $PG data platform for all your applications. It enhances $PG 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, $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 $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 +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. -- **AI-focused**: build AI applications from start to scale. Get fast and accurate similarity search - with the pgvector and pgvectorscale extensions. Create vector embeddings and perform LLM reasoning on your data with - the pgai extension. +- **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. +- **AI-focused**: build AI applications from start to scale. Get fast and accurate similarity search + with the pgvector and pgvectorscale extensions. Create vector embeddings and perform LLM reasoning on your data with + the pgai extension. - **Hybrid applications**: get a full set of tools to develop applications that combine time-based data and AI. -All $SERVICE_LONGs include the tooling you expect for production and developer environments: [live migration][live-migration], -[automatic backups and PITR][automatic-backups], [high availability][high-availability], [$READ_REPLICAs][readreplica], [data forking][operations-forking], [connection pooling][connection-pooling], [tiered storage][data-tiering], -[usage-based storage][how-plans-work], secure in-$CONSOLE [SQL editing][in-console-editors], $SERVICE_SHORT [metrics][metrics] +All $SERVICE_LONGs include the tooling you expect for production and developer environments: [live migration][live-migration], +[automatic backups and PITR][automatic-backups], [high availability][high-availability], [$READ_REPLICAs][readreplica], [data forking][operations-forking], [connection pooling][connection-pooling], [tiered storage][data-tiering], +[usage-based storage][how-plans-work], secure in-$CONSOLE [SQL editing][in-console-editors], $SERVICE_SHORT [metrics][metrics] and [insights][insights], [streamlined maintenance][maintain-upgrade], and much more. $CLOUD_LONG continuously monitors your $SERVICE_SHORTs and prevents common $PG out-of-memory crashes. [what-is-time-series]: https://www.timescale.com/blog/time-series-database-an-explainer#what-is-a-time-series-database @@ -34,5 +34,4 @@ and [insights][insights], [streamlined maintenance][maintain-upgrade],  [in-console-editors]: /getting-started/:currentVersion:/run-queries-from-console/ [metrics]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#metrics [insights]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#insights -[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/ - +[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/ \ No newline at end of file diff --git a/_partials/_create-service.md b/_partials/_create-service.md index 68ccef9626..5b5d635b4c 100644 --- a/_partials/_create-service.md +++ b/_partials/_create-service.md @@ -2,11 +2,11 @@ 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. -1. Follow the next steps in `Create a service` to configure the region, compute size, environment, availability, connectivity, and $SERVICE_SHORT name. Then click `Create service`. +1. Follow the next steps in `Create a service` to configure the cloud, region, compute size, environment, availability, connectivity, and $SERVICE_SHORT name. Then click `Create service`. Your $SERVICE_SHORT is constructed and ready to use in a few seconds. diff --git a/_partials/_service-overview-azure.md b/_partials/_service-overview-azure.md index 29b6055bf5..67872b3756 100644 --- a/_partials/_service-overview-azure.md +++ b/_partials/_service-overview-azure.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:** | **Powered by $POPSQL, you use the $DATA_MODE to:** | -[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 From 543219521a97cc0d389ee29531a772b47a2474c2 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Wed, 22 Oct 2025 13:25:12 +0300 Subject: [PATCH 3/3] resolve conflicts --- _partials/_cloud-installation-azure.md | 18 +------ _partials/_cloud-installation.md | 20 +------ _partials/_create-account-console.md | 21 ++++++++ _partials/_create-service.md | 13 ++--- _partials/_service-overview-azure.md | 4 +- _partials/_services-intro-azure.mdx | 53 +++++++++++++++++++ _partials/_services-intro.md | 2 +- getting-started/get-started-devops-as-code.md | 1 + getting-started/services.md | 31 +++++++---- 9 files changed, 107 insertions(+), 56 deletions(-) create mode 100644 _partials/_create-account-console.md create mode 100644 _partials/_services-intro-azure.mdx diff --git a/_partials/_cloud-installation-azure.md b/_partials/_cloud-installation-azure.md index e1ffbf86e0..97735ee952 100644 --- a/_partials/_cloud-installation-azure.md +++ b/_partials/_cloud-installation-azure.md @@ -1,22 +1,8 @@ -## Create a $ACCOUNT_LONG +import CreateAccountConsole from "versionContent/_partials/_create-account-console.mdx"; 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. -To set up $CLOUD_LONG: - - - -1. **Sign up for a 30-day free trial** - - Open [Sign up for $CLOUD_LONG][timescale-signup] and add your details, then click `Start your free trial`. You receive a confirmation email in your inbox. - -1. **In the confirmation email, click the link supplied and sign in to [$CONSOLE][tsc-portal]** - -1. **Answer the requirements questions** - - Your answers help us optimize $SERVICE_LONGs for your use cases. - - + [tsc-portal]: https://console.cloud.timescale.com/ [timescale-website]: https://www.timescale.com/ diff --git a/_partials/_cloud-installation.md b/_partials/_cloud-installation.md index 544a1046ee..53501ef3b3 100644 --- a/_partials/_cloud-installation.md +++ b/_partials/_cloud-installation.md @@ -1,4 +1,4 @@ -## Create a $ACCOUNT_LONG +import CreateAccountConsole from "versionContent/_partials/_create-account-console.mdx"; 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. @@ -8,23 +8,7 @@ You create a $ACCOUNT_LONG to manage your $SERVICE_SHORTs and data in a centrali You create a standalone account to manage $CLOUD_LONG as a separate unit in your infrastructure, which includes separate billing and invoicing. - - -To set up $CLOUD_LONG: - -1. **Sign up for a 30-day free trial** - - Open [Sign up for $CLOUD_LONG][timescale-signup] and add your details, then click `Start your free trial`. You receive a confirmation email in your inbox. - -1. **Confirm your email address** - - In the confirmation email, click the link supplied. - -1. **Select the [pricing plan][pricing-plans]** - - You are now logged into $CONSOLE_LONG. You can change the pricing plan to better accommodate your growing needs on the [`Billing` page][console-billing]. - - + diff --git a/_partials/_create-account-console.md b/_partials/_create-account-console.md new file mode 100644 index 0000000000..dba9a9af19 --- /dev/null +++ b/_partials/_create-account-console.md @@ -0,0 +1,21 @@ + + +To set up $CLOUD_LONG: + +1. **Sign up for a 30-day free trial** + + Open [Sign up for $CLOUD_LONG][timescale-signup] and add your details, then click `Start your free trial`. You receive a confirmation email in your inbox. + +1. **Confirm your email address** + + In the confirmation email, click the link supplied. + +1. **Select the [pricing plan][pricing-plans]** + + You are now logged into $CONSOLE_LONG. You can change the pricing plan to better accommodate your growing needs on the [`Billing` page][console-billing]. + + + +[timescale-signup]: https://console.cloud.timescale.com/signup +[console-billing]: https://console.cloud.timescale.com/dashboard/billing/plans +[pricing-plans]: /about/:currentVersion:/pricing-and-account-management/ \ No newline at end of file diff --git a/_partials/_create-service.md b/_partials/_create-service.md index 5b5d635b4c..8300da8278 100644 --- a/_partials/_create-service.md +++ b/_partials/_create-service.md @@ -1,12 +1,10 @@ -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`. +3. In the [$SERVICE_SHORT creation page][create-service], click `+ New service`. - ![Create a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/create-tiger-service.png) + Follow the wizard to configure your $SERVICE_SHORT depending on its type. - To create a plain $PG $SERVICE_SHORT, without any additional capabilities, click `Looking for plain PostgreSQL?` in the top right. - -1. Follow the next steps in `Create a service` to configure the cloud, region, compute size, environment, availability, connectivity, and $SERVICE_SHORT name. Then click `Create service`. +1. Click `Create service`. Your $SERVICE_SHORT is constructed and ready to use in a few seconds. @@ -15,10 +13,7 @@ This file contains the passwords and configuration information you need to connect to your $SERVICE_SHORT using the $CONSOLE $DATA_MODE, from the command line, or using third-party database administration tools. -If you choose to go directly to the $SERVICE_SHORT overview, [Connect to your $SERVICE_SHORT][connect-to-your-service] -shows you how to connect. - - + [create-service]: https://console.cloud.timescale.com/dashboard/create_services [connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service \ No newline at end of file diff --git a/_partials/_service-overview-azure.md b/_partials/_service-overview-azure.md index 67872b3756..8c4235ab27 100644 --- a/_partials/_service-overview-azure.md +++ b/_partials/_service-overview-azure.md @@ -1,9 +1,11 @@ +import NotAvailableFreePlan from "versionContent/_partials/_not-available-in-free-plan.mdx"; + You manage your $SERVICE_LONGs and interact with your data in $CONSOLE using the following modes: | **$OPS_MODE_CAP** | **$DATA_MODE_CAP** | |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ![$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
  • Enable $PG extensions to add extra functionality
  • 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
| +| **You use the $OPS_MODE to:**
  • Ensure data security with high availability and $READ_REPLICAs
  • Save money with columnstore compression
  • Enable $PG extensions to add extra functionality
  • 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-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/_services-intro-azure.mdx b/_partials/_services-intro-azure.mdx new file mode 100644 index 0000000000..8dff84aaff --- /dev/null +++ b/_partials/_services-intro-azure.mdx @@ -0,0 +1,53 @@ +import FreeBeta from "versionContent/_partials/_free-plan-beta.mdx"; + +A $SERVICE_LONG is a single optimized $PG instance extended with innovations in the database engine and cloud +infrastructure to deliver speed without sacrifice. A $SERVICE_LONG is 10-1000x faster at scale! It +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. + +Each $SERVICE_SHORT is associated with a project in $CLOUD_LONG. Each project can have multiple $SERVICE_SHORTs. Each user is a [member of one or more projects][rbac]. + +You create free and standard $SERVICE_SHORTs in $CONSOLE_LONG, depending on your [$PRICING_PLAN][pricing-plans]. A free $SERVICE_SHORT comes at zero cost and gives you limited resources to get to know $CLOUD_LONG. Once you are ready to try out more advanced features, you can switch to a paid plan and convert your free $SERVICE_SHORT to a standard one. + +![$CLOUD_LONG pricing plans](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-pricing.svg) + + + +To the $PG you know and love, $CLOUD_LONG adds the following capabilities: + +- **Standard $SERVICE_SHORTs**: + + - _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 and deleting old data with automated policies. + - _AI-focused_: build AI applications from start to scale. Get fast and accurate similarity search + with the pgvector and pgvectorscale extensions. + - _Hybrid applications_: get a full set of tools to develop applications that combine time-based data and AI. + + All standard $SERVICE_LONGs include the tooling you expect for production and developer environments: [live migration][live-migration], + [automatic backups and PITR][automatic-backups], [high availability][high-availability], [$READ_REPLICAs][readreplica], [data forking][operations-forking], [connection pooling][connection-pooling], + [usage-based storage][how-plans-work], secure in-$CONSOLE [SQL editing][in-console-editors], $SERVICE_SHORT [metrics][metrics] + and [insights][insights], [streamlined maintenance][maintain-upgrade], and much more. $CLOUD_LONG continuously monitors your $SERVICE_SHORTs and prevents common $PG out-of-memory crashes. + +- **Free $SERVICE_SHORTs**: + + _$PG with $TIMESCALE_DB and vector extensions_ + + Free $SERVICE_SHORTs offer limited resources and a basic feature scope, perfect to get to know $CLOUD_LONG in a development environment. + +[what-is-time-series]: https://www.timescale.com/blog/time-series-database-an-explainer#what-is-a-time-series-database +[create-service]: /getting-started/:currentVersion:/services/ +[live-migration]: /migrate/:currentVersion:/live-migration/ +[automatic-backups]: /use-timescale/:currentVersion:/backup-restore/ +[high-availability]: /use-timescale/:currentVersion:/ha-replicas/high-availability/ +[readreplica]: /use-timescale/:currentVersion:/ha-replicas/read-scaling/ +[operations-forking]: /use-timescale/:currentVersion:/services/service-management/#fork-a-service +[connection-pooling]: /use-timescale/:currentVersion:/services/connection-pooling +[data-tiering]: /use-timescale/:currentVersion:/data-tiering/ +[how-plans-work]: /about/:currentVersion:/pricing-and-account-management/#how-plans-work +[in-console-editors]: /getting-started/:currentVersion:/run-queries-from-console/ +[metrics]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#metrics +[insights]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#insights +[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/ +[pricing-plans]: /about/:currentVersion:/pricing-and-account-management/ +[rbac]: /use-timescale/:currentVersion:/security/members/ \ No newline at end of file diff --git a/_partials/_services-intro.md b/_partials/_services-intro.md index bd5bf1f292..f7e5fbd5a4 100644 --- a/_partials/_services-intro.md +++ b/_partials/_services-intro.md @@ -1,6 +1,6 @@ import FreeBeta from "versionContent/_partials/_free-plan-beta.mdx"; -A $SERVICE_LONG is a single optimised $PG instance extended with innovations in the database engine and cloud +A $SERVICE_LONG is a single optimized $PG instance extended with innovations in the database engine and cloud infrastructure to deliver speed without sacrifice. A $SERVICE_LONG is 10-1000x faster at scale! It 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 diff --git a/getting-started/get-started-devops-as-code.md b/getting-started/get-started-devops-as-code.md index 27bac9b31a..fc2a56d2fe 100644 --- a/getting-started/get-started-devops-as-code.md +++ b/getting-started/get-started-devops-as-code.md @@ -11,6 +11,7 @@ tags: - security - services - authentication +products: [cloud] --- import RESTGS from "versionContent/_partials/_devops-rest-api-get-started.mdx"; diff --git a/getting-started/services.md b/getting-started/services.md index 64561d19e6..1f1c8ce2ae 100644 --- a/getting-started/services.md +++ b/getting-started/services.md @@ -5,17 +5,18 @@ products: [cloud] content_group: Getting started --- -import Install from "versionContent/_partials/_cloud-installation.mdx"; -import InstallAzure from "versionContent/_partials/_cloud-installation-azure.mdx"; -import Connect from "versionContent/_partials/_cloud-connect-service.mdx"; +import CloudIntro from "versionContent/_partials/_cloud-intro.mdx"; import ServiceIntro from "versionContent/_partials/_services-intro.mdx"; -import CreateService from "versionContent/_partials/_create-service.mdx"; import ServiceOverview from "versionContent/_partials/_service-overview.mdx"; -import ServiceOverviewAzure from "versionContent/_partials/_service-overview-azure.mdx"; -import CloudIntro from "versionContent/_partials/_cloud-intro.mdx"; -import CloudIntroAzure from "versionContent/_partials/_cloud-intro-azure.mdx"; -import WhereNext from "versionContent/_partials/_where-to-next.mdx"; import StartUsingCloud from "versionContent/_partials/_start-using-cloud.mdx"; +import Install from "versionContent/_partials/_cloud-installation.mdx"; +import CreateService from "versionContent/_partials/_create-service.mdx"; +import Connect from "versionContent/_partials/_cloud-connect-service.mdx"; +import WhereNext from "versionContent/_partials/_where-to-next.mdx"; + +import InstallAzure from "versionContent/_partials/_cloud-installation-azure.mdx"; +import ServiceIntroAzure from "versionContent/_partials/_services-intro-azure.mdx"; +import ServiceOverviewAzure from "versionContent/_partials/_service-overview-azure.mdx"; import StartUsingCloudAzure from "versionContent/_partials/_start-using-cloud-azure.mdx"; # Create a $SERVICE_LONG @@ -34,9 +35,11 @@ import StartUsingCloudAzure from "versionContent/_partials/_start-using-cloud-az +## Create a $ACCOUNT_LONG + -## Create a $SERVICE_LONG +## Create a $SERVICE_SHORT Now that you have an active $ACCOUNT_LONG, you create and manage your $SERVICE_SHORTs in $CONSOLE. When you create a $SERVICE_SHORT, you effectively create a blank $PG database with additional $CLOUD_LONG features available under your $PRICING_PLAN. You then add or migrate your data into this database. @@ -54,15 +57,21 @@ To run queries and perform other operations, connect to your $SERVICE_SHORT: - + + +## What is a $SERVICE_LONG? + + +## Create a $ACCOUNT_LONG + -## Create a $SERVICE_LONG +## Create a $SERVICE_SHORT Now that you have an active $ACCOUNT_LONG, you create and manage your $SERVICE_SHORTs in $CONSOLE. When you create a $SERVICE_SHORT, you effectively create a blank $PG database with additional $CLOUD_LONG features available under your $PRICING_PLAN. You then add or migrate your data into this database.