Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outerbounds/metaflow-tools
Tools and utilities for operating Metaflow in production
https://github.com/outerbounds/metaflow-tools
aws cloudformation kubernetes metaflow mlops terraform workflow
Last synced: 4 days ago
JSON representation
Tools and utilities for operating Metaflow in production
- Host: GitHub
- URL: https://github.com/outerbounds/metaflow-tools
- Owner: outerbounds
- Created: 2021-11-30T22:28:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T22:08:11.000Z (3 months ago)
- Last Synced: 2024-08-27T23:39:16.124Z (3 months ago)
- Topics: aws, cloudformation, kubernetes, metaflow, mlops, terraform, workflow
- Language: HCL
- Homepage:
- Size: 392 KB
- Stars: 43
- Watchers: 6
- Forks: 41
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![](https://img.shields.io/badge/[email protected]?logo=slack )](http://slack.outerbounds.co/)
# ⚒️ Metaflow Admin ToolsThis repository contains various configuration files, tools and utilities for operating [Metaflow](https://github.com/Netflix/metaflow) in production. See [Metaflow documentation](https://docs.metaflow.org) for more information about Metaflow architecture. Top level folders are structured as follows:
## Metaflow on AWS (/aws)
### Metaflow Cloudformation template
If you're not already using Terraform, this is the easiest way to get started on AWS. You can find the template under [aws/cloudformation](./aws/cloudformation) in this repository.
This stack uses AWS Batch for compute and AWS Step Functions for orchestration.### Sample Terraform templates for AWS
Another deployment option is using Terraform. An end-to-end example can be found under [aws/terraform](./aws/terraform) in this repository. The example leverages the official Terraform module [outerbounds/terraform-aws-metaflow](https://registry.terraform.io/modules/outerbounds/metaflow/aws/latest) as a building block.
This stack uses AWS Batch for compute and AWS Step Functions for orchestration.## Metaflow on Azure (/azure)
### Sample Terraform templates for Azure
This is the quickest way to spin up a fully functional Metaflow stack on Azure. See details under [azure/terraform](./azure/terraform) in this repository.
This stack uses Kubernetes (AKS) for compute and Argo Workflows for orchestration.## Metaflow services on Kubernetes (/k8s)
### Helm Charts (alpha)
We provide Helm charts to deploy Metaflow Metadata service and UI in a K8S cluster. This way you can use Metaflow without any AWS-specific dependencies on AWS except for having a S3-compatible object storage engine available. You can find them under [k8s/helm/metaflow](./k8s/helm/metaflow) in this repository.## Cloud agnostic resources (/common)
### Sample Metaflow flow definitions
Some Metaflow flows that could be used to test drive a Metaflow stack. Some of these flows
are used to drive end-to-end CI coverage internally at Outerbounds. They live under [common/sample_flows](./common/sample_flows)## Utility scripts (/scripts)
Scripts that make life easier either deploying or using your new Metaflow stacks.# Questions?
Talk to us on [Slack](http://http://slack.outerbounds.co/).