A ready-to-use Kafka system for online
Clone the repository code from Github.
git clone https://github.com/David-Egea/netbooks.gitBuild, start and run the containers declared in docker-compose.yml.
cd netbooks
docker-compose upIf the containers are stopped or exited, execute the previous command to run them again.
In order to run this project requires other additional python libraries. These dependencies are included at requirements.txt. To install the requirements:
pip install -r requirements.txtOpen a new terminal and execute the command...