From 57c53839a28cc961059a064971ca046a16bcc561 Mon Sep 17 00:00:00 2001 From: WanYixian Date: Thu, 28 Nov 2024 16:54:10 +0800 Subject: [PATCH 1/4] update --- delivery/guides-on-supported-sinks.mdx | 4 ++++ ingestion/guides-on-supported-sources.mdx | 4 ++++ integrations/destinations/mqtt.mdx | 1 + .../destinations/nats-and-nats-jetstream.mdx | 1 + integrations/destinations/overview.mdx | 13 +++++++++++++ integrations/sources/citus-cdc.mdx | 1 + integrations/sources/overview.mdx | 2 +- mint.json | 11 ++++++++++- processing/sql/sql-references.mdx | 4 ++++ 9 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 delivery/guides-on-supported-sinks.mdx create mode 100644 ingestion/guides-on-supported-sources.mdx create mode 100644 integrations/destinations/overview.mdx create mode 100644 processing/sql/sql-references.mdx diff --git a/delivery/guides-on-supported-sinks.mdx b/delivery/guides-on-supported-sinks.mdx new file mode 100644 index 00000000..13f6be19 --- /dev/null +++ b/delivery/guides-on-supported-sinks.mdx @@ -0,0 +1,4 @@ +--- +title: Guides on supported sinks +url: /integrations/destinations/overview +--- \ No newline at end of file diff --git a/ingestion/guides-on-supported-sources.mdx b/ingestion/guides-on-supported-sources.mdx new file mode 100644 index 00000000..992cf3cd --- /dev/null +++ b/ingestion/guides-on-supported-sources.mdx @@ -0,0 +1,4 @@ +--- +title: Guides on supported sources +url: /integrations/sources/overview +--- \ No newline at end of file diff --git a/integrations/destinations/mqtt.mdx b/integrations/destinations/mqtt.mdx index 8035dffa..16f9123c 100644 --- a/integrations/destinations/mqtt.mdx +++ b/integrations/destinations/mqtt.mdx @@ -1,5 +1,6 @@ --- title: "Sink data from RisingWave to MQTT" +sidebarTitle: MQTT description: This guide describes how to sink data from RisingWave to the MQTT topic using the MQTT sink connector in RisingWave. --- diff --git a/integrations/destinations/nats-and-nats-jetstream.mdx b/integrations/destinations/nats-and-nats-jetstream.mdx index fa9477ab..433e7e32 100644 --- a/integrations/destinations/nats-and-nats-jetstream.mdx +++ b/integrations/destinations/nats-and-nats-jetstream.mdx @@ -1,5 +1,6 @@ --- title: "Sink data to NATS and NATS JetStream" +sidebarTitle: NATS JetStream description: "This guide describes how to sink data from RisingWave to NATS subjects using the NATS sink connector in RisingWave. Both NATS and NATS JetStream are supported by this connector." --- diff --git a/integrations/destinations/overview.mdx b/integrations/destinations/overview.mdx new file mode 100644 index 00000000..df95d4d8 --- /dev/null +++ b/integrations/destinations/overview.mdx @@ -0,0 +1,13 @@ +--- +title: Destinations +description: Guides on delivering data to destinations supported by RisingWave. +mode: wide +sidebarTitle: Overview +--- + + + 6 items + 17 items + 2 items + 4 items + \ No newline at end of file diff --git a/integrations/sources/citus-cdc.mdx b/integrations/sources/citus-cdc.mdx index 4b7d2cbe..93c80c9c 100644 --- a/integrations/sources/citus-cdc.mdx +++ b/integrations/sources/citus-cdc.mdx @@ -1,5 +1,6 @@ --- title: "Ingest data from Citus CDC" +sidebarTitle: Citus CDC description: "RisingWave supports ingesting change data capture (CDC) data from Citus database. Version 10.2 of Citus is supported." --- diff --git a/integrations/sources/overview.mdx b/integrations/sources/overview.mdx index c979a84f..860c9712 100644 --- a/integrations/sources/overview.mdx +++ b/integrations/sources/overview.mdx @@ -5,4 +5,4 @@ mode: wide sidebarTitle: Overview --- - 6 items 5 items 1 item 3 items 3 item + 8 items 5 items 1 item 3 items 12 items diff --git a/mint.json b/mint.json index 34847e4e..f9647e16 100644 --- a/mint.json +++ b/mint.json @@ -410,6 +410,7 @@ "group": "Ingest data", "pages": [ "ingestion/overview", + "ingestion/guides-on-supported-sources", "ingestion/change-data-capture-with-risingwave", "ingestion/generate-test-data", "ingestion/format-and-encode-parameters", @@ -425,6 +426,7 @@ { "group": "SQL", "pages": [ + "processing/sql/sql-references", "processing/sql/dynamic-filters", "processing/sql/temporal-filters", "processing/sql/joins", @@ -445,6 +447,7 @@ "group": "Deliver data", "pages": [ "delivery/overview", + "delivery/guides-on-supported-sinks", "delivery/risingwave-as-postgres-fdw", "delivery/subscription" ] @@ -671,7 +674,12 @@ "integrations/sources/citus-cdc" ] }, - "integrations/sources/apache-iceberg", + { + "group": "Data lakes", + "pages": [ + "integrations/sources/apache-iceberg" + ] + }, { "group": "Object storages", "pages": [ @@ -723,6 +731,7 @@ { "group": "Destinations", "pages": [ + "integrations/destinations/overview", { "group": "Message queues", "pages": [ diff --git a/processing/sql/sql-references.mdx b/processing/sql/sql-references.mdx new file mode 100644 index 00000000..72fcd396 --- /dev/null +++ b/processing/sql/sql-references.mdx @@ -0,0 +1,4 @@ +--- +title: SQL references +url: /sql/overview +--- \ No newline at end of file From d4c50a3abbdd0f1ceb67ca8783d233f9fc6bdaf2 Mon Sep 17 00:00:00 2001 From: WanYixian Date: Thu, 28 Nov 2024 17:10:01 +0800 Subject: [PATCH 2/4] adjust sql references location --- mint.json | 2 +- processing/{sql => }/sql-references.mdx | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename processing/{sql => }/sql-references.mdx (100%) diff --git a/mint.json b/mint.json index f9647e16..9ef28bf4 100644 --- a/mint.json +++ b/mint.json @@ -423,10 +423,10 @@ "group": "Process data", "pages": [ "processing/overview", + "processing/sql-references", { "group": "SQL", "pages": [ - "processing/sql/sql-references", "processing/sql/dynamic-filters", "processing/sql/temporal-filters", "processing/sql/joins", diff --git a/processing/sql/sql-references.mdx b/processing/sql-references.mdx similarity index 100% rename from processing/sql/sql-references.mdx rename to processing/sql-references.mdx From 9daf2efc5354b77daaafaa676a2112cab9f362f8 Mon Sep 17 00:00:00 2001 From: IrisWan <150207222+WanYixian@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:30:38 +0800 Subject: [PATCH 3/4] Update delivery/guides-on-supported-sinks.mdx Co-authored-by: xxchan Signed-off-by: IrisWan <150207222+WanYixian@users.noreply.github.com> --- delivery/guides-on-supported-sinks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delivery/guides-on-supported-sinks.mdx b/delivery/guides-on-supported-sinks.mdx index 13f6be19..625657e3 100644 --- a/delivery/guides-on-supported-sinks.mdx +++ b/delivery/guides-on-supported-sinks.mdx @@ -1,4 +1,4 @@ --- -title: Guides on supported sinks +title: Supported sink connectors url: /integrations/destinations/overview --- \ No newline at end of file From cab1c48647f46a6a1e380465d6089a102786ff67 Mon Sep 17 00:00:00 2001 From: WanYixian Date: Mon, 2 Dec 2024 18:05:10 +0800 Subject: [PATCH 4/4] add link back to source/sink/sql overview --- ...-supported-sinks.mdx => supported-sink-connectors.mdx} | 0 ...ported-sources.mdx => supported-source-connectors.mdx} | 2 +- integrations/destinations/overview.mdx | 5 ++++- integrations/sources/overview.mdx | 7 +++++-- mint.json | 8 ++++---- processing/{ => sql}/sql-references.mdx | 0 sql/overview.mdx | 5 +++++ 7 files changed, 19 insertions(+), 8 deletions(-) rename delivery/{guides-on-supported-sinks.mdx => supported-sink-connectors.mdx} (100%) rename ingestion/{guides-on-supported-sources.mdx => supported-source-connectors.mdx} (54%) rename processing/{ => sql}/sql-references.mdx (100%) diff --git a/delivery/guides-on-supported-sinks.mdx b/delivery/supported-sink-connectors.mdx similarity index 100% rename from delivery/guides-on-supported-sinks.mdx rename to delivery/supported-sink-connectors.mdx diff --git a/ingestion/guides-on-supported-sources.mdx b/ingestion/supported-source-connectors.mdx similarity index 54% rename from ingestion/guides-on-supported-sources.mdx rename to ingestion/supported-source-connectors.mdx index 992cf3cd..add41a92 100644 --- a/ingestion/guides-on-supported-sources.mdx +++ b/ingestion/supported-source-connectors.mdx @@ -1,4 +1,4 @@ --- -title: Guides on supported sources +title: Supported sources connectors url: /integrations/sources/overview --- \ No newline at end of file diff --git a/integrations/destinations/overview.mdx b/integrations/destinations/overview.mdx index df95d4d8..1a749d10 100644 --- a/integrations/destinations/overview.mdx +++ b/integrations/destinations/overview.mdx @@ -1,10 +1,13 @@ --- title: Destinations -description: Guides on delivering data to destinations supported by RisingWave. mode: wide sidebarTitle: Overview --- +Below are guides on delivering data to destinations supported by RisingWave. + +For the overall architecture of sinks, refer to [Overview of data delivery](/delivery/overview) and the topics under it. + 6 items 17 items diff --git a/integrations/sources/overview.mdx b/integrations/sources/overview.mdx index 860c9712..334b2230 100644 --- a/integrations/sources/overview.mdx +++ b/integrations/sources/overview.mdx @@ -1,8 +1,11 @@ --- title: Sources -description: Guides on ingesting data from sources supported by RisingWave. mode: wide sidebarTitle: Overview --- - 8 items 5 items 1 item 3 items 12 items +Below are guides on ingesting data from sources supported by RisingWave. + +For the overall architecture of sources, refer to [Overview of data ingestion](/ingestion/overview) and the topics under it. + + 8 items 5 items 1 item 3 items 12 items diff --git a/mint.json b/mint.json index 9ef28bf4..7612fe8b 100644 --- a/mint.json +++ b/mint.json @@ -410,7 +410,7 @@ "group": "Ingest data", "pages": [ "ingestion/overview", - "ingestion/guides-on-supported-sources", + "ingestion/supported-source-connectors", "ingestion/change-data-capture-with-risingwave", "ingestion/generate-test-data", "ingestion/format-and-encode-parameters", @@ -423,7 +423,6 @@ "group": "Process data", "pages": [ "processing/overview", - "processing/sql-references", { "group": "SQL", "pages": [ @@ -432,7 +431,8 @@ "processing/sql/joins", "processing/sql/time-windows", "processing/sql/top-n-by-group", - "processing/sql/transactions" + "processing/sql/transactions", + "processing/sql/sql-references" ] }, "processing/deletes-and-updates", @@ -447,7 +447,7 @@ "group": "Deliver data", "pages": [ "delivery/overview", - "delivery/guides-on-supported-sinks", + "delivery/supported-sink-connectors", "delivery/risingwave-as-postgres-fdw", "delivery/subscription" ] diff --git a/processing/sql-references.mdx b/processing/sql/sql-references.mdx similarity index 100% rename from processing/sql-references.mdx rename to processing/sql/sql-references.mdx diff --git a/sql/overview.mdx b/sql/overview.mdx index 22b4a62b..1a3478e1 100644 --- a/sql/overview.mdx +++ b/sql/overview.mdx @@ -3,6 +3,11 @@ title: SQL references mod: wide sidebarTitle: Overview --- + +Below are detailed SQL references supported by RisingWave. + +For the summary of some SQL usage, refer to these [SQL topics](/processing/sql/dynamic-filters). + 84 items