Skip to content

uliludmann/flyte_worflow_orchestration_demo

Repository files navigation

Install

  1. Clone the repo
  2. Install python deps
poetry install
  1. Install Bin Deps
brew install flyteorg/homebrew-tap/flytectl
  1. Bootstrap flyte-demo environment Docker must be running. Couldnt get it to work with Podman quickly. :( run the demo
flytectl demo start

open http://localhost:30080/console to see the flyte Dashboard.

How to use

Open a poetry shell

Run our Small ETL Workflow:

pyflyte run --remote flyte_benchmarks/titanic_etl.py \
    extract_transform_load_wf --uri \
    amazon-sagemaker-data-wrangler-documentation-artifacts/walkthrough_titanic.csv

See it in action using the output url.

Teardown

Run:

flytectl demo teardown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages