Skip to content
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

Update README.md #359

Merged
merged 2 commits into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@

This project adds iceberg consumer
to [Debezium Server](https://debezium.io/documentation/reference/operations/debezium-server.html). It could be used to
replicate database CDC changes to Iceberg table (Cloud Storage, HDFS) in realtime, without requiring Spark, Kafka or
Streaming platform. It's possible to consume data append or upsert modes.
replicate any database(CDC changes) to could as an Iceberg table in realtime. Without requiring Spark, Kafka or
Streaming platform. It's possible to consume data in append or upsert modes.

More detail available in [Documentation Page](docs/DOCS.md)
Also, check [caveats](docs/CAVEATS.md) for better understanding the current limitation and proper workaround

For more details, refer to the [Documentation Page](docs/DOCS.md).
Additionally, to fully understand potential challenges please review the [Caveats Section](docs/CAVEATS.md)

![Debezium Iceberg](docs/images/debezium-iceberg.png)

# Install from source
Expand Down Expand Up @@ -73,4 +76,4 @@ See [contributing document](CONTRIBUTING.md) for details.

<a href="https://github.com/memiiso/debezium-server-iceberg/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=memiiso/debezium-server-iceberg" />
</a>
</a>