diff --git a/_partials/_cloud-installation-azure.md b/_partials/_cloud-installation-azure.md new file mode 100644 index 0000000000..97735ee952 --- /dev/null +++ b/_partials/_cloud-installation-azure.md @@ -0,0 +1,12 @@ +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. + + + +[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-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/_cloud-intro-azure.md b/_partials/_cloud-intro-azure.md new file mode 100644 index 0000000000..8ce330bd9f --- /dev/null +++ b/_partials/_cloud-intro-azure.md @@ -0,0 +1,37 @@ +$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 +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. +- **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/ \ No newline at end of file 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 new file mode 100644 index 0000000000..8300da8278 --- /dev/null +++ b/_partials/_create-service.md @@ -0,0 +1,19 @@ + + +3. In the [$SERVICE_SHORT creation page][create-service], click `+ New service`. + + Follow the wizard to configure your $SERVICE_SHORT depending on its type. + +1. 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. + + + +[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..8c4235ab27 --- /dev/null +++ b/_partials/_service-overview-azure.md @@ -0,0 +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:** | **Powered by $POPSQL, you use the $DATA_MODE to:** | + +[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/_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/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 c3e93a5f57..1f1c8ce2ae 100644 --- a/getting-started/services.md +++ b/getting-started/services.md @@ -5,15 +5,26 @@ products: [cloud] content_group: Getting started --- -import Install from "versionContent/_partials/_cloud-installation.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 ServiceOverview from "versionContent/_partials/_service-overview.mdx"; -import CloudIntro from "versionContent/_partials/_cloud-intro.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 + + + + ## What is a $SERVICE_LONG? @@ -22,39 +33,49 @@ import WhereNext from "versionContent/_partials/_where-to-next.mdx"; -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. +## 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. -To create a free or standard $SERVICE_SHORT: + + +## 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], click `+ New service`. + + +## What is a $SERVICE_LONG? - Follow the wizard to configure your $SERVICE_SHORT depending on its type. - -1. 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. +## Create a $ACCOUNT_LONG -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_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. + + ## Connect to your $SERVICE_SHORT @@ -64,6 +85,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/