Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated screenshot and description for new service creation #3467

Draft
wants to merge 4 commits into
base: latest
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _partials/_cloud-intro.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Timescale Cloud is a cloud-based PostgreSQL platform for resource-intensive workloads. We help you build faster,
scale further, and stay under budget. Timescale Cloud offers the following PostgreSQL optimized database services:

- **[Time-series and Analytics][create-service]**: a Timescale DB instance optimized for your
- **[Time-series][create-service]**: a Timescale DB instance optimized for your
[time-series and analytics][what-is-time-series] workloads. Get automated dynamic data partitioning, hybrid
row-columnar storage, advanced compression techniques, incremental up-to-date materializations, and specialized
analysis functions as well as cloud-only features like transparent tiering and low-cost object storage.
- **[Dynamic PostgreSQL][create-service]**: for all other workloads. A PostgreSQL instance with a
- **[General-purpose PostgreSQL][create-service]**: for all other workloads. A PostgreSQL instance with a
[dynamic compute range][what-is-dynamic-postgres] aligned to your business needs. You select a compute range, only
paying for the base and the amount of extra CPU as you scale.

Expand Down
27 changes: 10 additions & 17 deletions getting-started/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@ You use Timescale Console to create and manage `Ops` for your Timescale Cloud se

![Timescle Console overview](https://assets.timescale.com/docs/images/console-overview.png)

Each service is a single 100% PostgreSQL database with [usage-based storage][how-plans-work].

Timescale Cloud offers the following PostgreSQL optimized database services:

- **Time-series and Analytics**: a Timescale DB instance optimized for your
[time-series and analytics][what-is-time-series] workloads.
- **Dynamic PostgreSQL**: for all other workloads. A PostgreSQL instance with a
[dynamic compute range][what-is-dynamic-postgres] aligned to your business needs.

Each service is a single 100% PostgreSQL database with [usage-based storage][how-plans-work] and basic relational capabilities.
This section shows you how to create a service, then connect to it using either a secure Cloud SQL
editor in Timescale Console, or command line tools.

Expand All @@ -37,23 +29,24 @@ editor in Timescale Console, or command line tools.

Now that you have an active Timescale account, you create and manage your services in Timescale Console:

1. In the [service creation page][create-service], choose **Time Series and Analytics**.
![Create Timescale Cloud service](https://assets.timescale.com/docs/images/console-create-service.png)
1. In the [service creation page][create-service], choose the general-purpose PostgreSQL service or enable additional capabilities. See more about these capabilities [here][docs-home-page].

![Create Timescale Cloud service](https://assets.timescale.com/docs/images/create-timescale-service.png)

1. In **Create a service**, configure your service, then click **Create service**.
1. Follow the next steps in **Create a service** to configure the compute size, environment, availability, region, and service name. Then click **Create service**.

Your service is constructed immediately and is ready to use.

1. Click **Download the config** and store the configuration information you need to connect to this service in a
secure location.

This file contains the passwords and configuration information you need to connect to your service using the
Timescale Console Cloud SQL editors, from the command line, or using third party database administration tools.
Timescale Console Cloud SQL editors, from the command line, or using third-party database administration tools.

1. Follow the service creation wizard.
1. Follow the rest of the service creation wizard.

If you choose to go directly to the service overview, [Check your service and connect to it][connect-to-your-service]
shows you how to connect.
If you choose to go directly to the service overview, [Check your service and connect to it][connect-to-your-service]
shows you how to connect.

</Procedure>

Expand All @@ -73,5 +66,5 @@ And that is it, you are up and running. Enjoy developing with Timescale.
[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service
[create-service]: https://console.cloud.timescale.com/dashboard/create_services
[what-is-time-series]: https://www.timescale.com/blog/what-is-a-time-series-database/#what-is-a-time-series-database
[what-is-dynamic-postgres]: https://www.timescale.com/dynamic-postgresql
[how-plans-work]: /about/:currentVersion:/pricing-and-account-management/#how-plans-work
[docs-home-page]: https://docs.timescale.com/
4 changes: 2 additions & 2 deletions use-timescale/data-tiering/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags: [storage, data management]

Tiered storage is Timescale's [hierarchical storage management architecture](https://en.wikipedia.org/wiki/Hierarchical_storage_management).
Engineered for infinite low-cost scalability, tiered storage is available for the
[Time series and analytics](https://www.timescale.com/products) instances you create in
[Time series](https://www.timescale.com/products) instances you create in
[Timescale](https://console.cloud.timescale.com/).

Tiered storage consists of the:
Expand Down Expand Up @@ -42,7 +42,7 @@ solutions to offload data to secondary storage and fetch it back in when needed.
we do the work for you.

<Highlight type="info">
Tiered storage is only available for the [Time series and analytics](https://www.timescale.com/products)
Tiered storage is only available for the [Time series](https://www.timescale.com/products)
instances you create in [Timescale](https://console.cloud.timescale.com/).
Tiered storage **DOES NOT** work on Self-hosted TimescaleDB or Managed Service for TimescaleDB.
</Highlight>
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/metrics-logging/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cloud_ui:

# Integrate Timescale Cloud Services with third-party monitoring tools

You can export telemetry data from your Timescale Cloud _Time Series and Analytics_ services to third-party
You can export telemetry data from your Timescale Cloud _Time Series_ services to third-party
monitoring tools such as [Datadog][datadog] or [AWS CloudWatch][cloudwatch]. Available metrics include
CPU usage, RAM usage, and storage. Third-party monitoring is available for [Scale or Enterprise][pricing-plan-features]
Timescale Projects.
Expand Down
4 changes: 2 additions & 2 deletions use-timescale/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import CloudIntro from "versionContent/_partials/_cloud-intro.mdx";

Read about Timescale features in the documentation:

* Determine if you want a time-series or [Dynamic PostgreSQL][dynamic-pg] database
* Determine if you want a [general-purpose][dynamic-pg] database or one with additional capabilities.
* Create your first [hypertable][hypertable-info].
* Run your first query using [time_bucket()][time-bucket-info].
* Trying more advanced time-series functions, starting with
* Try more advanced time-series functions, starting with
[gap filling][gap-filling-info] or [real-time aggregates][aggregates-info].

## Keep testing during your free trial
Expand Down
Loading