Skip to content

Commit

Permalink
fix postgresql linking
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerwizard committed Dec 19, 2024
1 parent 219af3c commit 18b0a89
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
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
10 changes: 10 additions & 0 deletions docs/en/integrations/data-sources/postgres.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
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';

<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 18b0a89

Please sign in to comment.