This is a simple python app working with kafka and cassandra
You need to add your client info in crawler_coinbase in line 9
Check the website https://developers.coinbase.com/
This app crawl the current price of Bitcoin in currency pair BTC-EUR (crawler_coinbase.py)
The price is stored in Cassandra database (persistdata.py)
The data is shown in simple webpage (showdata.py)