Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Remove cloud ingest (backport #54895) #54966

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
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
Loading