ETL pipeline processing FDA Adverse Event Reporting System (FAERS) data
- Python 3.14+
- uv
- Clone the repository:
git clone https://github.com/CoReason-AI/coreason_etl_faers.git cd coreason_etl_faers - Install dependencies:
uv sync --all-extras --dev
- Run the linter:
uv run pre-commit run --all-files
- Run the tests:
uv run pytest