Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 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
14 changes: 7 additions & 7 deletions _partials/_cloud-connect-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ import NotAvailableFreePlan from "versionContent/_partials/_not-available-in-fre

1. **Connect to your $SERVICE_SHORT**

Connect using data mode or SQL editor in $CONSOLE, or psql in the command line:
Connect using $DATA_MODE or SQL editor in $CONSOLE, or psql in the command line:

<Tabs label="Connect to your Tiger Cloud service" persistKey="sql-editor">

<Tab title="Data mode in Console" label="data-mode">
<Tab title="Data view in Console" label="data-mode">

<NotAvailableFreePlan />

<Procedure>

1. In $CONSOLE, toggle `Data`.
1. In $CONSOLE, click `Data view`.

1. Select your $SERVICE_SHORT in the connection drop-down in the top right.
1. In the connection drop-down in the top right, select your $SERVICE_SHORT.

![Select a connection](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-data-mode-connection-dropdown.png)

Expand Down Expand Up @@ -95,18 +95,18 @@ import NotAvailableFreePlan from "versionContent/_partials/_not-available-in-fre
</Procedure>

Quick recap. You:
- Manage your $SERVICE_SHORTs in the [$OPS_MODE][portal-ops-mode] in $CONSOLE: add $READ_REPLICAs and enable
- Manage your $SERVICE_SHORTs in $CONSOLE: add $READ_REPLICAs and enable
high availability, compress data into the $COLUMNSTORE, change parameters, and so on.
- Analyze your data in the [$DATA_MODE][portal-data-mode] in $CONSOLE: write queries with
autocomplete, save them in folders, share them, create charts/dashboards, and much more.
- Store configuration and security information in your config file.

