Skip to content

Commit

Permalink
Merge pull request #3094 from ClickHouse/fix_integration_meus
Browse files Browse the repository at this point in the history
fix integration menus
  • Loading branch information
gingerwizard authored Jan 16, 2025
2 parents 3e56afe + ba9979d commit 196cd1a
Show file tree
Hide file tree
Showing 31 changed files with 116 additions and 106 deletions.
2 changes: 1 addition & 1 deletion docs/en/cloud/get-started/cloud-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@ Suppose we have the following text in a CSV file named `data.csv`:
- We have a list of [example datasets](/docs/en/getting-started/index.md) with instructions on how to insert them
- Check out our 25-minute video on [Getting Started with ClickHouse](https://clickhouse.com/company/events/getting-started-with-clickhouse/)
- If your data is coming from an external source, view our [collection of integration guides](/docs/en/integrations/index.mdx) for connecting to message queues, databases, pipelines and more
- If you are using a UI/BI visualization tool, view the [user guides for connecting a UI to ClickHouse](/docs/en/integrations/data-visualization.md)
- If you are using a UI/BI visualization tool, view the [user guides for connecting a UI to ClickHouse](/docs/en/integrations/data-visualization)
- The user guide on [primary keys](/docs/en/guides/best-practices/sparse-primary-indexes.md) is everything you need to know about primary keys and how to define them
2 changes: 1 addition & 1 deletion docs/en/integrations/data-ingestion/data-formats/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Handle common Apache formats such as Parquet and Arrow.

Need a SQL dump to import into MySQL or Postgresql? Look no further.

If you are looking to connect a BI tool like Grafana, Tableau and others, check out the [Visualize category](../../data-visualization.md) of the docs.
If you are looking to connect a BI tool like Grafana, Tableau and others, check out the [Visualize category](../../data-visualization/index.md) of the docs.


## Related Content
Expand Down
64 changes: 0 additions & 64 deletions docs/en/integrations/data-visualization.md

This file was deleted.

64 changes: 64 additions & 0 deletions docs/en/integrations/data-visualization/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
sidebar_label: Overview
sidebar_position: 1
keywords: [clickhouse, connect, luzmo, explo, tableau, grafana, metabase, mitzu, superset, deepnote, draxlr, rocketbi, omni, bi, visualization, tool]
---

# Visualizing Data in ClickHouse

<div class='vimeo-container'>
<iframe
src="https://player.vimeo.com/video/754460217?h=3dcae2e1ca"
width="640"
height="360"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture"
allowfullscreen>
</iframe>
</div>

<br/>

Now that your data is in ClickHouse, it's time to analyze it, which often involves building visualizations using a BI tool. Many of the popular BI and visualization tools connect to ClickHouse. Some connect to ClickHouse out-of-the-box, while others require a connector to be installed. We have docs for some of the tools, including:

- [Apache Superset](./superset-and-clickhouse.md)
- [Astrato](./astrato-and-clickhouse.md)
- [Deepnote](./deepnote.md)
- [Draxlr](./draxlr-and-clickhouse.md)
- [Explo](./explo-and-clickhouse.md)
- [Grafana](./grafana/index.md)
- [Looker](./looker-and-clickhouse.md)
- [Luzmo](./luzmo-and-clickhouse.md)
- [Metabase](./metabase-and-clickhouse.md)
- [Mitzu](./mitzu-and-clickhouse.md)
- [Omni](./omni-and-clickhouse.md)
- [Rill](https://docs.rilldata.com/reference/olap-engines/clickhouse)
- [Rocket BI](./rocketbi-and-clickhouse.md)
- [Tableau](./tableau/tableau-and-clickhouse.md)
- [Zing Data](./zingdata-and-clickhouse.md)

## ClickHouse Cloud Compatibility with Data Visualization Tools

| Tool | Supported via | Tested | Documented | Comment |
|-------------------------------------------------------------------------|-------------------------------|--------|------------|-----------------------------------------------------------------------------------------------------------------------------------------|
| [Apache Superset](./superset-and-clickhouse.md) | ClickHouse official connector ||| |
| [Astrato](./astrato-and-clickhouse.md) | Native connector ||| Works natively using pushdown SQL (direct query only). |
| [AWS QuickSight](./quicksight-and-clickhouse.md) | MySQL interface ||| Works with some limitations, see [the documentation](./quicksight-and-clickhouse.md) for more details |
| [Deepnote](./deepnote.md) | Native connector ||| |
| [Explo](./explo-and-clickhouse.md) | Native connector ||| |
| [Grafana](./grafana/index.md) | ClickHouse official connector ||| |
| [Hashboard](./hashboard-and-clickhouse.md) | Native connector ||| |
| [Looker](./looker-and-clickhouse.md) | Native connector ||| Works with some limitations, see [the documentation](./looker-and-clickhouse.md) for more details |
| Looker | MySQL interface | 🚧 || |
| [Luzmo](./luzmo-and-clickhouse.md) | ClickHouse official connector ||| |
| [Looker Studio](./looker-studio-and-clickhouse.md) | MySQL interface ||| |
| [Metabase](./metabase-and-clickhouse.md) | ClickHouse official connector |||
| [Mitzu](./mitzu-and-clickhouse.md) | Native connector ||| |
| [Omni](./omni-and-clickhouse.md) | Native connector ||| |
| [Power BI Desktop](./powerbi-and-clickhouse.md) | ClickHouse official connector ||| Via ODBC, supports direct query mode |
| [Power BI service](/docs/en/integrations/powerbi#power-bi-service) | ClickHouse official connector ||| A [Microsoft Data Gateway](https://learn.microsoft.com/en-us/power-bi/connect-data/service-gateway-custom-connectors) setup is required |
| [Rill](https://docs.rilldata.com/reference/olap-engines/clickhouse) | Native connector |||
| [Rocket BI](./rocketbi-and-clickhouse.md) | Native connector ||| |
| [Tableau Desktop](./tableau/tableau-and-clickhouse.md) | ClickHouse official connector ||| |
| [Tableau Online](./tableau/tableau-online-and-clickhouse.md) | MySQL interface ||| Works with some limitations, see [the documentation](./tableau/tableau-online-and-clickhouse.md) for more details |
| [Zing Data](./zingdata-and-clickhouse.md) | Native connector ||| |
Loading

0 comments on commit 196cd1a

Please sign in to comment.