Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
20 changes: 20 additions & 0 deletions docs/en/integrations/images/logos/teleport.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/en/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import SodaPNG from "./images/logos/soda_logo.png";
import SqliteSVG from "./images/logos/sqlite.svg";
import SupersetSVG from "./images/logos/superset.svg";
import TablumSVG from "./images/logos/tablum.svg";
import Teleport from "./images/logos/teleport_logo.png";
import Teleport from "./images/logos/teleport.svg";
import TricksterCacheSVG from "./images/logos/trickster-logo.svg";
import UpstashSVG from "./images/logos/upstash.svg";
import YepcodeSVG from "./images/logos/yepcode.svg";
Expand Down Expand Up @@ -222,7 +222,7 @@ We are actively compiling this list of ClickHouse integrations below, so it's no
|StreamingFast|<img src={require('./images/logos/streamingfast.png').default} className="image" alt="StreamingFast logo" style={{width: '3rem', 'backgroundColor': 'transparent'}}/>|Data ingestion| Blockchain-agnostic, parallelized and streaming-first data engine. |[Website](https://www.streamingfast.io/)|
|Streamkap|<img src={require('./images/logos/streamkap-logo.png').default} className="image" alt="Streamkap logo" style={{width: '3rem', 'backgroundColor': 'transparent'}}/>|Data ingestion|Setup real-time CDC (Change Data Capture) streaming to ClickHouse with high throughput in minutes.|[Documentation](https://docs.streamkap.com/docs/clickhouse)|
|Supabase|<img src={require('./images/logos/logo_supabase.png').default} className="image" alt="Supabase logo" style={{width: '3rem', 'backgroundColor': 'transparent'}}/>|Data ingestion|Open source Firebase alternative|[GitHub](https://github.com/supabase/wrappers/tree/main/wrappers/src/fdw/clickhouse_fdw),[Blog](https://clickhouse.com/blog/migrating-data-between-clickhouse-postgres)|
|Teleport|<img src={require('./images/logos/teleport_logo.png').default} className="image" alt="Teleport logo" style={{width: '3rem', 'backgroundColor':'transparent'}}/>|Secure connection|Teleport Database Service authenticates to ClickHouse using x509 certificates, which are available for the ClickHouse HTTP and Native (TCP) interfaces.|[Documentation](https://goteleport.com/docs/database-access/enroll-self-hosted-databases/clickhouse-self-hosted/)|
|Teleport|<img src={require('./images/logos/teleport.svg').default} className="image" alt="Teleport logo" style={{width: '3rem', 'backgroundColor':'transparent'}}/>|Secure connection|Teleport Database Service authenticates to ClickHouse using x509 certificates, which are available for the ClickHouse HTTP and Native (TCP) interfaces.|[Documentation](https://goteleport.com/docs/enroll-resources/database-access/enroll-self-hosted-databases/clickhouse-self-hosted/)|
|TABLUM.IO|<TablumSVG style={{width: '3rem'}} />|SQL client|TABLUM.IO ingests data from a variety of sources, normalizes and cleans inconsistencies, and gives you access to it via SQL.|[Documentation](/docs/en/integrations/sql-clients/tablum.md)|
|Tooljet|<img src={require('./images/logos/tooljet.png').default} className="image" alt="Tooljet logo" style={{width: '3rem', 'backgroundColor': 'transparent'}}/>|Data Visualization|ToolJet is an open-source low-code framework to build and deploy custom internal tools.|[Documentation](https://docs.tooljet.com/docs/data-sources/clickhouse/)|
|Upstash|<UpstashSVG style={{width: '3rem'}} />|Data Ingestion|A data platform offering serverless Kafka and other solutions|[Website](https://upstash.com/)|
Expand Down
Loading