Giter Club home page Giter Club logo

flyte-experiments's Introduction

Flyte Experiments

About This Repo

This repo contains personal experiments around Flyte. Generally, it explores the question of: what’s it like to build a platform on top of Flyte? As such, we explore topics like:

  • Extension via both “custom task types” or backend extensions;
  • Constructing and submitting workflows, task instances, etc. dynamically, i.e. without using flytectl.

Despite its task-oriented structure and approach, this repo is not a koans-style tutorial for Flyte. The focus is solidly not on explaining Flyte concepts and mechanisms in and of themselves; any explanation is exclusively in service of explaining/exploring the task/approach at hand.

Getting Started

This repo revolves around use of a Flyte sandbox.

First, install flytectl:

brew install flyteorg/homebrew-tap/flytectl

Then, start the sandbox via:

flytectl sandbox start --source .

[0/2] Tasks

Creating, submitting, and executing workflow entirely via code

Goal
Come up with general recipe for end-to-end flow that entirely circumvents flytectl for packaging, publication, etc.; how much of this can we accomplish in Python code?

Stretch the imperative workflow API to its limits, in other words.

[0/2] Extensions

Backend extensions

Goal
Write a backend plugin for Flyte; take advantage of it in a pipeline to do something not natively supported in “vanilla Flyte” – maybe gang scheduling (potentially relevant for distributed training use cases e.g. via Horovod)?

Task plugin

Goal
Write a Flytekit task plugin

flyte-experiments's People

Contributors

jinnovation avatar

Watchers

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