MarquezProject / marquez-web

Marquez Web UI
23 stars 6 forks source link

Add /healthcheck #106

Closed wslulciuc closed 4 years ago

wslulciuc commented 4 years ago

The PR adds a health endpoint:

Usage

GET /healthcheck

200 OK

This PR also adds the flag --local to ./docker.up.sh providing the option to build images from source or pull from a remote repository (i.e docker hub).

Usage

$ ./docker.up.sh --local

/cc @frankcash thanks for the suggestion!