This is a small utility which leverages pyspark to compare data between two tables existing in two different databases.
To setup on linux run the make file with following commands
make setup
make initialize
make build
Now to run the ui
make run
port 5000 is exposed so head to 5000 on ur browser.
and to kill the container
make kill
To launch on windows download java1.8 and python3.8 then pip all the the requirements under config folder
pip install -r config/requirements.txt
To launch the app just trigger the bat file run.bat