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