A simple application that connects to the CoinbasePro WebSocket API, subscribes to Ticker channel for BTC to EUR currency course and stores that to MySQL every X seconds. If no update on price has been made, the latest value is stored to the database. Database specialized specificaly for time series storage, like InfluxDB, could have been an even better choice.