Skip to content

Commit

Permalink
Removed dbeaver duplicate entry and added rocketbi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryado committed Nov 16, 2022
1 parent 41ca622 commit 99647de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/en/integrations/images/logos/rocketbi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/en/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import KafkaSVG from "./images/logos/kafka.svg";
import SupersetSVG from "./images/logos/superset.svg";
import PythonSVG from "./images/logos/Python-logo-notext.svg";
import CsharpSVG from "./images/logos/csharp.svg";
import RocketbiSVG from "./images/logos/rocketbi.svg";

# Integrations

Expand All @@ -40,7 +41,6 @@ We are actively compiling this list of ClickHouse integrations below, so it's no
|------|----|----------------|------------------|-------------|
|Amazon S3|<S3SVG style={{width: '3rem', height: '3rem'}} />|Data ingestion|Import from, export to, and transform S3 data in flight with ClickHouse built-in S3 functions.|[Documentation](./s3)|
|ClickHouse Client|<ClickHouseSVG style={{width: '3rem'}} />|SQL client|ClickHouse Client is the native command-line client for ClickHouse.|[Documentation](../interfaces/cli)|
|DBeaver|<DbeaverSVG style={{width: '3rem'}} />|SQL client|Free multi-platform database administration tool. Connects to Clickhouse through JDBC driver.|[Documentation](./sql-clients/dbeaver)|
|dbt|<DbtSVG style={{width: '3rem'}} />|Data ingestion|Use dbt (data build tool) to transform data in ClickHouse by simply writing select statements. dbt puts the T in ELT.|[Documentation](./dbt)|
|Go|<GoLangSVG style={{width: '3rem'}} />|Language client|The Go client uses the native interface for a performant, low-overhead means of connecting to ClickHouse.|[Documentation](/docs/en/integrations/language-clients/go/intro.md)|
|Java|<JavaSVG style={{width: '3rem' }} />|Language client|The Java client is an async, lightweight, and low-overhead library for ClickHouse.|[Documentation](https://github.com/clickhouse/clickhouse-jdbc#readme)|
Expand Down Expand Up @@ -80,5 +80,6 @@ We are actively compiling this list of ClickHouse integrations below, so it's no
|C#|<CsharpSVG style={{width: '3rem'}} />|Language client|ClickHouse.Client is a feature-rich ADO.NET client implementation for ClickHouse|[Documentation](https://github.com/DarkWanderer/ClickHouse.Client/wiki/Quick-start)|
|Kafka|<KafkaSVG style={{width: '3rem'}} />|Data ingestion|Integration with Apache Kafka, the open-source distributed event streaming platform.|[Documentation](./kafka)|
|Metabase|<img src={require('./images/logos/logo_metabase.png').default} class="image" alt="Metabase logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Data visualization|Metabase is an easy-to-use, open source UI tool for asking questions about your data.|[Documentation](https://clickhouse.com/docs/en/connect-a-ui/metabase-and-clickhouse/)|
|Rocket.BI|<RocketbiSVG style={{width: '3rem'}} />|Data visualization|RocketBI is a self-service business intelligence platform that helps you quickly analyze data, build drag-n-drop visualizations and collaborate with colleagues right on your web browser.|[GitHub repo](https://github.com/datainsider-co/rocket-bi)|

</div>

0 comments on commit 99647de

Please sign in to comment.