Skip to content

Commit

Permalink
Update README.md (#359)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
ismailsimsek committed Jun 17, 2024
1 parent 7835688 commit 3785b2b
Showing 1 changed file with 6 additions and 3 deletions.
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>

0 comments on commit 3785b2b

Please sign in to comment.