Skip to content

Commit

Permalink
promote Rust client as official
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Aug 8, 2024
1 parent 87e0278 commit cec61db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ We are actively compiling this list of ClickHouse integrations below, so it's no
|QuickSight|<QuickSightSVG style={{width: '3rem', 'height': '3rem', fill: '#5ccfff'}} />|Data visualization|Amazon QuickSight powers data-driven organizations with unified business intelligence (BI) at hyperscale.|[Documentation](/docs/en/integrations/quicksight)|
|RabbitMQ|<RabbitmqSVG style={{width: '3rem', 'height': '3rem' }} />|Data integration|Allows ClickHouse to connect [RabbitMQ](https://www.rabbitmq.com/).|[Documentation](/docs/en/engines/table-engines/integrations/rabbitmq)|
|Redis|<RedisSVG style={{width: '3rem', 'height': '3rem' }} />|Data integration|Allows ClickHouse to use [Redis](https://redis.io/) as a dictionary source.|[Documentation](/docs/en/sql-reference/dictionaries/index.md#redis)|
|Rust|<img src={require('./images/logos/logo_rust.png').default} class="image" alt="Rust logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Language client|A typed client for ClickHouse|[GitHub](https://github.com/ClickHouse/clickhouse-rs)|
|SQLite|<SqliteSVG style={{width: '3rem', 'height': '3rem' }} />|Data integration|Allows to import and export data to SQLite and supports queries to SQLite tables directly from ClickHouse.|[Documentation](/docs/en/engines/table-engines/integrations/sqlite)|
|Superset|<SupersetSVG style={{width: '3rem'}} />|Data visualization|Explore and visualize your ClickHouse data with Apache Superset.|[Documentation](/docs/en/integrations/data-visualization/superset-and-clickhouse.md)|
|Tableau Online|<img src={require('./images/logos/logo_tableau.png').default} class="image" alt="Tableau Online logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Data visualization|Tableau Online streamlines the power of data to make people faster and more confident decision makers from anywhere|[Documentation](/docs/en/integrations/tableau-online)|
Expand Down Expand Up @@ -270,7 +271,6 @@ We are actively compiling this list of ClickHouse integrations below, so it's no
|RSyslog|<img src={require('./images/logos/rsyslog.png').default} class="image" alt="RSyslog logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Data Ingestion|This module provides native support for logging to ClickHouse.|[Documentation](https://www.rsyslog.com/doc/master/configuration/modules/omclickhouse.html)|
|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](https://github.com/datainsider-co/rocket-bi), <br/>[Documentation](/docs/en/integrations/data-visualization/rocketbi-and-clickhouse.md)|
|Ruby|<img src={require('./images/logos/logo_ruby.png').default} class="image" alt="Ruby logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Language client|A modern Ruby database driver for ClickHouse|[GitHub](https://github.com/shlima/click_house)|
|Rust|<img src={require('./images/logos/logo_rust.png').default} class="image" alt="Rust logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Language client|A typed client for ClickHouse|[GitHub](https://github.com/loyd/clickhouse.rs)|
|R|<img src={require('./images/logos/logo_r.png').default} class="image" alt="R logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Language client|R package is a DBI interface for the ClickHouse database|[GitHub](https://github.com/IMSMWU/RClickHouse)|
|SQLPad||SQL client|SQLPad is a web app for writing and running SQL queries and visualizing the results|[Documentation](https://getsqlpad.com/en/connections/#clickhouse)|
|Scala|<img src={require('./images/logos/logo_scala.png').default} class="image" alt="Scala logo" style={{width: '3rem', 'background-color': 'transparent'}}/>|Language client|ClickHouse Scala Client that uses Akka Http|[GitHub](https://github.com/crobox/clickhouse-scala-client)|
Expand Down

0 comments on commit cec61db

Please sign in to comment.