Hi there, What is the difference between 1. Metafl...
# ask-metaflow
g
s
metaflow UI is the UI where you can see details about your metaflow runs ( steps/tasks ) which ones are running /failed/pending etc. How long did each step take.. ui-backend-service is the backend that responds with data that is shown on the metaflow-UI.
g
For production settings, Does the backend ui service require access to the DB and data store (s3) like the metadata service?
s
@glamorous-butcher-83479 sorry, I was wrong. Yes backend UI service does require connection to S3.
g
Alright thank you 🙂
Does that mean that the metadata service and the UI backend work as a kind MVC? or at least paired read and write services?