https://github.com/outerbounds/local_metaflow_deployment
A module to locally deploy Metaflow's components like Metadata service , Postgres database and UI
https://github.com/outerbounds/local_metaflow_deployment
Last synced: 2 days ago
JSON representation
A module to locally deploy Metaflow's components like Metadata service , Postgres database and UI
- Host: GitHub
- URL: https://github.com/outerbounds/local_metaflow_deployment
- Owner: outerbounds
- Created: 2021-10-29T21:08:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T22:09:36.000Z (over 4 years ago)
- Last Synced: 2025-02-24T06:46:46.754Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-metaflow - local_metaflow_deployment - Docker-based local stack: metadata service, PostgreSQL, and UI. (Infrastructure & IaC)
README
# 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
```sh
local-metaflow-deployment create
```
2. Checking preexisting deployment
```sh
local-metaflow-deployment check
```
2. Teardown a preexisting deployment
```sh
local-metaflow-deployment teardown
```