tet123/documentation/modules/ROOT/pages/tutorial.adoc
Alexander Schwartz 13dbc1f31c DBZ-1944 moving files that are used only in includes to partials
... so that Antora doesn't create a separate page for them that would be meaningless or confusing to users or search engines
2020-04-09 08:29:46 +02:00

44 lines
1.4 KiB
Plaintext

= Tutorial
include::_attributes.adoc[]
:toc:
:toc-placement: macro
:sectanchors:
:linkattrs:
:icons: font
:source-highlighter: highlight.js
:windows:
toc::[]
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.
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.
.Prerequisites
* Docker is installed and running.
+
This tutorial uses Docker and the {prodname} Docker images to run the required services.
You should use the latest version of Docker.
For more information, see link:https://docs.docker.com/engine/installation/[the Docker Engine installation documentation].
+
[NOTE]
====
For this tutorial, do not run Docker in a virtual machine (using Docker Machine).
====
include::{partialsdir}/modules/tutorial/c_introduction-debezium.adoc[leveloffset=+1]
include::{partialsdir}/assemblies/tutorial/as_starting-services.adoc[leveloffset=+1]
include::{partialsdir}/assemblies/tutorial/as_deploying-mysql-connector.adoc[leveloffset=+1]
include::{partialsdir}/assemblies/tutorial/as_viewing-change-events.adoc[leveloffset=+1]
include::{partialsdir}/modules/tutorial/p_cleaning-up.adoc[leveloffset=+1]
include::{partialsdir}/modules/tutorial/c_next-steps.adoc[leveloffset=+1]