Project for Web Scraping, MLOps and Cloud Computing with Crypto data.
Core points:
- Web Scraping: the web scraping objetive is get util data for this analisys. This step is contained in the Application layer in the figure above. The origin data are from: https://www.investing.com/crypto/currencies, all rights reserved;
- Storage: after the previous step, we need to save the scrapped data. For this, we can use the PostgreSQL. This step is contained in the Storage layer;
- Storage:we knows that data changes over time (mainly cryptocurrencies). In this way, we need to get the data in a recurring and consistent way throughout the day, that is, every two minutes, as shown in Trigger layer.
After this process, we have a database that is being populated with about +- 100rows/5minutes.