Skip to content

Commit

Permalink
add debezium deep dive to top level page
Browse files Browse the repository at this point in the history
  • Loading branch information
hpgrahsl committed Nov 28, 2023
1 parent a2e74d6 commit 72f383b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* xref:kafka.adoc[Kafka]
* xref:debezium.adoc[Debezium]
** xref:debezium.adoc#one[Debezium I]
* xref:knative.adoc[Knative]
* xref:tekton.adoc[Tekton]
Expand Down
37 changes: 37 additions & 0 deletions documentation/modules/ROOT/pages/debezium.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
= Debezium
include::_attributes.adoc[]

Learn the basics of change data capture with link:https://debezium.io[Debezium,window=_blank] in one module of 1 hour. +
+

image::debeziumlogo.png[Debezium logo,100,float="right"]

*Tutorial*: link:https://dn.dev/debezium-tutorial[dn.dev/debezium-tutorial,window=_blank]

*Slides*: link:https://dn.dev/debezium[dn.dev/debezium,window=_blank]

[#one]
== Debezium I

[cols="1,3,2"]
|===
| *Duration* | *Audience* | *Level*
|1 hour
|Developers and Architects
|Beginner
|===

This tutorial helps you to get started with the open-source change data capture platform Debezium. You will learn about selected features and different ways, how Debezium let’s you build streaming data pipelines using popular relational and non-relational databases as data sources. Examples also show, how to stream captured change events to different sink systems, including but not limited to Apache Kafka. +
+

image::debezium1.png["Debezium 1"]

What you will learn:

* The fundamentals about Debezium
* Benefits of log-based change data capture (CDC)
* Databases which are supported by Debezium
* 3 ways to run / work with Debezium
* Using Debezium's PostgreSQL connector to publish database changes to Apache Kafka
* Running Debezium Server to set up a CDC pipeline between PostgreSQL and a web API endpoint
* Working with Debezium UI to configure and inspect a MySQL source connector

0 comments on commit 72f383b

Please sign in to comment.