Skip to content

Commit

Permalink
[Doc] Remove cloud ingest (backport #54895) (#54966)
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
Co-authored-by: Dan Roscigno <[email protected]>
  • Loading branch information
mergify[bot] and DanRoscigno authored Jan 10, 2025
1 parent 30ca123 commit 7f9b9b2
Show file tree
Hide file tree
Showing 20 changed files with 1,636 additions and 2,329 deletions.
16 changes: 16 additions & 0 deletions docs/docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,22 @@ const config = {
}),
],
],

plugins: [
[
'@docusaurus/plugin-client-redirects',
{
redirects: [
// /docs/oldDoc -> /docs/newDoc
{
from: '/docs/loading/cloud_storage_load/',
to: '/docs/loading/objectstorage/'
},
],
},
],
],

themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
Expand Down
5 changes: 4 additions & 1 deletion docs/docusaurus/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
"id": "loading/objectstorage"
},
"items": [
"loading/alibaba",
"loading/huawei",
"loading/tencent",
"loading/s3_compatible",
"loading/s3",
"loading/azure",
"loading/gcs",
Expand All @@ -159,7 +163,6 @@
},
"loading/StreamLoad",
"loading/hdfs_load",
"loading/cloud_storage_load",
{
"type": "category",
"label": "Load data from Apache Kafka",
Expand Down
10 changes: 0 additions & 10 deletions docs/en/loading/Etl_in_loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ When you load a data file into a StarRocks table, the data of the data file may

If the data file is generated from Apache Hive™, you can extract partition field values from the file path.

## Prerequisites

### Broker Load

See the "Background information" section in [Load data from HDFS](../loading/hdfs_load.md) or [Load data from cloud storage](../loading/cloud_storage_load.md).

### Routine load

If you choose [Routine Load](./RoutineLoad.md), make sure that topics are created in your Apache Kafka® cluster. Assume that you have created two topics: `topic1` and `topic2`.

## Data examples

1. Create data files in your local file system.
Expand Down
10 changes: 0 additions & 10 deletions docs/en/loading/Load_to_Primary_Key_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ You can decide whether to add the `__op` field based on the data changes you wan

- The columns that involve data changes must include the primary key column.

## Prerequisites

### Broker Load

See the "Background information" section in [Load data from HDFS](../loading/hdfs_load.md) or [Load data from cloud storage](../loading/cloud_storage_load.md).

### Routine load

If you choose Routine Load, make sure that topics are created in your Apache Kafka® cluster. Assume that you have created four topics: `topic1`, `topic2`, `topic3`, and `topic4`.

## Basic operations

This section provides examples of how to make data changes to a StarRocks table through loading. For detailed syntax and parameter descriptions, see [STREAM LOAD](../sql-reference/sql-statements/loading_unloading/STREAM_LOAD.md), [BROKER LOAD](../sql-reference/sql-statements/loading_unloading/BROKER_LOAD.md), and [CREATE ROUTINE LOAD](../sql-reference/sql-statements/loading_unloading/routine_load/CREATE_ROUTINE_LOAD.md).
Expand Down
3 changes: 3 additions & 0 deletions docs/en/loading/alibaba.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
unlisted: true
---
Loading

0 comments on commit 7f9b9b2

Please sign in to comment.