Skip to content

Commit e7af6bb

Browse files
authored
Merge pull request #3987 from Blargian/remove_rockset_migration
Remove rockset migration
2 parents d172528 + ba08eff commit e7af6bb

File tree

7 files changed

+16
-164
lines changed

7 files changed

+16
-164
lines changed

docs/integrations/migration/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ Take a look at the pages below for further information.
1818
| [Using a 3rd-party ETL Tool](/cloud/migration/etl-tool-to-clickhouse) | Learn more about the popular ETL and ELT tools for moving data from an external data source into ClickHouse. |
1919
| [Object Storage to ClickHouse Cloud](/integrations/migration/object-storage-to-clickhouse) | Learn how to use various table functions to import data from Cloud Object Storage into ClickHouse Cloud. |
2020
| [Upload a CSV File](/integrations/migration/upload-a-csv-file) | Learn how to upload data to ClickHouse Cloud using a CSV or TSV file. |
21-
| [Migrating From Rockset](/migrations/rockset) | Learn how to migrate from Rockset to ClickHouse Cloud. |

docs/integrations/migration/rockset.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

docs/migrations/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ pagination_next: null
66
description: 'Landing page for the migrations section'
77
---
88

9-
| Page | Description |
10-
|-------------------------------------------------------------------|--------------------------------|
11-
| [BigQuery](bigquery/index.md) | Migration guide for BigQuery |
12-
| [Snowflake](./snowflake.md) | Migration guide for Snowflake |
13-
| [PostgreSQL](postgres/index.md) | Migration guide for PostgreSQL |
14-
| [MySQL](../integrations/data-ingestion/dbms/mysql/index.md) | Migration guide for MySQL |
15-
| [Redshift](../integrations/data-ingestion/redshift/index.md) | Migration guide for Redshift |
16-
| [DynamoDB](../integrations/data-ingestion/dbms/dynamodb/index.md) | Migration guide for DynamoDB |
17-
| [Rockset](../integrations/migration/rockset.md) | Migration guide for Rockset |
9+
| Page | Description |
10+
|------------------------------------------------------------------------|-------------------------------------------------|
11+
| [BigQuery](bigquery/index.md) | Migration guide for BigQuery |
12+
| [Snowflake](./snowflake.md) | Migration guide for Snowflake |
13+
| [PostgreSQL](postgres/index.md) | Migration guide for PostgreSQL |
14+
| [MySQL](../integrations/data-ingestion/dbms/mysql/index.md) | Migration guide for MySQL |
15+
| [Redshift](../integrations/data-ingestion/redshift/index.md) | Migration guide for Redshift |
16+
| [DynamoDB](../integrations/data-ingestion/dbms/dynamodb/index.md) | Migration guide for DynamoDB |
17+
| [Elasticsearch](/use-cases/observability/clickstack/migration/elastic) | Migration guide for Elasticsearch to ClickStack |

sidebars.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ const sidebars = {
212212
"integrations/data-ingestion/redshift/index",
213213
"integrations/data-ingestion/dbms/dynamodb/index",
214214
{
215+
label: "Elasticsearch",
215216
type: "doc",
216-
id: "integrations/migration/rockset",
217-
label: "Rockset",
217+
id: "use-cases/observability/clickstack/migration/elastic/index",
218218
},
219219
],
220220
},
@@ -479,11 +479,6 @@ const sidebars = {
479479
"integrations/migration/etl-tool-to-clickhouse",
480480
"integrations/migration/object-storage-to-clickhouse",
481481
"integrations/migration/upload-a-csv-file",
482-
{
483-
type: "link",
484-
label: "Rockset",
485-
href: "/migrations/rockset",
486-
},
487482
],
488483
},
489484
],
Binary file not shown.
Binary file not shown.

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3350,6 +3350,11 @@
33503350
"source": "/docs/cloud/manage/api/members-api-reference",
33513351
"destination": "/docs/cloud/manage/api/swagger#/paths/~1v1~1organizations~1%7BorganizationId%7D~1members/get",
33523352
"permanent": true
3353+
},
3354+
{
3355+
"source": "/docs/migrations/rockset",
3356+
"destination": "/docs/migrations/migrations",
3357+
"permanent": true
33533358
}
33543359
]
33553360
}

0 commit comments

Comments
 (0)