- Website: https://www.python.org
- Source code: https://github.com/python/cpython
- DocTest: https://docs.python.org/3/library/doctest.html#
- DockerDesktop: https://www.docker.com/products/docker-desktop/
- MariaDB: https://hub.docker.com/_/mariadb
For more complete instructions on contributing to CPython development,
On Unix, Linux, macOS, and Windows::
git clone https://github.com/kul1977/push2see_ingest.git
You can clone project from git to your notebook and should be install prerequisite.
- Visual Studio Code 1.71.10 or Lasted version
- Python 3.7 or higher
- Python module pandas
- Python module doctest
- Docker Desktop 20.x.x or Lasted version
- Docker image Database Mariadb 10.9.4
- Download script from Git
- Manage Stack Database MariaDB
- Setup Module Python
- Execute Unit Test by doctest
- ingest data into table STG_DB.CUSTOMER or STG_DB.VENDOR
git clone https://github.com/kul1977/push2see_ingest.git
docker-compose -f db\mariadb\docker-compose.yml up -d
python -m venv env
env/Scripts/activate.bat (Window)
env/Scripts/activate.sh (Linux,MacOS)
python bin\ingest.py --test
python bin\ingest.py -f conf\config.ini -t Customer
python bin\ingest.py -f conf\config.ini -t Vendor
https://medium.com/@kul1977/%E0%B8%97%E0%B8%94%E0%B8%A5%E0%B8%AD%E0%B8%87%E0%B8%AA%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B8%87-framework-data-ingest-by-python-32baed6e783d