A Go script that collects real-time cryptocurrency data from the CoinCap API and streams updates through Apache Kafka. The project uses a Dockerized Kafka container to relay updates in real time, tracking selected cryptocurrencies.
- docker run -d --name=kafka -p 9092:9092 apache/kafka or use your own local one
- Set up .env file with kafka port
- run the script