项目作者: jdeferio

项目描述 :
ETL and Database Interaction Tools for HealthDB
高级语言: Python
项目地址: git://github.com/jdeferio/healthdbETL.git
创建时间: 2021-01-26T15:04:08Z
项目社区:https://github.com/jdeferio/healthdbETL

开源协议:MIT License

下载


HealthDB ETL

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.

  1. # pip
  2. pip install git+https://www.github.com/jdeferio/healthdbETL
  1. # or poetry
  2. poetry add git+https://www.github.com/jdeferio/healthdbETL


Dependencies:


License: MIT