[portal-ops-mode]: https://console.cloud.timescale.com/dashboard/services
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/data-view?popsql
[account-portal]: https://console.cloud.timescale.com/dashboard/account
[services-portal]: https://console.cloud.timescale.com/dashboard/services
[install-psql]: /integrations/:currentVersion:/psql/
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-view
[run-sqleditor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor
[install-psql]: /integrations/:currentVersion:/psql/
[hypertables]: /use-timescale/:currentVersion:/hypertables/#hypertable-partitioning
Expand Down
6 changes: 3 additions & 3 deletions _partials/_create-hypertable.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To create a hypertable:

1. **Connect to your service**

In $CONSOLE, click `Data`, then select a $SERVICE_SHORT.
In $CONSOLE, click `Data view`, then select a $SERVICE_SHORT.

1. **Create a $PG table**

Expand All @@ -29,13 +29,13 @@ To create a hypertable:

You see the result immediately:

![Data mode create table](https://assets.timescale.com/docs/images/data-mode-create-table.png)
![Data view create table](https://assets.timescale.com/docs/images/data-mode-create-table.png)

</Procedure>

[services-portal]: https://console.cloud.timescale.com/dashboard/services
[install-psql]: /integrations/:currentVersion:/psql/
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode
[popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-view
[run-sqleditor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor
[hypertables]: /use-timescale/:currentVersion:/hypertables/#hypertable-partitioning
[hypertable-create-table]: /api/:currentVersion:/hypertable/create_table/
3 changes: 0 additions & 3 deletions _partials/_create-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@

</Procedure>

You can [manage, pause, or delete][service-management] your $SERVICE_SHORT at any time from $CONSOLE.

[create-service]: https://console.cloud.timescale.com/dashboard/create_services
[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service
[service-management]: /use-timescale/:currentVersion:/services/service-management/
2 changes: 1 addition & 1 deletion _partials/_foreign-data-wrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ You create $PG FDWs with the `postgres_fdw` extension. See [documenation][enable
</Tabs>

[vpc-peering]: /use-timescale/:currentVersion:/security/vpc/
[sql-editor]: /getting-started/:currentVersion:/run-queries-from-console/#ops-mode-sql-editor/
[sql-editor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor/
[connect]: /getting-started/:currentVersion:/run-queries-from-console/
[connection-info]: /integrations/:currentVersion:/find-connection-details/
[enable-fdw-docs]: https://www.postgresql.org/docs/current/postgres-fdw.html
Expand Down
4 changes: 2 additions & 2 deletions _partials/_import-data-iot.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import HypertableIntro from "versionContent/_partials/_tutorials_hypertable_intr

You query $HYPERTABLEs in exactly the same way as you would a relational $PG table.
Use one of the following SQL editors to run a query and see the data you uploaded:
- **Data mode**: write queries, visualize data, and share your results in [$CONSOLE][portal-data-mode] for all your $SERVICE_LONGs.
- **$DATA_MODE**: write queries, visualize data, and share your results in [$CONSOLE][portal-data-mode] for all your $SERVICE_LONGs.
- **SQL editor**: write, fix, and organize SQL faster and more accurately in [$CONSOLE][portal-ops-mode] for a $SERVICE_LONG.
- **psql**: easily run queries on your $SERVICE_LONGs or $SELF_LONG deployment from Terminal.

Expand All @@ -77,7 +77,7 @@ import HypertableIntro from "versionContent/_partials/_tutorials_hypertable_intr
</Procedure>

[portal-ops-mode]: https://console.cloud.timescale.com/dashboard/services
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/data-view?popsql
[connection-info]: /integrations/:currentVersion:/find-connection-details/
[migrate-with-downtime]: /migrate/:currentVersion:/pg-dump-and-restore/
[migrate-live]: /migrate/:currentVersion:/live-migration/
Expand Down
4 changes: 2 additions & 2 deletions _partials/_import-data-nyc-taxis.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ import HypertableIntro from "versionContent/_partials/_tutorials_hypertable_intr

You query $HYPERTABLEs in exactly the same way as you would a relational $PG table.
Use one of the following SQL editors to run a query and see the data you uploaded:
- **Data mode**: write queries, visualize data, and share your results in [$CONSOLE][portal-data-mode] for all your $SERVICE_LONGs.
- **$DATA_MODE**: write queries, visualize data, and share your results in [$CONSOLE][portal-data-mode] for all your $SERVICE_LONGs.
- **SQL editor**: write, fix, and organize SQL faster and more accurately in [$CONSOLE][portal-ops-mode] for a $SERVICE_LONG.
- **psql**: easily run queries on your $SERVICE_LONGs or $SELF_LONG deployment from Terminal.

Expand Down Expand Up @@ -165,7 +165,7 @@ import HypertableIntro from "versionContent/_partials/_tutorials_hypertable_intr

[hypertables-section]: /use-timescale/:currentVersion:/hypertables/
[portal-ops-mode]: https://console.cloud.timescale.com/dashboard/services
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql
[portal-data-mode]: https://console.cloud.timescale.com/dashboard/data-view?popsql
[connection-info]: /integrations/:currentVersion:/find-connection-details/
[migrate-with-downtime]: /migrate/:currentVersion:/pg-dump-and-restore/
[migrate-live]: /migrate/:currentVersion:/live-migration/
Expand Down
11 changes: 0 additions & 11 deletions _partials/_service-overview-azure.md

This file was deleted.

11 changes: 0 additions & 11 deletions _partials/_service-overview.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ To the $PG you know and love, $CLOUD_LONG adds the following capabilities:

Free $SERVICE_SHORTs offer limited resources and a basic feature scope, perfect to get to know $CLOUD_LONG in a development environment.

You can [manage, pause, or delete][service-management] your $SERVICE_SHORT at any time from $CONSOLE.

[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/
Expand All @@ -50,4 +52,5 @@ To the $PG you know and love, $CLOUD_LONG adds the following capabilities:
[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/
[rbac]: /use-timescale/:currentVersion:/security/members/
[service-management]: /use-timescale/:currentVersion:/services/service-management/
5 changes: 4 additions & 1 deletion _partials/_services-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ To the $PG you know and love, $CLOUD_LONG adds the following capabilities:

Free $SERVICE_SHORTs offer limited resources and a basic feature scope, perfect to get to know $CLOUD_LONG in a development environment.

You can [manage, pause, or delete][service-management] your $SERVICE_SHORT at any time from $CONSOLE.

[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/
Expand All @@ -50,4 +52,5 @@ To the $PG you know and love, $CLOUD_LONG adds the following capabilities:
[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/
[rbac]: /use-timescale/:currentVersion:/security/members/
[service-management]: /use-timescale/:currentVersion:/services/
2 changes: 1 addition & 1 deletion about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ Data mode's [SQL assistant](https://docs.timescale.com/getting-started/latest/ru

### VPC support for passwordless data mode connections

We previously made it much easier to connect newly created services to Timescales [data mode](https://docs.timescale.com/getting-started/latest/run-queries-from-console/#data-mode). We have now expanded this functionality to services using a VPC.
We previously made it much easier to connect newly created services to Timescale's [data mode](https://docs.timescale.com/getting-started/latest/run-queries-from-console/#data-view). We have now expanded this functionality to services using a VPC.

## 🕵🏻️ Enhanced service monitoring, TimescaleDB v2.20, and livesync for $PG
<Label type="date">May 30, 2025</Label>
Expand Down
Loading