Giter Site home page Giter Site logo

iianderson / metaflow-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from netflix/metaflow-ui

0.0 1.0 0.0 3.21 MB

:art: UI for monitoring your Metaflow executions!

License: Apache License 2.0

JavaScript 2.69% Dockerfile 0.10% HTML 1.57% CSS 0.12% TypeScript 94.89% Shell 0.63%

metaflow-ui's Introduction

Metaflow UI

Build GitHub release

Metaflow UI is a tool to monitor Metaflow workflows in real-time.

Getting started

Using Metaflow UI requires Metaflow Service for now.

To setup a local development environment, see docs/README.md.

Deploying the UI

Deploying 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.

Docker support

Dockerfile provides support for an nginx container hosting the production build of the application.

# Build Docker image
$ docker build --tag metaflow-ui:latest .
# Run Docker container on port 3000
$ docker run -p 3000:3000 metaflow-ui:latest
# Run Docker container using custom API endpoint
$ docker run -p 3000:3000 -e METAFLOW_SERVICE=http://custom-ui-backend/api metaflow-ui:latest

For example, when used with a locally deployed Metaflow UI Service, the UI can be launched with

$ docker run -p 3000:3000 -e METAFLOW_SERVICE=http://localhost:8083/ metaflow-ui:latest

Dockerfile also supports the following environment variables to inject content into the UI's index.html:

  • METAFLOW_HEAD - Inject content to head element
  • METAFLOW_BODY_BEFORE - Inject content at the beginning of body element
  • METAFLOW_BODY_AFTER - Inject content at the end of body element

Use cases for these variables range from additional meta tags to analytics script injection.

Example on how to add a keyword meta tag to Metaflow UI:

METAFLOW_HEAD='<meta name="keywords" content="metaflow" />'

Plugins development

See docs/plugin-system.md to get started with plugins development.

Documentation

See docs/README.md to learn more.

General Metaflow documentation available here:

Contributing

We welcome contributions to Metaflow. Please see our contribution guide for more details.

Get in Touch

There are several ways to get in touch with us:

metaflow-ui's People

Contributors

rsanteri avatar romain-intel avatar obgibson avatar msavela avatar 0xrushi avatar saikonen avatar savingoyal avatar valaydave avatar tuulos avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.