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

Add links directing to integrations #98

Merged
merged 4 commits into from
Dec 4, 2024
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
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
Loading