richardogoma / bitcoin-rate-etl

An ETL pipeline to ingest near-real time data of Bitcoin rates across major currencies (USD/GBP/EUR) from the CoinDesk Bitcoin Price Index API.
MIT License
0 stars 1 forks source link

feat: Implement ETL pipeline with linting and documentation updates #9

Closed richardogoma closed 1 year ago

richardogoma commented 1 year ago

This commit implements the ETL pipeline with the recommended linting updates and added documentation. The codebase now follows linting standards, includes proper docstrings for modules and functions, and resolves linting issues pointed out by the linter. This commit also adds a module docstring to the etl_pipeline.py module. The changes improve code readability, maintainability, and adherence to best practices.

Closes #8