Skip to content

Commit 1bf3a2b

Browse files
authored
Add tabs to Create a service doc (#4466)
1 parent 18ba2bf commit 1bf3a2b

12 files changed

+224
-40
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import CreateAccountConsole from "versionContent/_partials/_create-account-console.mdx";
2+
3+
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.
4+
5+
<CreateAccountConsole />
6+
7+
[tsc-portal]: https://console.cloud.timescale.com/
8+
[timescale-website]: https://www.timescale.com/
9+
[aws-marketplace]: https://aws.amazon.com/marketplace
10+
[aws-paygo]: https://aws.amazon.com/marketplace/pp/prodview-iestawpo5ihca?applicationId=AWSMPContessa&ref_=beagle&sr=0-1
11+
[aws-annual-commit]: https://aws.amazon.com/marketplace/pp/prodview-ezxwlmjyr6x4u?applicationId=AWSMPContessa&ref_=beagle&sr=0-2
12+
[timescale-signup]: https://console.cloud.timescale.com/signup

_partials/_cloud-installation.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Create a $ACCOUNT_LONG
1+
import CreateAccountConsole from "versionContent/_partials/_create-account-console.mdx";
22

33
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.
44

@@ -8,23 +8,7 @@ You create a $ACCOUNT_LONG to manage your $SERVICE_SHORTs and data in a centrali
88

99
You create a standalone account to manage $CLOUD_LONG as a separate unit in your infrastructure, which includes separate billing and invoicing.
1010

11-
<Procedure>
12-
13-
To set up $CLOUD_LONG:
14-
15-
1. **Sign up for a 30-day free trial**
16-
17-
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.
18-
19-
1. **Confirm your email address**
20-
21-
In the confirmation email, click the link supplied.
22-
23-
1. **Select the [pricing plan][pricing-plans]**
24-
25-
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].
26-
27-
</Procedure>
11+
<CreateAccountConsole />
2812

2913
</Tab>
3014

_partials/_cloud-intro-azure.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
$CLOUD_LONG is the modern $PG data platform for all your applications. It enhances $PG to handle time series, events,
2+
real-time analytics, and vector search—all in a single database alongside transactional workloads.
3+
4+
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.
5+
6+
A $SERVICE_LONG is a single optimised $PG instance extended with innovations in the database engine and cloud
7+
infrastructure to deliver speed without compromise. A $SERVICE_LONG instance is 10-1000x faster at scale! A $SERVICE_SHORT
8+
is ideal for applications requiring strong data consistency, complex relationships, and advanced querying capabilities.
9+
Get ACID compliance, extensive SQL support, JSON handling, and extensibility through custom functions, data types, and
10+
extensions. To the $PG you know and love, $CLOUD_LONG adds the following capabilities:
11+
12+
- **Real-time analytics**: store and query [time-series data][what-is-time-series] at scale for
13+
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.
14+
- **AI-focused**: build AI applications from start to scale. Get fast and accurate similarity search
15+
with the pgvector and pgvectorscale extensions. Create vector embeddings and perform LLM reasoning on your data with
16+
the pgai extension.
17+
- **Hybrid applications**: get a full set of tools to develop applications that combine time-based data and AI.
18+
19+
All $SERVICE_LONGs include the tooling you expect for production and developer environments: [live migration][live-migration],
20+
[automatic backups and PITR][automatic-backups], [high availability][high-availability], [$READ_REPLICAs][readreplica], [data forking][operations-forking], [connection pooling][connection-pooling],
21+
[usage-based storage][how-plans-work], secure in-$CONSOLE [SQL editing][in-console-editors], $SERVICE_SHORT [metrics][metrics]
22+
and [insights][insights],&nbsp;[streamlined maintenance][maintain-upgrade],&nbsp;and much more. $CLOUD_LONG continuously monitors your $SERVICE_SHORTs and prevents common $PG out-of-memory crashes.
23+
24+
[what-is-time-series]: https://www.timescale.com/blog/time-series-database-an-explainer#what-is-a-time-series-database
25+
[create-service]: /getting-started/:currentVersion:/services/
26+
[live-migration]: /migrate/:currentVersion:/live-migration/
27+
[automatic-backups]: /use-timescale/:currentVersion:/backup-restore/
28+
[high-availability]: /use-timescale/:currentVersion:/ha-replicas/high-availability/
29+
[readreplica]: /use-timescale/:currentVersion:/ha-replicas/read-scaling/
30+
[operations-forking]: /use-timescale/:currentVersion:/services/service-management/#fork-a-service
31+
[connection-pooling]: /use-timescale/:currentVersion:/services/connection-pooling
32+
[data-tiering]: /use-timescale/:currentVersion:/data-tiering/
33+
[how-plans-work]: /about/:currentVersion:/pricing-and-account-management/#how-plans-work
34+
[in-console-editors]: /getting-started/:currentVersion:/run-queries-from-console/
35+
[metrics]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#metrics
36+
[insights]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#insights
37+
[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<Procedure>
2+
3+
To set up $CLOUD_LONG:
4+
5+
1. **Sign up for a 30-day free trial**
6+
7+
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.
8+
9+
1. **Confirm your email address**
10+
11+
In the confirmation email, click the link supplied.
12+
13+
1. **Select the [pricing plan][pricing-plans]**
14+
15+
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].
16+
17+
</Procedure>
18+
19+
[timescale-signup]: https://console.cloud.timescale.com/signup
20+
[console-billing]: https://console.cloud.timescale.com/dashboard/billing/plans
21+
[pricing-plans]: /about/:currentVersion:/pricing-and-account-management/

