This course will include below topics
- How to install virtualbox and set wifi based networking
- How to install debian linux server as a virtual machine in Virtualbox
- How to install/start/enable openssh server in the Virtualbox VM and connect through ssh from Putty/Gitbash
- How to install/start/enable MySQL/Mariadb database server in the Virtualbox VM
- Try ssh based command line logging in MySQL databases as local connect
- How to install Dbeaver Community Edition in local Windows and connect to MySQL server running in the Virtualbox VM as remote database connect
- How to install python in debian, create python virtual environment venv, pip install, activate venv, connect to mysql and postgres from venv using environment variable for login and password
- OLTP Source System setup
- Create database model
- Create the tables
- Use insert sql to load the tables
- Verify data
- This database will work as Transactional Data source for a fictitious organization
- Python to be used as ETL (Extract-Trnasform-Load)