Skip to content

Commit ab16bed

Browse files
authored
Merge pull request #344 from timescale/atovpeko/restructure-connector-docs
Docs: regroup destination connectors under Tiger Lake (Iceberg)
2 parents 58f1751 + 70f8c20 commit ab16bed

6 files changed

Lines changed: 22 additions & 16 deletions

File tree

astro.config.ts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -807,11 +807,17 @@ export default defineConfig({
807807
collapsed: true,
808808
items: [
809809
{
810-
label: "Amazon Iceberg",
811-
link: "/integrate/connectors/destination/tigerlake",
812-
attrs: { "data-no-flatten": "true" },
810+
label: "TigerLake (Iceberg)",
811+
collapsed: true,
812+
items: [
813+
{
814+
label: "Overview and setup",
815+
link: "/integrate/connectors/destination/tigerlake",
816+
attrs: { "data-no-flatten": "true" },
817+
},
818+
{ label: "Query from Snowflake", link: "/integrate/connectors/destination/snowflake" },
819+
],
813820
},
814-
{ label: "Snowflake", link: "/integrate/connectors/destination/snowflake" },
815821
],
816822
},
817823
],

src/content/docs/get-started/news/new.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -872,21 +872,21 @@ We have updated the design of the navigation in Console to improve consistency,
872872

873873
</ChangelogEntry>
874874

875-
## S3 connector GA and Tiger Lake public beta
875+
## S3 connector GA and TigerLake public beta
876876

877877
<ChangelogEntry
878-
title="S3 connector GA and Tiger Lake public beta"
878+
title="S3 connector GA and TigerLake public beta"
879879
date="2025-11-28"
880880
tags={["ga", "beta"]}
881881
>
882-
<h2 slot="heading" class="changelog-entry__title">S3 connector GA and Tiger Lake public beta</h2>
882+
<h2 slot="heading" class="changelog-entry__title">S3 connector GA and TigerLake public beta</h2>
883883
### S3 source connector general availability
884884

885885
The S3 source connector is now production-ready, delivering major improvements in reliability, performance, and correctness across the entire ingestion pipeline.
886886

887-
### Tiger Lake public beta
887+
### TigerLake public beta
888888

889-
Tiger Lake is now available in public beta with full DML support, high-performance ingestion, enhanced resilience and self-healing, and improved deployment experience.
889+
TigerLake is now available in public beta with full DML support, high-performance ingestion, enhanced resilience and self-healing, and improved deployment experience.
890890

891891
Read the [documentation](https://www.tigerdata.com/docs/use-timescale/latest/tigerlake) to get started.
892892
</ChangelogEntry>
@@ -1166,11 +1166,11 @@ View catalog objects in the Console Explorer to understand database inner workin
11661166
## Iceberg destination connector (Tiger lake)
11671167

11681168
<ChangelogEntry
1169-
title="Iceberg Destination Connector (Tiger Lake)"
1169+
title="Iceberg Destination Connector (TigerLake)"
11701170
date="2025-07-18"
11711171
tags={["beta", "integration"]}
11721172
>
1173-
<h2 slot="heading" class="changelog-entry__title">Iceberg Destination Connector (Tiger Lake)</h2>
1173+
<h2 slot="heading" class="changelog-entry__title">Iceberg Destination Connector (TigerLake)</h2>
11741174
### Beta availability
11751175

11761176
Beta Iceberg destination connector enables Scale and Enterprise users to integrate Tiger Cloud with Amazon S3 tables. For setup details, see the [Iceberg destination connector documentation](https://www.tigerdata.com/docs/use-timescale/latest/tigerlake/).

src/content/docs/integrate/connectors/destination/tigerlake.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ integrationCardTitle: "Apache Iceberg destination connector"
99
integrationCardLogo: "tigerlake-destination.png"
1010
integrationCardLogoDark: "tigerlake-destination-dark.png"
1111
sidebar:
12-
label: "Tiger Lake"
12+
label: "TigerLake"
1313
---
1414

1515
import * as C from "@constants";
@@ -28,7 +28,7 @@ import imgIcebergConnectorTigerCloudDark from "../../../../../assets/images/inte
2828
{C.LAKE_LONG} enables you to build real-time applications alongside efficient data pipeline management within a single
2929
system.
3030

31-
<ThemeImage light={imgIcebergConnectorTigerCloudLight} dark={imgIcebergConnectorTigerCloudDark} alt="Tiger Lake architecture: Iceberg connector in Tiger Cloud" />
31+
<ThemeImage light={imgIcebergConnectorTigerCloudLight} dark={imgIcebergConnectorTigerCloudDark} alt="TigerLake architecture: Iceberg connector in Tiger Cloud" />
3232

3333
{C.LAKE_LONG} is a native integration enabling synchronization between {C.HYPERTABLE}s and relational tables
3434
running in {C.SERVICE_LONG}s to Iceberg tables running in [Amazon S3 Tables](https://aws.amazon.com/s3/features/tables/) in your AWS account.

src/content/docs/integrate/connectors/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connectors
33
description: Ingest and sync data into Tiger Data using source and destination connectors
4-
overviewDescription: Kafka, Postgres, S3, Tiger Lake, and more
4+
overviewDescription: Kafka, Postgres, S3, TigerLake, and more
55
sidebar:
66
label: Overview
77
---

src/content/docs/integrations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name
1515

1616
Description
1717

18-
![tigerlake](https://assets.timescale.com/docs/icons/apache-iceberg-logo.png)[Tiger Lake](/integrate/connectors/destination/tigerlake)
18+
![tigerlake](https://assets.timescale.com/docs/icons/apache-iceberg-logo.png)[TigerLake](/integrate/connectors/destination/tigerlake)
1919

2020
Synchronize data to external destinations like data lakes
2121

src/lib/glossary-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export const glossaryTerms: GlossaryTerm[] = [
250250
{ term: "Throughput", definition: "a measure of system performance indicating the amount of work performed or data processed per unit of time.", category: "Observability" },
251251
{ term: "Tiered storage", definition: "a storage strategy that automatically moves data between different storage classes based on access patterns and age.", category: "Storage" },
252252
{ term: "Tiger Cloud", definition: "Tiger Data ‘s managed cloud platform that provides TimescaleDB as a fully managed solution with additional features.", category: "Cloud" },
253-
{ term: "Tiger Lake", definition: "Tiger Data ‘s service for integrating operational databases with data lake architectures.", category: "Cloud" },
253+
{ term: "TigerLake", definition: "Tiger Data ‘s service for integrating operational databases with data lake architectures.", category: "Cloud" },
254254
{ term: "Tiger Cloud service", definition: "an optimized PostgreSQL instance extended with database engine innovations such as TimescaleDB, in a cloud infrastructure that delivers speed without sacrifice.", category: "Cloud" },
255255
{ term: "Time series", definition: "data points indexed and ordered by time, typically representing how values change over time.", category: "Time-series" },
256256
{ term: "Time-weighted average", definition: "a statistical calculation that gives more weight to values based on the duration they were held.", category: "Time-series" },

0 commit comments

Comments
 (0)