Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 407 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 407 Bytes

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)