Skip to content

Deprecate 4 outdated blog posts with redirects - #473

Open
anshika-oss wants to merge 1 commit into
masterfrom
blog-deprications-and-updates
Open

Deprecate 4 outdated blog posts with redirects#473
anshika-oss wants to merge 1 commit into
masterfrom
blog-deprications-and-updates

Conversation

@anshika-oss

@anshika-oss anshika-oss commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Removes 4 outdated posts, each with a redirect to a maintained replacement
  • Cleans up stale JSON-LD schema entries and llm.txt/llms.txt listings

Test plan

  • npm run build with onBrokenLinks:throw (confirmed zero new broken links vs. baseline)
  • Verified redirect stubs generate correctly for all 4 slugs
  • Confirmed all 4 removed from sitemap.xml

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?


import BlogCTA from '@site/src/components/BlogCTA';

![Conflict Free CDC](/img/blog/cover/conflict-free-cdc.webp)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temporal data lake? also iceberg is a table format not a data lake

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?",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please replace olake with olake go everywhere required

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?",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here as well can we make it olake go instead of olake? can this be done everywhere in blog

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?",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here as well please change olake to olake go in the whole blog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants