Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update image to use New Teleport SVG instead #3220

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
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 TeleportSVG 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|<TeleportSVG style={{width: '3rem', 'height': '3rem' }} />|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