This repository contains a livebook that provides an introduction to Kafka and examples in Elixir. The main objective of this livebook is to introduce the basics of Kafka and its core concepts, along with providing examples of how to use the Kafka in Elixir.
- Basic knowledge of Elixir and functional programming concepts
- Docker and Docker Compose installed
- Clone the repository
git clone https://github.com/valerio-iachini/kafka_livebook.git
- Start the Kafka cluster using Docker Compose
cd kafka_livebook
docker-compose up
- Run the livebook server
livebook server