ETL and Database Interaction Tools for HealthDB
What is it?
healthdbETL is a python package that contains tools for interacting with the HealthDB database. Functions currently include connecting to the database and loading data in chunks.
Where to get it:
The source code is currently hosted on GitHub at:
https://github.com/jdeferio/healthdbETL
Binary installers for the latest released version are not currently available, but the package can be installed using either Pip, Poetry or a package manager of your choosing.
# pip
pip install git+https://www.github.com/jdeferio/healthdbETL
# or poetry
poetry add git+https://www.github.com/jdeferio/healthdbETL
Dependencies:
License: MIT