_partials/_create-service.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<Procedure>
2+
3+
3. In the [$SERVICE_SHORT creation page][create-service], click `+ New service`.
4+
5+
Follow the wizard to configure your $SERVICE_SHORT depending on its type.
6+
7+
1. Click `Create service`.
8+
9+
Your $SERVICE_SHORT is constructed and ready to use in a few seconds.
10+
11+
1. Click `Download the config` and store the configuration information you need to connect to this $SERVICE_SHORT in a secure location.
12+
13+
This file contains the passwords and configuration information you need to connect to your $SERVICE_SHORT using the
14+
$CONSOLE $DATA_MODE, from the command line, or using third-party database administration tools.
15+
16+
</Procedure>
17+
18+
[create-service]: https://console.cloud.timescale.com/dashboard/create_services
19+
[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import NotAvailableFreePlan from "versionContent/_partials/_not-available-in-free-plan.mdx";
2+
3+
You manage your $SERVICE_LONGs and interact with your data in $CONSOLE using the following modes:
4+
5+
| **$OPS_MODE_CAP** | **$DATA_MODE_CAP** |
6+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7+
| ![$CONSOLE $OPS_MODE][ops-mode] | ![$CONSOLE $DATA_MODE][data-mode] |
8+
| **You use the $OPS_MODE to:** <ul> <li>Ensure data security with high availability and $READ_REPLICAs</li> <li>Save money with columnstore compression</li> <li>Enable $PG extensions to add extra functionality</li> <li>Perform day-to-day administration</li> </ul> | **Powered by $POPSQL, you use the $DATA_MODE to:** <ul> <li>Write queries with autocomplete</li> <li>Visualize data with charts and dashboards</li> <li>Schedule queries and dashboards for alerts or recurring reports</li> <li>Share queries and dashboards</li> <li>Interact with your data on auto-pilot with SQL assistant</li></ul><NotAvailableFreePlan /> |
9+
10+
[ops-mode]: https://assets.timescale.com/docs/images/tiger-cloud-console/ops-mode-overview-tiger-console.png
11+
[data-mode]: https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-data-mode.png
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
import FreeBeta from "versionContent/_partials/_free-plan-beta.mdx";
2+
3+
A $SERVICE_LONG is a single optimized $PG instance extended with innovations in the database engine and cloud
4+
infrastructure to deliver speed without sacrifice. A $SERVICE_LONG is 10-1000x faster at scale! It
5+
is ideal for applications requiring strong data consistency, complex relationships, and advanced querying capabilities.
6+
Get ACID compliance, extensive SQL support, JSON handling, and extensibility through custom functions, data types, and
7+
extensions.
8+
9+
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].
10+
11+
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.
12+
13+
![$CLOUD_LONG pricing plans](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-pricing.svg)
14+
15+
<FreeBeta />
16+
17+
To the $PG you know and love, $CLOUD_LONG adds the following capabilities:
18+
19+
- **Standard $SERVICE_SHORTs**:
20+
21+
- _Real-time analytics_: store and query [time-series data][what-is-time-series] at scale for
22+
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.
23+
- _AI-focused_: build AI applications from start to scale. Get fast and accurate similarity search
24+
with the pgvector and pgvectorscale extensions.
25+
- _Hybrid applications_: get a full set of tools to develop applications that combine time-based data and AI.
26+
27+
All standard $SERVICE_LONGs include the tooling you expect for production and developer environments: [live migration][live-migration],
28+
[automatic backups and PITR][automatic-backups], [high availability][high-availability], [$READ_REPLICAs][readreplica], [data forking][operations-forking], [connection pooling][connection-pooling],
29+
[usage-based storage][how-plans-work], secure in-$CONSOLE [SQL editing][in-console-editors], $SERVICE_SHORT [metrics][metrics]
30+
and [insights][insights],&nbsp;[streamlined maintenance][maintain-upgrade],&nbsp;and much more. $CLOUD_LONG continuously monitors your $SERVICE_SHORTs and prevents common $PG out-of-memory crashes.
31+
32+
- **Free $SERVICE_SHORTs**:
33+
34+
_$PG with $TIMESCALE_DB and vector extensions_
35+
36+
Free $SERVICE_SHORTs offer limited resources and a basic feature scope, perfect to get to know $CLOUD_LONG in a development environment.
37+
38+
[what-is-time-series]: https://www.timescale.com/blog/time-series-database-an-explainer#what-is-a-time-series-database
39+
[create-service]: /getting-started/:currentVersion:/services/
40+
[live-migration]: /migrate/:currentVersion:/live-migration/
41+
[automatic-backups]: /use-timescale/:currentVersion:/backup-restore/
42+
[high-availability]: /use-timescale/:currentVersion:/ha-replicas/high-availability/
43+
[readreplica]: /use-timescale/:currentVersion:/ha-replicas/read-scaling/
44+
[operations-forking]: /use-timescale/:currentVersion:/services/service-management/#fork-a-service
45+
[connection-pooling]: /use-timescale/:currentVersion:/services/connection-pooling
46+
[data-tiering]: /use-timescale/:currentVersion:/data-tiering/
47+
[how-plans-work]: /about/:currentVersion:/pricing-and-account-management/#how-plans-work
48+
[in-console-editors]: /getting-started/:currentVersion:/run-queries-from-console/
49+
[metrics]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#metrics
50+
[insights]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#insights
51+
[maintain-upgrade]: /use-timescale/:currentVersion:/upgrades/
52+
[pricing-plans]: /about/:currentVersion:/pricing-and-account-management/
53+
[rbac]: /use-timescale/:currentVersion:/security/members/

