This dashboard provides the statuses of ASKEM's TA1 services. Specifically, the dashboard indicates
- If an operation works with
knowledge-middleare - How long that operation takes to complete
- The quality of the outputs (not yet implemented)
Currently, the dashboard is testing knowledge-middleware integration
but other services and TAs might be checked in the future.
To view the current status, start the Streamlit app by running:
cp sample.env .env
# Change `.env` as needed
make up
AWS_ACCESS_KEY_IDandAWS_SECRET_ACCESS_KEY: Standard credentials for reading and writing to S3BUCKET: The bucket you'd like to read and write to.USE_LOCAL: Read from the gitignore files inoutput/ta*instead of S3.
To set up the project for development, run
make dev-init
