Skip to content

A module to locally deploy Metaflow's components like Metadata service , Postgres database and UI

Notifications You must be signed in to change notification settings

outerbounds/local_metaflow_deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metaflow Local Deployment Tool

This tool is meant to help deploy metaflow locally using docker. It will deploy a post-gres container, a metadata service , a UI service and a UI container.

Quick Setup

  1. Clone this repo.

  2. Install via pip install . or from github source

  3. As the UI requires AWS creds , please set AWS related configuations in the environment variables.

  4. Run the deployments

    1. Creating a local deployment
    local-metaflow-deployment create 
    1. Checking preexisting deployment
    local-metaflow-deployment check 
    1. Teardown a preexisting deployment
    local-metaflow-deployment teardown 

About

A module to locally deploy Metaflow's components like Metadata service , Postgres database and UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages