Deprecate 4 outdated blog posts with redirects - #473
Open
anshika-oss wants to merge 1 commit into
Open
Conversation
nayanj98
reviewed
Aug 10, 2026
| You can implement CDC with Apache Iceberg from different databases like MySQL, Postgres, Oracle, MongoDB, etc using OLake Go. The detailed steps for implementing the CDC pipeline are mentioned [here](https://olake.io/docs/community/setting-up-a-dev-env/). | ||
|
|
||
| While the present CDC implementation into Apache Iceberg with OLake Go is quite efficient, we are introducing the efficient continuous compaction pattern very soon. Look out for this launch, and definitely try it out! You will be pretty amazed at the compact efficiency that you can achieve with this pattern. | ||
| While the present CDC implementation into Apache Iceberg with OLake Go is quite efficient, we have since released [OLake Fusion](https://olake.io/blog/apache-iceberg-table-maintenance-olake-fusion/), which brings the continuous compaction pattern to your Iceberg tables. Definitely try it out! You will be pretty amazed at the compaction efficiency that you can achieve with this pattern. |
Collaborator
There was a problem hiding this comment.
can we be more generic and not use terms like you will be amazed and also we have released
also why are we linking blog here? should not we upload the link to fusion docs instead as we are asking them to check it out?
nayanj98
reviewed
Aug 10, 2026
|
|
||
| import BlogCTA from '@site/src/components/BlogCTA'; | ||
|
|
||
|  |
Collaborator
There was a problem hiding this comment.
temporal data lake? also iceberg is a table format not a data lake
nayanj98
reviewed
Aug 10, 2026
| No. OLake writes to object storage (S3, ADLS, GCS) as Parquet or Iceberg. If your destination is a database engine, DMS is the better fit. | ||
| <Faq showHeading={false} data={[ | ||
| { | ||
| question: "Q1. Has anyone replaced AWS DMS with OLake in production?", |
Collaborator
There was a problem hiding this comment.
please replace olake with olake go everywhere required
nayanj98
reviewed
Aug 10, 2026
| Yes, broadly. Every source runs the same core check, comparing the committed marker in metadata file against `state.json` before doing any work. The differences are in how each sync mode saves and recovers that marker, and [CDC](#cdc) in particular parses and stores it a bit differently across drivers. See the [Full Refresh](#full-refresh), [Incremental](#incremental), and [CDC](#cdc) sections above for the exact mechanics per mode. | ||
| <Faq showHeading={false} data={[ | ||
| { | ||
| question: "Q1. Does OLake guarantee exactly-once delivery to Apache Iceberg?", |
Collaborator
There was a problem hiding this comment.
here as well can we make it olake go instead of olake? can this be done everywhere in blog
nayanj98
reviewed
Aug 10, 2026
| It is detected on the next scheduled run and listed in the OLake UI, but nothing syncs until you explicitly enable it for the job. Once enabled, OLake creates the destination table and starts syncing under your configured sync mode, with the initial full load running in parallel. | ||
| <Faq showHeading={false} data={[ | ||
| { | ||
| question: "Q1. Does OLake support column renames without losing data?", |
Collaborator
There was a problem hiding this comment.
same here as well please change olake to olake go in the whole blog
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
Test plan
npm run buildwith onBrokenLinks:throw (confirmed zero new broken links vs. baseline)