Skip to content

Commit

Permalink
Added links to Flyte repos (#104)
Browse files Browse the repository at this point in the history
hello world on repo guide, much to fix
  • Loading branch information
georgesnelling authored Nov 20, 2019
1 parent 88cf36b commit c61f151
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,30 @@

![](https://github.com/lyft/flyte/workflows/tests/badge.svg)

Flyte is a K8s-native, multi-tenant, distributed orchestration engine that manages highly scalable compute workflows.
Flyte is a K8s-native, multi-tenant, distributed orchestration engine that manages highly scalable machine learning and batch processing workflows at Lyft.

Extensibility is provided by Flyte plugins and K8s operators, including executors for Spark, Hive, AWS Batch, in addition to raw K8s compute. Flyte can orchestrate arbitrary containers at scale, providing feature fanout, automatic task parallelization, strongly-typed paramerter passing, automatic cluster scale up and scale down, cluster fail-over, and fine-grained programmatic control over retry policies, error handling, and notifications.
Home: https://flyte.org
Docs: https://lyft.github.io/flyte

See docs at https://lyft.github.io/flyte/
# Flyte Repos

Repo | Lead | Lang | Purpose
--- | --- | --- | ---

[flyte](https://github.com/lyft/flyte) | [<img src="https://avatars0.githubusercontent.com/u/16888709" width="48" />](https://github.com/kumare3 "Ketan Umare") | RST | home, documentation, issues

[flyteidl](https://github.com/lyft/flyteidl) | [<img src="https://avatars0.githubusercontent.com/u/16888709" width="48" />](https://github.com/kumare3 "Ketan Umare") | IDL | interface definitions

[flytepropeller](https://github.com/lyft/flytepropeller) | [<img src="https://avatars0.githubusercontent.com/u/16888709" width="48" />] (https://github.com/kumare3 "Ketan Umare") [<img src="https://avatars2.githubusercontent.com/u/27159" width="48" />] (https://github.com/EngHabu "Haytham AbuelFutuh") | Go | execution engine

[flyteadmin](https://github.com/lyft/flyteadmin) | [<img src="https://avatars1.githubusercontent.com/u/953358" width="48" />](https://github.com/katrogan "Katrina Rogan") | Go | control plane

[flytekit](https://github.com/lyft/flytekit) | [<img src="https://avatars0.githubusercontent.com/u/7597118" width="48" />](https://github.com/matthewphsmith) | Python | python SDK and tools

[flyteconsole](https://github.com/lyft/flyteconsole) | [<img src="https://avatars1.githubusercontent.com/u/1815175" width="48" />](https://github.com/schottra "Randy Shott") | Tscript | admin console

[flyteplugins](https://github.com/lyft/flyteplugins) | [<img src="https://avatars2.githubusercontent.com/u/27159" width="48" />](https://github.com/EngHabu "Haytham AbuelFutuh")| Go | Flyte plugins

[flytestdlib](https://github.com/lyft/flytestdlib) | [<img src="https://avatars2.githubusercontent.com/u/27159" width="48" />](https://github.com/EngHabu "Haytham AbuelFutuh")| Go | standard library

[flytesnacks](https://github.com/lyft/flytesnacks) | [<img src="https://avatars3.githubusercontent.com/u/2896568" width="48" />](https://github.com/wild-endeavor "Yee Tong") | Python | examples, tips, and tricks

0 comments on commit c61f151

Please sign in to comment.