Hello there ! I am trying to setup metaflow for on...
# ask-metaflow
b
Hello there ! I am trying to setup metaflow for on prem usage, using : •
docker-compose -f docker-compose.development.yml up
from the metaflow-service package •
docker run -p 3000:3000 -e METAFLOW_SERVICE=<http://localhost:8083/> metaflow-ui:latest
from the metaflow ui package and then running
METAFLOW_SERVICE_URL=<http://localhost:8080> METAFLOW_DEFAULT_METADATA="service" python3 sample_metaflow.py run
works, but on the UI i get the message
Since this run uses local datastore instead of cloud services, some information may be incomplete.
(indeed i cant see the stdout, stderr, artifacts... and the metaflow/_parameters/data.json says "datastore: local") and i havent found any doc on how to change it to get the view on the full data in the UI. Can i keep this simple config or do i need to switch to k8s ? (and if so, do you have a doc related ?)