Skip to content

[DOCS] : Fast Follow Connect Fixes #7755

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
first pass
  • Loading branch information
royendo committed Aug 8, 2025
commit 69278934949caea087e1604b1fe1f77f93e77235
63 changes: 33 additions & 30 deletions docs/docs/connect/connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Rill is continually evaluating additional OLAP engines that can be added. For a
:::


## Data Warehouse
## Data Warehouses

### Athena
### BigQuery
Expand Down Expand Up @@ -166,9 +166,11 @@ Rill is continually evaluating additional OLAP engines that can be added. For a

## Object Storage

### Azure
### Google Cloud Storage
### Amazon S3
### Google Cloud Storage
### Microsoft Azure Blob Storage



<div className="connector-icon-grid">

Expand All @@ -180,6 +182,15 @@ Rill is continually evaluating additional OLAP engines that can be added. For a
linkLabel="Learn more"
referenceLink="s3"
/>
<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-GCS.svg" alt="Google Cloud Storage" />}
header="Google Cloud Storage"
content="Google Cloud Storage for scalable object storage and data lakes."
link="/connect/data-source/gcs"
linkLabel="Learn more"
referenceLink="gcs"
/>

<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Azure.svg" alt="Microsoft Azure" />}
header="Azure"
Expand All @@ -188,26 +199,27 @@ Rill is continually evaluating additional OLAP engines that can be added. For a
linkLabel="Learn more"
referenceLink="azure"
/>
<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-GCS.svg" alt="Google Cloud Storage" />}
header="Google Cloud Storage"
content="Google Cloud Storage for scalable object storage and data lakes."
link="/connect/data-source/gcs"
linkLabel="Learn more"
referenceLink="gcs"
/>


</div>

## Other Data Connectors

### Google Sheets
### HTTPS
### Local File
### Salesforce


<div className="connector-icon-grid">

<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Sheets.svg" alt="Google Sheets" className="sheets-icon" />}
header="Google Sheets"
content="Connect to public Google Sheets to read data from spreadsheets with support for multiple sheets."
link="/connect/data-source/googlesheets"
linkLabel="Learn more"
/>
<ConnectorIcon
icon={<p className="https-icon">https:// </p>}
header="HTTPS"
Expand All @@ -216,7 +228,6 @@ Rill is continually evaluating additional OLAP engines that can be added. For a
linkLabel="Learn more"
referenceLink="https"
/>

<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Local.svg" alt="Local File" />}
header="Local File"
Expand All @@ -234,13 +245,6 @@ Rill is continually evaluating additional OLAP engines that can be added. For a
referenceLink="salesforce"
/>

<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Sheets.svg" alt="Google Sheets" className="sheets-icon" />}
header="Google Sheets"
content="Connect to public Google Sheets to read data from spreadsheets with support for multiple sheets."
link="/connect/data-source/googlesheets"
linkLabel="Learn more"
/>
</div>

:::tip Missing a connector?
Expand All @@ -249,20 +253,11 @@ We're constantly adding new data connectors. If you don't see what you need, [le

## Other Integrations

### Google Sheets
### Open AI
### Slack

<div className="connector-icon-grid">

<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Slack.svg" alt="Slack" className="sheets-icon" />}
header="Slack"
content="Connect to Slack to send alerts and messages from Rill."
link="/connect/data-source/slack"
linkLabel="Learn more"
referenceLink="slack"
/>

<div className="connector-icon-grid">
<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-AI.svg" alt="AI" className="sheets-icon" />}
header="AI"
Expand All @@ -271,5 +266,13 @@ We're constantly adding new data connectors. If you don't see what you need, [le
linkLabel="Learn more"
referenceLink="ai"
/>
<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Slack.svg" alt="Slack" className="sheets-icon" />}
header="Slack"
content="Connect to Slack to send alerts and messages from Rill."
link="/connect/data-source/slack"
linkLabel="Learn more"
referenceLink="slack"
/>
</div>

47 changes: 24 additions & 23 deletions docs/docs/connect/data-source/data-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Rill supports connecting your data to both [DuckDB](/connect/olap/duckdb) and [C
:::


## Data Warehouse
## Data Warehouses

### Athena
### BigQuery
Expand Down Expand Up @@ -114,10 +114,11 @@ Rill supports connecting your data to both [DuckDB](/connect/olap/duckdb) and [C


## Object Storage

### Azure
### Google Cloud Storage
### Amazon S3
### Google Cloud Storage
### Microsoft Azure Blob Storage



<div className="connector-icon-grid">

Expand All @@ -129,14 +130,6 @@ Rill supports connecting your data to both [DuckDB](/connect/olap/duckdb) and [C
linkLabel="Learn more"
referenceLink="s3"
/>
<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Azure.svg" alt="Microsoft Azure" />}
header="Azure"
content="Connect to Microsoft Azure Blob Storage to read data files with support for various formats."
link="/connect/data-source/azure"
linkLabel="Learn more"
referenceLink="azure"
/>
<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-GCS.svg" alt="Google Cloud Storage" />}
header="Google Cloud Storage"
Expand All @@ -145,19 +138,36 @@ Rill supports connecting your data to both [DuckDB](/connect/olap/duckdb) and [C
linkLabel="Learn more"
referenceLink="gcs"
/>
<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Azure.svg" alt="Microsoft Azure" />}
header="Azure"
content="Connect to Microsoft Azure Blob Storage to read data files with support for various formats."
link="/connect/data-source/azure"
linkLabel="Learn more"
referenceLink="azure"
/>



</div>

## Other Data Connectors

### Google Sheets
### HTTPS
### Local File
### Salesforce
### Google Sheets
### Slack



<div className="connector-icon-grid">
<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Sheets.svg" alt="Google Sheets" className="sheets-icon" />}
header="Google Sheets"
content="Connect to Google Sheets to read data from spreadsheets with support for multiple sheets."
link="/connect/data-source/googlesheets"
linkLabel="Learn more"
/>
<ConnectorIcon
icon={<p className="https-icon">https:// </p>}
header="HTTPS"
Expand All @@ -166,15 +176,13 @@ Rill supports connecting your data to both [DuckDB](/connect/olap/duckdb) and [C
linkLabel="Learn more"
referenceLink="https"
/>

<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Local.svg" alt="Local File" />}
header="Local File"
content="Read data from local files including CSV, JSON, Parquet, and compressed formats."
link="/connect/data-source/local-file"
linkLabel="Learn more"
/>

<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Salesforce.svg" alt="Salesforce" />}
header="Salesforce"
Expand All @@ -184,13 +192,6 @@ Rill supports connecting your data to both [DuckDB](/connect/olap/duckdb) and [C
referenceLink="salesforce"
/>

<ConnectorIcon
icon={<img src="/img/connect/icons/Logo-Sheets.svg" alt="Google Sheets" className="sheets-icon" />}
header="Google Sheets"
content="Connect to Google Sheets to read data from spreadsheets with support for multiple sheets."
link="/connect/data-source/googlesheets"
linkLabel="Learn more"
/>
</div>


Expand Down