Steps Google Cloud Console (https://console.cloud.google.com/)
- Activate APIs --> Go to Menu --> APIs and Services --> APIs and Services enabled --> Enable the Compute Engine API and Dataflow API
- Create Service Account --> Menu --> IAM and Admin --> Service Account --> Add name, ID, description --> Create and Continue --> Rol "Product Owner"
- Create a key for the account --> Manage keys --> Add Key --> Create new Key
- Activate Cloud Shell to develop data transformation apps
Setting Up Kafka
- Install Docker - https://www.docker.com/products/docker-desktop
- Powershell - cd Kafka-Project
- docker-compose -f kafka-single-node.yml up -d
- docker ps
- To shut down and remove setup: docker-compose -f kafka-single-node.yml down