Skip to content

Commit

Permalink
Merge pull request #2928 from ClickHouse/fix_perf_link
Browse files Browse the repository at this point in the history
fix postgresql linking
  • Loading branch information
gingerwizard authored Dec 19, 2024
2 parents ead6a73 + f68b8c5 commit f780bd9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/en/faq/integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords: [clickhouse, faq, questions, integrations]
- [How do I connect Kafka to ClickHouse?](/docs/en/integrations/data-ingestion/kafka/index.md)
- [Can I connect my Java application to ClickHouse?](/docs/en/integrations/data-ingestion/dbms/jdbc-with-clickhouse.md)
- [Can ClickHouse read tables from MySQL?](/docs/en/integrations/data-ingestion/dbms/mysql/index.md)
- [Can ClickHouse read tables from PostgreSQL](/docs/en/integrations/data-ingestion/dbms/postgresql/index.md)
- [Can ClickHouse read tables from PostgreSQL](/docs/en/integrations/data-ingestion/dbms/postgresql/connecting-to-postgresql.md)
- [What if I have a problem with encodings when connecting to Oracle via ODBC?](/docs/en/faq/integration/oracle-odbc.md)

:::info Don’t see what you're looking for?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: /en/integrations/postgresql
slug: /en/integrations/postgresql/connecting-to-postgresql
title: Connecting to PostgreSQL
keywords: [clickhouse, postgres, postgresql, connect, integrate, table, engine]
---
Expand All @@ -11,7 +11,6 @@ import ExperimentalBadge from '@theme/badges/ExperimentalBadge';

This page covers following options for integrating PostgreSQL with ClickHouse:


- using [ClickPipes](/en/integrations/clickpipes/postgres), the managed integration service for ClickHouse Cloud - now in Private Preview. Please [sign up here](https://clickpipes.peerdb.io/)
- using `PeerDB by ClickHouse`, a CDC tool specifically designed for PostgreSQL database replication to both self-hosted ClickHouse and ClickHouse Cloud
- PeerDB is now available natively in ClickHouse Cloud - Blazing-fast Postgres to ClickHouse CDC with our [new ClickPipe connector](/en/integrations/clickpipes/postgres) - now in Private Preview. Please [sign up here](https://clickpipes.peerdb.io/)
Expand Down
12 changes: 12 additions & 0 deletions docs/en/integrations/data-sources/postgres.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
slug: /en/integrations/postgresql
sidebar_label: PostgreSQL
title: PostgreSQL
hide_title: false
---

import PostgreSQL from '@site/docs/en/integrations/data-ingestion/dbms/postgresql/connecting-to-postgresql.md';

A full migration guide for PostgreSQL to ClickHouse, including advice on data modeling and equivalent concepts, can be found [here](/docs/en/migrations/postgresql/overview). The following describes how to connect ClickHouse and PostgreSQL.

<PostgreSQL/>
8 changes: 2 additions & 6 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const sidebars = {
id: "en/migrations/postgres/overview",
label: "Introduction",
},
"en/integrations/data-ingestion/dbms/postgresql/index",
"en/integrations/data-ingestion/dbms/postgresql/connecting-to-postgresql",
"en/integrations/data-ingestion/dbms/postgresql/postgres-vs-clickhouse",
"en/migrations/postgres/dataset",
"en/migrations/postgres/designing-schemas",
Expand Down Expand Up @@ -664,11 +664,7 @@ const sidebars = {
"en/integrations/data-ingestion/s3/performance"
],
},
{
type: "doc",
id: "en/integrations/data-ingestion/dbms/postgresql/index",
label: "PostgreSQL",
},
"en/integrations/data-sources/postgres",
{
type: "category",
label: "Kafka",
Expand Down

0 comments on commit f780bd9

Please sign in to comment.