Skip to content

Commit

Permalink
Add links directing to integrations (#98)
Browse files Browse the repository at this point in the history
* update

* adjust sql references location

* Update delivery/guides-on-supported-sinks.mdx

Co-authored-by: xxchan <[email protected]>
Signed-off-by: IrisWan <[email protected]>

* add link back to source/sink/sql overview

---------

Signed-off-by: IrisWan <[email protected]>
Co-authored-by: xxchan <[email protected]>
  • Loading branch information
WanYixian and xxchan authored Dec 4, 2024
1 parent e83a29e commit 6c4249c
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 4 deletions.
4 changes: 4 additions & 0 deletions delivery/supported-sink-connectors.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Supported sink connectors
url: /integrations/destinations/overview
---
4 changes: 4 additions & 0 deletions ingestion/supported-source-connectors.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Supported sources connectors
url: /integrations/sources/overview
---
1 change: 1 addition & 0 deletions integrations/destinations/mqtt.mdx
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
1 change: 1 addition & 0 deletions integrations/destinations/nats-and-nats-jetstream.mdx
Original file line number Diff line number Diff line change
@@ -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."
---

Expand Down
16 changes: 16 additions & 0 deletions integrations/destinations/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Destinations
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.

<CardGroup>
<Card title="Message queues" icon="list" iconType="solid" href="/integrations/destinations/apache-kafka" > 6 items </Card>
<Card title="Databases" icon="database" iconType="solid" href="/integrations/destinations/postgresql" > 17 items </Card>
<Card title="Data lakes" icon="water" iconType="solid" href="/integrations/destinations/apache-iceberg" > 2 items </Card>
<Card title="Object storages" icon="box" iconType="solid" href="/integrations/destinations/aws-s3" > 4 items </Card>
</CardGroup>
1 change: 1 addition & 0 deletions integrations/sources/citus-cdc.mdx
Original file line number Diff line number Diff line change
@@ -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."
---

Expand Down
7 changes: 5 additions & 2 deletions integrations/sources/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
title: Sources
description: Guides on ingesting data from sources supported by RisingWave.
mode: wide
sidebarTitle: Overview
---

<CardGroup> <Card title="Message queues" icon="list" iconType="solid" href="/integrations/sources/kafka" > 6 items </Card> <Card title="Databases" icon="database" iconType="solid" href="/ingestion/change-data-capture-with-risingwave" > 5 items </Card> <Card title="Data lakes" icon="water" iconType="solid" href="/integrations/sources/apache-iceberg" > 1 item </Card> <Card title="Object storages" icon="box" iconType="solid" href="/integrations/sources/s3" > 3 items </Card> <Card title="Third-party SaaS platforms" icon="gauge-high" iconType="solid" href="/integrations/sources/confluent-cloud" > 3 item </Card> </CardGroup>
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.

<CardGroup> <Card title="Message queues" icon="list" iconType="solid" href="/integrations/sources/kafka" > 8 items </Card> <Card title="Databases" icon="database" iconType="solid" href="/integrations/sources/postgresql-cdc" > 5 items </Card> <Card title="Data lakes" icon="water" iconType="solid" href="/integrations/sources/apache-iceberg" > 1 item </Card> <Card title="Object storages" icon="box" iconType="solid" href="/integrations/sources/s3" > 3 items </Card> <Card title="Third-party SaaS platforms" icon="gauge-high" iconType="solid" href="/integrations/sources/confluent-cloud" > 12 items </Card> </CardGroup>
13 changes: 11 additions & 2 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@
"group": "Ingest data",
"pages": [
"ingestion/overview",
"ingestion/supported-source-connectors",
"ingestion/change-data-capture-with-risingwave",
"ingestion/generate-test-data",
"ingestion/format-and-encode-parameters",
Expand All @@ -430,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",
Expand All @@ -445,6 +447,7 @@
"group": "Deliver data",
"pages": [
"delivery/overview",
"delivery/supported-sink-connectors",
"delivery/risingwave-as-postgres-fdw",
"delivery/subscription"
]
Expand Down Expand Up @@ -671,7 +674,12 @@
"integrations/sources/citus-cdc"
]
},
"integrations/sources/apache-iceberg",
{
"group": "Data lakes",
"pages": [
"integrations/sources/apache-iceberg"
]
},
{
"group": "Object storages",
"pages": [
Expand Down Expand Up @@ -723,6 +731,7 @@
{
"group": "Destinations",
"pages": [
"integrations/destinations/overview",
{
"group": "Message queues",
"pages": [
Expand Down
4 changes: 4 additions & 0 deletions processing/sql/sql-references.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: SQL references
url: /sql/overview
---
5 changes: 5 additions & 0 deletions sql/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<CardGroup>
<Card title="Commands" icon="terminal" href="/sql/commands/overview">
84 items
Expand Down

0 comments on commit 6c4249c

Please sign in to comment.