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 2 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/guides-on-supported-sinks.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Guides on supported sinks
WanYixian marked this conversation as resolved.
Show resolved Hide resolved
url: /integrations/destinations/overview
---
4 changes: 4 additions & 0 deletions ingestion/guides-on-supported-sources.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Guides on supported sources
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
13 changes: 13 additions & 0 deletions integrations/destinations/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Destinations
description: Guides on delivering data to destinations supported by RisingWave.
mode: wide
sidebarTitle: Overview
---

<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
2 changes: 1 addition & 1 deletion integrations/sources/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ 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>
<CardGroup> <Card title="Message queues" icon="list" iconType="solid" href="/integrations/sources/kafka" > 8 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" > 12 items </Card> </CardGroup>
11 changes: 10 additions & 1 deletion 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/guides-on-supported-sources",
"ingestion/change-data-capture-with-risingwave",
"ingestion/generate-test-data",
"ingestion/format-and-encode-parameters",
Expand All @@ -422,6 +423,7 @@
"group": "Process data",
"pages": [
"processing/overview",
"processing/sql-references",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put it under "sql"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put it under "sql"?

Updated, but putting the auto-direct page like this as the first item under a section doesn't work well, so I moved it to the last one under SQL section
image

{
"group": "SQL",
"pages": [
Expand All @@ -445,6 +447,7 @@
"group": "Deliver data",
"pages": [
"delivery/overview",
"delivery/guides-on-supported-sinks",
"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-references.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: SQL references
url: /sql/overview
---
Loading