{"id":13588644,"url":"https://github.com/Netflix/metaflow-ui","last_synced_at":"2025-04-08T06:32:30.020Z","repository":{"id":42623445,"uuid":"421293371","full_name":"Netflix/metaflow-ui","owner":"Netflix","description":":art: UI for monitoring your Metaflow executions!","archived":false,"fork":false,"pushed_at":"2025-03-24T11:11:38.000Z","size":6173,"stargazers_count":331,"open_issues_count":20,"forks_count":38,"subscribers_count":170,"default_branch":"master","last_synced_at":"2025-03-24T12:27:58.438Z","etag":null,"topics":["metaflow","ml-platform","ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Netflix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-26T05:34:12.000Z","updated_at":"2025-03-17T21:57:06.000Z","dependencies_parsed_at":"2023-10-05T03:44:18.799Z","dependency_job_id":"9319e210-477b-41a6-8298-a8ca79f1acbc","html_url":"https://github.com/Netflix/metaflow-ui","commit_stats":null,"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netflix%2Fmetaflow-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netflix%2Fmetaflow-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netflix%2Fmetaflow-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netflix%2Fmetaflow-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Netflix","download_url":"https://codeload.github.com/Netflix/metaflow-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792128,"owners_count":20996878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["metaflow","ml-platform","ui"],"created_at":"2024-08-01T15:06:50.445Z","updated_at":"2025-04-08T06:32:25.010Z","avatar_url":"https://github.com/Netflix.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Core Infrastructure"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/mfgui.gif\" width=\"75%\" height=\"75%\"/\u003e\n\u003c/p\u003e\n\n\n# Metaflow UI\n\n[![Build](https://github.com/Netflix/metaflow-ui/workflows/Build%20and%20test/badge.svg)](https://github.com/Netflix/metaflow-ui/actions) [![GitHub release](https://img.shields.io/github/release/Netflix/metaflow-ui.svg)](https://github.com/Netflix/metaflow-ui/releases/latest)\n\nMetaflow UI is a tool to monitor [Metaflow](https://github.com/Netflix/metaflow) workflows in real-time.\n\n## Getting started\n\nUsing Metaflow UI requires [Metaflow Service](https://github.com/Netflix/metaflow-service) for now.\n\nTo setup a local development environment, see [docs/README.md](docs/README.md).\n\n### Deploying the UI\n\nDeploying Metaflow UI requires setting up a UI service (which is different from the Metaflow service but uses the same backing database). To deploy the UI service, follow instructions at [Metaflow UI Service](https://github.com/Netflix/metaflow-service).\n\n### Docker support\n\nDockerfile provides support for an `nginx` container hosting the production build of the application.\n\n```sh\n# Build Docker image\n$ docker build --tag metaflow-ui:latest .\n# Run Docker container on port 3000\n$ docker run -p 3000:3000 metaflow-ui:latest\n# Run Docker container using custom API endpoint\n$ docker run -p 3000:3000 -e METAFLOW_SERVICE=http://custom-ui-backend/api metaflow-ui:latest\n```\n\nFor example, when used with a locally deployed [Metaflow UI Service](https://github.com/Netflix/metaflow-service), the UI can be launched with\n\n```sh\ndocker run -p 3000:3000 -e METAFLOW_SERVICE=http://localhost:8083/ metaflow-ui:latest\n```\n\nDockerfile also supports the following environment variables to inject content into the UI's index.html:\n\n- `METAFLOW_HEAD` - Inject content to `head` element\n- `METAFLOW_BODY_BEFORE` - Inject content at the beginning of `body` element\n- `METAFLOW_BODY_AFTER` - Inject content at the end of `body` element\n\nUse cases for these variables range from additional meta tags to analytics script injection.\n\nExample on how to add a keyword meta tag to Metaflow UI:\n\n```\nMETAFLOW_HEAD='\u003cmeta name=\"keywords\" content=\"metaflow\" /\u003e'\n```\n\n### Plugins development\n\nSee [docs/plugin-system.md](docs/plugin-system.md) to get started with plugins development.\n\n## Documentation\n\nSee [docs/README.md](docs/README.md) to learn more.\n\nGeneral Metaflow documentation available [here](https://docs.metaflow.org):\n\n## Contributing\n\nWe welcome contributions to Metaflow. Please see our [contribution guide](CONTRIBUTING.md) for more details.\n\n## Get in Touch\n\nThere are several ways to get in touch with us:\n\n- Open an issue at: https://github.com/Netflix/metaflow-ui\n- Email us at: help@metaflow.org\n- Chat with us on: http://chat.metaflow.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNetflix%2Fmetaflow-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNetflix%2Fmetaflow-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNetflix%2Fmetaflow-ui/lists"}