This is my public Repository about Data Engineering.
To run and test this locally (please make sure you have Docker), run
make build-pageit will build the docker image locally.
Then, run
make devit will run the docker image and expose the UI to http://localhost:8000/data-engineering/.
make testrun this command
make stop