// Metadata created by nebel // // UserStory: As an evaluator, I want to quickly start the Kafka, Debezium, and MySQL services so that I can register the MySQL connector with a sample database. :context: debezium [id="starting-services"] = Starting the services Using {prodname} requires three separate services: http://zookeeper.apache.org[ZooKeeper], Kafka, and the {prodname} connector service. In this tutorial, you will set up a single instance of each service using http://docker.com[Docker] and https://hub.docker.com/u/debezium/[the {prodname} Docker images]. To start the services needed for this tutorial, you must: * xref:starting-zookeeper[Start Zookeeper] * xref:starting-kafka[Start Kafka] * xref:starting-mysql-database[Start a MySQL database] * xref:starting-mysql-command-line-client[Start a MySQL command line client] * xref:starting-kafka-connect[Start Kafka Connect] include::../../modules/tutorial/c_considerations-running-debezium-with-docker.adoc[leveloffset=+1] include::../../modules/tutorial/p_starting-zookeeper.adoc[leveloffset=+1] include::../../modules/tutorial/p_starting-kafka.adoc[leveloffset=+1] include::../../modules/tutorial/p_starting-mysql-database.adoc[leveloffset=+1] include::../../modules/tutorial/p_starting-mysql-command-line-client.adoc[leveloffset=+1] include::../../modules/tutorial/p_starting-kafka-connect.adoc[leveloffset=+1]