Skip to content

Commit 7977cb7

Browse files
chore: name change. (#4471)
* chore: name change. * chore: more naming updates. * update on review (#4494) * chore: more updates. * Update screenshots for renaming (#4483) * 60% done * update * undo the damage --------- Signed-off-by: Iain Cox <[email protected]> Co-authored-by: Iain Cox <[email protected]> * diagrams * last diagram * chore: fix link. * Apply suggestions from code review Co-authored-by: Anastasiia Tovpeko <[email protected]> Signed-off-by: Iain Cox <[email protected]> --------- Signed-off-by: Iain Cox <[email protected]> Co-authored-by: billy-the-fish <[email protected]> Co-authored-by: Anastasiia Tovpeko <[email protected]> Co-authored-by: atovpeko <[email protected]>
1 parent 45bb1f9 commit 7977cb7

File tree

173 files changed

+471
-466
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+471
-466
lines changed

.github/styles/templates/integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Integrate <third-party tool name> with Tiger Cloud
2+
title: Integrate <third-party tool name> with Tiger
33
excerpt: SEO friendly explanation of why the user will do it
44
keywords: [<third-party tool name>]
55
---
@@ -46,7 +46,7 @@ To connect to $CLOUD_LONG:
4646

4747
// Add only if there is a simple way to illustrate how the two solutions work together.
4848

49-
Take the following steps to <whatever the tool must do in conjunction with Tiger Cloud>:
49+
Take the following steps to <whatever the tool must do in conjunction with Tiger>:
5050

5151
<Procedure>
5252

.github/styles/templates/procedure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ This section shows you how to:
3333

3434
In order to \<a couple of words that sound like the title> you need the following:
3535

36-
* A [Tiger Cloud service][create-a-service]
36+
* A [Tiger service][create-a-service]
3737
* If you are using this template to write a new document, see some good doc examples:
38-
* [Create your first Tiger Cloud service][create-a-service]
39-
* [Secure your Tiger Cloud service with VPC Peering and AWS PrivateLink][secure-vpc-aws]
38+
* [Create your first Tiger service][create-a-service]
39+
* [Secure your Tiger service with VPC Peering and AWS PrivateLink][secure-vpc-aws]
4040
* [Install TimescaleDB on Linux][install-linux]
4141
* Read the [Google Developer Style Guide][gdsg]
4242
* ...

.helper-scripts/llms/generate_llms_full.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,26 +56,26 @@ def _load_comprehensive_variables(self) -> Dict[str, str]:
5656
'$ENTERPRISE': 'Enterprise',
5757

5858
# Product Variables
59-
'$CLOUD_LONG': 'Tiger Cloud',
60-
'$CLOUD_SHORT': 'Tiger Cloud',
59+
'$CLOUD_LONG': 'Tiger',
60+
'$CLOUD_SHORT': 'Tiger',
6161
'$LAKE_LONG': 'Tiger Lake',
6262
'$LAKE_SHORT': 'Tiger Lake',
6363
'$TIMESCALE_DB': 'TimescaleDB',
6464
'$PRODUCTS_ALL': 'TigerData products',
65-
'$PRODUCTS_CL_DB': 'Tiger Cloud and TimescaleDB',
65+
'$PRODUCTS_CL_DB': 'Tiger and TimescaleDB',
6666
'$TDB_APACHE': 'TimescaleDB Apache 2 Edition',
6767
'$TDB_COMMUNITY': 'TimescaleDB Community Edition',
6868

6969
# Service Variables
70-
'$SERVICE_LONG': 'Tiger Cloud service',
70+
'$SERVICE_LONG': 'Tiger service',
7171
'$SERVICE_SHORT': 'service',
7272
'$MST_LONG': 'Managed Service for TimescaleDB',
7373
'$MST_SHORT': 'MST',
7474
'$MST_SERVICE_SHORT': 'service',
7575
'$MST_SERVICE_LONG': 'service',
7676
'$MST_CONSOLE_SHORT': 'MST Console',
7777
'$CONSOLE': 'Console',
78-
'$CONSOLE_LONG': 'Tiger Cloud Console',
78+
'$CONSOLE_LONG': 'Tiger Console',
7979
'$CONSOLE_SHORT': 'Console',
8080
'$SELF_LONG': 'self-hosted TimescaleDB',
8181
'$SELF_SHORT': 'self-hosted TimescaleDB',
@@ -138,7 +138,7 @@ def _load_comprehensive_variables(self) -> Dict[str, str]:
138138
'$READ_REPLICA': 'read replica',
139139

140140
# Legacy/Backwards compatibility
141-
'$TIGER_POSTGRES': 'Tiger Postgres',
141+
'$TIGER_POSTGRES': 'TimescaleDB',
142142
'$POSTGRESQL': 'PostgreSQL',
143143

144144
# Additional Variables

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Each major doc section has a dedicated directory with `.md` files inside, repres
2020
- A short intro describing the main subject of the page.
2121
- A visual illustrating the main concept, if relevant.
2222
- Paragraphs with descriptive headers, organizing the content into logical sections.
23-
- Procedures to describe the sequence of steps to reach a certain goal. For example, create a Tiger Cloud service.
23+
- Procedures to describe the sequence of steps to reach a certain goal. For example, create a Tiger service.
2424
- Other visual aids, if necessary.
2525
- Links to other relevant resources.
2626

@@ -54,22 +54,22 @@ The navigation hierarchy of a doc section is governed by `page-index/page-index.
5454

5555
```js
5656
{
57-
title: "Tiger Cloud services",
57+
title: "Tiger services",
5858
href: "services",
59-
excerpt: "About Tiger Cloud services",
59+
excerpt: "About Tiger services",
6060
children: [
6161
{
6262
title: "Services overview",
6363
href: "service-overview",
64-
excerpt: "Tiger Cloud services overview",
64+
excerpt: "Tiger services overview",
6565
},
6666
{
6767
title: "Service explorer",
6868
href: "service-explorer",
69-
excerpt: "Tiger Cloud services explorer",
69+
excerpt: "Tiger services explorer",
7070
},
7171
{
72-
title: "Troubleshooting Tiger Cloud services",
72+
title: "Troubleshooting Tiger services",
7373
href: "troubleshooting",
7474
type: "placeholder",
7575
},
@@ -113,7 +113,7 @@ See [Formatting examples][formatting] for how to use them.
113113

114114
## Variables
115115

116-
TigerData documentation uses variables for its product names, features, and UI elements in Tiger Cloud Console with the following syntax: `$VARIABLE_NAME`. Variables do not work inside the following:
116+
TigerData documentation uses variables for its product names, features, and UI elements in Tiger Console with the following syntax: `$VARIABLE_NAME`. Variables do not work inside the following:
117117

118118
- Front matter on each page
119119
- HTML tables and tabs
@@ -145,8 +145,8 @@ To make a documentation page more visible and clear for Google:
145145
- Summarize the contents of each paragraph in the first sentence of that paragraph.
146146
- Include main page keywords into the meta tags, page title, first header, and intro. These are usually the names of features described in the page. For example, for a page dedicated to creating hypertables, you can use the keyword **hypertable** in the following way:
147147

148-
- Title: Create a hypertable in Tiger Cloud
149-
- Description: Turn a regular $PG table into a hypertable in a few steps, using Tiger Cloud Console.
148+
- Title: Create a hypertable in Tiger
149+
- Description: Turn a regular $PG table into a hypertable in a few steps, using Tiger Console.
150150
- First header: Create a hypertable
151151

152152
## Docs for deprecated products

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<div align=center>
1010

11-
<h3>Tiger Cloud is the modern Postgres data platform for all your applications. It enhances Postgres to handle time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads.
11+
<h3>Tiger is the modern Postgres data platform for all your applications. It enhances Postgres to handle time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads.
1212
</h3>
1313

1414
[![Docs](https://img.shields.io/badge/Read_the_TigerData_docs-black?style=for-the-badge&logo=readthedocs&logoColor=white)](https://docs.tigerdata.com/)
1515
[![SLACK](https://img.shields.io/badge/Ask_the_TigerData_community-black?style=for-the-badge&logo=slack&logoColor=white)](https://timescaledb.slack.com/archives/C4GT3N90X)
16-
[![Try Tiger Cloud for free](https://img.shields.io/badge/Try_Tiger_Cloud_for_free-black?style=for-the-badge&logo=timescale&logoColor=white)](https://console.cloud.timescale.com/signup)
16+
[![Try Tiger for free](https://img.shields.io/badge/Try_Tiger_for_free-black?style=for-the-badge&logo=timescale&logoColor=white)](https://console.cloud.timescale.com/signup)
1717

1818
</div>
1919

_partials/_cloud-connect-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
In [$CONSOLE][services-portal], check that your $SERVICE_SHORT is marked as `Running`.
77

8-
![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-services-view.png)
8+
![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-services-view.png)
99

1010
1. **Connect to your $SERVICE_SHORT**
1111

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

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

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

@@ -21,7 +21,7 @@
2121

2222
1. Select your $SERVICE_SHORT in the connection drop-down in the top right.
2323

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

2626
1. Run a test query:
2727

@@ -45,7 +45,7 @@
4545

4646
1. Click `SQL editor`.
4747

48-
![Check a $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-ops-mode-sql-editor.png)
48+
![Check a $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ops-mode-sql-editor.png)
4949

5050
1. Run a test query:
5151

_partials/_cloud-create-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<li>
77
<p>
88
Sign in to the{" "}
9-
<a href="https://console.cloud.timescale.com/">Tiger Cloud Console</a> and click <code>Create service</code>.
9+
<a href="https://console.cloud.timescale.com/">Tiger Console</a> and click <code>Create service</code>.
1010
</p>
1111
</li>
1212
<li>
@@ -26,7 +26,7 @@
2626
class="main-content__illustration"
2727
width={1375} height={944}
2828
src="https://assets.timescale.com/docs/images/tsc-create-service-demo.png"
29-
alt="Create a new service in the Tiger Cloud Console"
29+
alt="Create a new service in the Tiger Console"
3030
/>
3131
</li>
3232
)}

_partials/_cloud-installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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

5-
<Tabs label="Create a Tiger Cloud account" persistKey="source-cloud">
5+
<Tabs label="Create a Tiger account" persistKey="source-cloud">
66

7-
<Tab title="Tiger Cloud" label="tiger-cloud">
7+
<Tab title="Tiger" label="tiger-cloud">
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

@@ -35,7 +35,7 @@ case, $CLOUD_LONG is a line item in your AWS invoice.
3535

3636
To set up $CLOUD_LONG via AWS:
3737

38-
1. **Open [AWS Marketplace][aws-marketplace] and search for `Tiger Cloud`**
38+
1. **Open [AWS Marketplace][aws-marketplace] and search for `Tiger`**
3939

4040
You see two pricing options, [pay-as-you-go][aws-paygo] and [annual commit][aws-annual-commit].
4141

_partials/_cloud-intro-short.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
$TIGER_POSTGRES is a radically faster $PG for transactional, analytical and agentic
1+
A $SERVICE_LONG is a single optimised $PG instance extended with innovations in the database engine such as
2+
$TIMESCALE_DB, in a cloud infrastructure that delivers speed without compromise.
3+
4+
A $SERVICE_LONG is a radically faster $PG database for transactional, analytical, and agentic
25
workloads at scale.
36

47
It’s not a fork. It’s not a wrapper. It is $PG—extended with innovations in the database
58
engine and cloud infrastructure to deliver speed (10-1000x faster at scale) without compromise.
6-
$TIGER_POSTGRES brings together the familiarity and reliability of $PG with the performance of
9+
A $SERVICE_LONG brings together the familiarity and reliability of $PG with the performance of
710
purpose-built engines.
811

9-
$CLOUD_LONG is the fastest $PG cloud, powered by $TIGER_POSTGRES. It includes everything you need
10-
to run $TIGER_POSTGRES in production—reliable, scalable, observable.
12+
$CLOUD_LONG is the fastest $PG cloud. It includes everything you need
13+
to run $PG in a production—reliable, scalable, observable environment.

_partials/_cloud-intro.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ real-time analytics, and vector search—all in a single database alongside tran
33

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

6-
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
7-
consistency, complex relationships, and advanced querying capabilities. Get ACID compliance, extensive SQL support,
8-
JSON handling, and extensibility through custom functions, data types, and extensions. To the $PG you know and love, $TIGER_POSTGRES adds the following capabilities:
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:
911

1012
- **Real-time analytics**: store and query [time-series data][what-is-time-series] at scale for
1113
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.

0 commit comments

Comments
 (0)