Update Estuary integration docs with new connector#6255
Open
aeluce wants to merge 4 commits into
Open
Conversation
|
@aeluce is attempting to deploy a commit to the ClickHouse Team on Vercel. A member of the Team first needs to authorize it. |
…into estuary-direct-mat
…into estuary-direct-mat
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Estuary now offers a materialization connector to ClickHouse that uses the native protocol and format. This PR updates docs to include the alternate option and provides an overview page to collect both options under a new sub-section.
Checklist
Note
Low Risk
Documentation-only restructuring and new setup content; no application or infrastructure code changes in the diff.
Overview
Estuary integration docs are reorganized from one page into a small section: an overview at
/integrations/estuary, a new direct native-protocol materialization guide at/integrations/estuary/native, and the existing Kafka ClickPipes flow moved to/integrations/estuary/clickpipes.The overview explains when to use direct materialization vs ClickPipes and links to both paths. The native guide adds setup for ClickHouse permissions (including optional row policies), Estuary ClickHouse connector configuration, and collection/table options. The ClickPipes page is retitled and reframed around ClickHouse Kafka API (not generic “ClickHouse” connector), with cross-links to the native option; some ancillary resource bullets were trimmed.
sidebars.jsreplaces the single Estuary doc entry with a collapsible Estuary category listingindex,native-protocol, andclickpipes.Reviewed by Cursor Bugbot for commit 66e3989. Bugbot is set up for automated code reviews on this repo. Configure here.