_partials/_services-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import FreeBeta from "versionContent/_partials/_free-plan-beta.mdx";
22

3-
A $SERVICE_LONG is a single optimised $PG instance extended with innovations in the database engine and cloud
3+
A $SERVICE_LONG is a single optimized $PG instance extended with innovations in the database engine and cloud
44
infrastructure to deliver speed without sacrifice. A $SERVICE_LONG is 10-1000x faster at scale! It
55
is ideal for applications requiring strong data consistency, complex relationships, and advanced querying capabilities.
66
Get ACID compliance, extensive SQL support, JSON handling, and extensibility through custom functions, data types, and
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
To start using $CLOUD_LONG for your data:
2+
3+
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.
4+
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.
5+
1. [Connect to your $SERVICE_LONG][connect-to-your-service]: to run queries, add and migrate your data from other sources.
6+
7+
8+
[timescaledb]: https://docs.tigerdata.com/#TimescaleDB
9+
[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service
10+
[create-an-account]: /getting-started/:currentVersion:/services/#create-a-tiger-cloud-account
11+
[create-a-service]: /getting-started/:currentVersion:/services/#create-a-tiger-cloud-service

_partials/_start-using-cloud.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
To start using $CLOUD_LONG for your data:
2+
3+
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.
4+
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.
5+
1. [Connect to your $SERVICE_LONG][connect-to-your-service]: to run queries, add and migrate your data from other sources.
6+
7+
8+
[timescaledb]: https://docs.tigerdata.com/#TimescaleDB
9+
[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service
10+
[create-an-account]: /getting-started/:currentVersion:/services/#create-a-tiger-cloud-account
11+
[create-a-service]: /getting-started/:currentVersion:/services/#create-a-tiger-cloud-service

0 commit comments

Comments
 (0)