Skip to content

Commit

Permalink
Merge pull request #2206 from ClickHouse/rill-integrations
Browse files Browse the repository at this point in the history
Rill integrations
  • Loading branch information
justindeguzman authored Apr 8, 2024
2 parents e029270 + ddff5e9 commit 9bab154
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/integrations/data-visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Now that your data is in ClickHouse, it's time to analyze it, which often involv
- [Deepnote](./data-visualization/deepnote.md)
- [Draxlr](./data-visualization/draxlr-and-clickhouse.md)
- [Rocket BI](./data-visualization/rocketbi-and-clickhouse.md)
- [Rill](https://docs.rilldata.com/reference/olap-engines/clickhouse)
- [Zing Data](./data-visualization/zingdata-and-clickhouse.md)

## ClickHouse Cloud Compatibility with Data Visualization Tools
Expand All @@ -50,6 +51,7 @@ Now that your data is in ClickHouse, it's time to analyze it, which often involv
| [Mitzu](./data-visualization/mitzu-and-clickhouse.md) | Native connector ||| |
| [Power BI Desktop](./data-visualization/powerbi-and-clickhouse.md) | ClickHouse official connector ||| Via ODBC, not suitable for large workloads (no direct query mode) |
| Power BI service | ClickHouse official connector | 🚧 || |
| [Rill](https://docs.rilldata.com/reference/olap-engines/clickhouse) | Native connector |||
| [Rocket BI](./data-visualization/rocketbi-and-clickhouse.md) | Native connector ||| |
| [Tableau Desktop](./data-visualization/tableau-and-clickhouse.md) | ClickHouse official connector ||| Certification in progress |
| [Tableau Online](./data-visualization/tableau-online-and-clickhouse.md) | MySQL interface ||| Works with some limitations, see [the documentation](./data-visualization/tableau-online-and-clickhouse.md) for more details |
Expand Down
7 changes: 7 additions & 0 deletions docs/en/integrations/images/logos/rill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/en/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import QuickSightSVG from "./images/logos/quicksight.svg";
import RabbitmqSVG from "./images/logos/rabbitmq.svg";
import RedisSVG from "./images/logos/redis.svg";
import RetoolSVG from "./images/logos/retool.svg";
import RillSVG from "./images/logos/rill.svg";
import RisingWaveSVG from "./images/logos/risingwave.svg";
import RocketbiSVG from "./images/logos/rocketbi-logo.svg";
import RocksdbSVG from "./images/logos/rocksdb.svg";
Expand Down Expand Up @@ -168,6 +169,7 @@ We are actively compiling this list of ClickHouse integrations below, so it's no
|Redash|<img src={require('./images/logos/logo_redash.png').default} class="image" alt="Redash logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Data visualization|Connect and query your data sources, build dashboards to visualize data and share|[Website](https://redash.io/help/data-sources/querying/supported-data-sources)|
|Redpanda|<img src={require('./images/logos/logo_redpanda.png').default} class="image" alt="Redpanda logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Data ingestion|Redpanda is the streaming data platform for developers. It’s API-compatible with Apache Kafka, but 10x faster, much easier to use, and more cost effective|[Blog](https://redpanda.com/blog/real-time-olap-database-clickhouse-redpanda)|
|Retool|<RetoolSVG style={{width: '3rem'}} />|No code|Create your application with drag-and-drop interface. |[Documentation](/docs/en/integrations/retool)|
|Rill|<RillSVG style={{width: '3rem', height: '2rem'}} />|Data visualization|Rill is an Operational BI tool purpose-built for slicing & dicing data with OLAP engines.|[Documentation](https://docs.rilldata.com/reference/olap-engines/clickhouse)|
|RisingWave|<RisingWaveSVG style={{width: '3rem'}} />|Data ingestion| SQL stream processing with a Postgres-like experience. 10x faster and more cost-efficient than Apache Flink. |[Documentation](https://docs.risingwave.com/docs/current/sink-to-clickhouse/)|
|RudderStack|<RudderstackSVG style={{width: '3rem'}} />|Data ingestion|RudderStack makes it easy to collect and send customer data to the tools and teams that need it|[Documentation](https://www.rudderstack.com/docs/destinations/warehouse-destinations/clickhouse/)|
|RunReveal|<img src={require('./images/logos/runreveal.png').default} class="image" alt="RunReveal logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Data ingestion|Ingest and normalize audit logs from any SaaS application into ClickHouse. Create alerts and detections from scheduled queries.|[Website](https://runreveal.com)|
Expand Down

0 comments on commit 9bab154

Please sign in to comment.