tet123/documentation/modules/ROOT/pages/tutorial.adoc

47 lines
1.4 KiB
Plaintext
Raw Normal View History

[id="tutorial"]
= Tutorial
:toc:
:toc-placement: macro
:sectanchors:
:linkattrs:
:icons: font
:source-highlighter: highlight.js
2020-02-04 22:14:56 +01:00
:windows:
toc::[]
2020-02-04 22:14:56 +01:00
This tutorial demonstrates how to use {prodname} to monitor a MySQL database.
As the data in the database changes, you will see the resulting event streams.
2020-02-04 22:14:56 +01:00
In this tutorial you will start the {prodname} services,
run a MySQL database server with a simple example database,
and use {prodname} to monitor the database for changes.
2020-02-04 22:14:56 +01:00
.Prerequisites
2020-02-04 22:14:56 +01:00
* Docker is installed and running.
+
2021-07-16 12:27:13 +02:00
This tutorial uses Docker and the {prodname} container images to run the required services.
2020-02-04 22:14:56 +01:00
You should use the latest version of Docker.
For more information, see link:https://docs.docker.com/engine/installation/[the Docker Engine installation documentation].
ifdef::community[]
[NOTE]
====
2021-07-16 12:27:13 +02:00
This example can also be run using Podman. For more information see link:https://podman.io/[Podman].
====
endif::community[]
include::{partialsdir}/modules/tutorial/con-introduction-debezium.adoc[leveloffset=+1]
include::{partialsdir}/assemblies/tutorial/assembly-starting-services.adoc[leveloffset=+1]
include::{partialsdir}/assemblies/tutorial/assembly-deploying-mysql-connector.adoc[leveloffset=+1]
include::{partialsdir}/assemblies/tutorial/assembly-viewing-change-events.adoc[leveloffset=+1]
include::{partialsdir}/modules/tutorial/proc-cleaning-up.adoc[leveloffset=+1]
include::{partialsdir}/modules/tutorial/con-next-steps.adoc[leveloffset=+1]