Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added links to Flyte repos #104

Merged
merged 1 commit into from
Nov 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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