-
Notifications
You must be signed in to change notification settings - Fork 408
[doc](Streamingjob) add mysql pg sync doc #3291
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
...saurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/job/CREATE-STREAMING-JOB.md
Outdated
Show resolved
Hide resolved
...ugin-content-docs/version-4.x/data-operate/import/streaming-job/streaming-job-multi-table.md
Outdated
Show resolved
Hide resolved
...saurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/job/CREATE-STREAMING-JOB.md
Outdated
Show resolved
Hide resolved
...ugin-content-docs/version-4.x/data-operate/import/streaming-job/streaming-job-multi-table.md
Outdated
Show resolved
Hide resolved
...s-plugin-content-docs/current/data-operate/import/streaming-job/streaming-job-multi-table.md
Outdated
Show resolved
Hide resolved
...docusaurus-plugin-content-docs/current/sql-manual/sql-statements/job/CREATE-STREAMING-JOB.md
Outdated
Show resolved
Hide resolved
...s-plugin-content-docs/current/data-operate/import/streaming-job/streaming-job-multi-table.md
Outdated
Show resolved
Hide resolved
...docusaurus-plugin-content-docs/current/sql-manual/sql-statements/job/CREATE-STREAMING-JOB.md
Outdated
Show resolved
Hide resolved
...saurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/job/CREATE-STREAMING-JOB.md
Outdated
Show resolved
Hide resolved
...docusaurus-plugin-content-docs/current/sql-manual/sql-statements/job/CREATE-STREAMING-JOB.md
Outdated
Show resolved
Hide resolved
…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>
Versions
Languages
Docs Checklist