docs: Document SQL CDC features introduced in DM-SQL-to-FalkorDB#495
docs: Document SQL CDC features introduced in DM-SQL-to-FalkorDB#495shahar-biron wants to merge 2 commits into
Conversation
|
Warning Review limit reached
More reviews will be available in 56 minutes and 9 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the SQL-to-FalkorDB online migration guide to document newly supported native Change Data Capture (CDC) capabilities in DM-SQL-to-FalkorDB, and expands the docs spellcheck allowlist.
Changes:
- Added a “Change Data Capture (CDC)” section describing native CDC support for PostgreSQL, MySQL/MariaDB, and Snowflake.
- Significantly expanded/updated
.wordlist.txtto include additional allowed terms for docs spellchecking.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| operations/migration/sql-to-falkordb.md | Adds a new CDC documentation section to the SQL migration guide. |
| .wordlist.txt | Updates the spellcheck allowlist with many additional terms/acronyms. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### Change Data Capture (CDC) | ||
|
|
||
| Certain loaders natively support real-time Change Data Capture beyond traditional timestamp polling: |
Description
This updates the
sql-to-falkordb.mdmigration guide to document the native Change Data Capture (CDC) capabilities introduced in thev1.1.xrelease line of DM-SQL-to-FalkorDB.Specifically, it highlights:
pgoutput.Created with the assistance of Warp Oz