[doc](Streamingjob) add mysql pg sync doc - #3291
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for MySQL and PostgreSQL multi-table continuous data synchronization using Streaming Jobs. The documentation expands on the existing TVF-based streaming job functionality to include direct database synchronization capabilities.
Changes:
- Restructured sidebar navigation to categorize streaming job documentation into TVF and Multi-table continuous load
- Added new multi-table synchronization documentation for MySQL/Postgres in both English and Chinese
- Updated SQL reference documentation to include new syntax for database source synchronization
- Fixed relative link paths in existing TVF documentation
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| versioned_sidebars/version-4.x-sidebars.json | Restructured navigation to group streaming job docs under "Continuous Load" category |
| sidebars.ts | Applied same navigation restructuring for current version |
| versioned_docs/version-4.x/data-operate/import/streaming-job/streaming-job-tvf.md | Updated title to "TVF Continuous Load" and fixed relative links |
| versioned_docs/version-4.x/data-operate/import/streaming-job/streaming-job-multi-table.md | New comprehensive guide for MySQL/Postgres multi-table synchronization |
| docs/sql-manual/sql-statements/job/CREATE-STREAMING-JOB.md | Expanded SQL reference to document new source types (MySQL/Postgres) and properties |
| i18n/zh-CN/.../streaming-job-tvf.md | Chinese version updates matching English changes |
| i18n/zh-CN/.../streaming-job-multi-table.md | Chinese version of new multi-table synchronization guide |
| i18n/zh-CN/.../CREATE-STREAMING-JOB.md | Chinese version of expanded SQL reference |
| docs/data-operate/import/streaming-job/* | Current version English documentation updates |
| i18n/zh-CN/docusaurus-plugin-content-docs/current/* | Current version Chinese documentation updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…al/sql-statements/job/CREATE-STREAMING-JOB.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ql-statements/job/CREATE-STREAMING-JOB.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…al/sql-statements/job/CREATE-STREAMING-JOB.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…al/sql-statements/job/CREATE-STREAMING-JOB.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…/import/streaming-job/streaming-job-multi-table.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ql-statements/job/CREATE-STREAMING-JOB.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ql-statements/job/CREATE-STREAMING-JOB.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…/import/streaming-job/streaming-job-multi-table.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…rate/import/streaming-job/streaming-job-multi-table.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…rate/import/streaming-job/streaming-job-multi-table.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
# Conflicts: # sidebars.ts # versioned_sidebars/version-4.x-sidebars.json
# Conflicts: # sidebars.ts # versioned_sidebars/version-4.x-sidebars.json
dataroaring
pushed a commit
that referenced
this pull request
Feb 11, 2026
## Versions - [x] dev - [x] 4.x - [ ] 3.x - [ ] 2.1 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0AyanamiRei
pushed a commit
to 0AyanamiRei/doris-website
that referenced
this pull request
Feb 12, 2026
## Versions - [x] dev - [x] 4.x - [ ] 3.x - [ ] 2.1 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Versions
Languages
Docs Checklist