From c61f1514a66b1552ebde3d4290fe24f26d0241ff Mon Sep 17 00:00:00 2001 From: George Snelling <405480+georgesnelling@users.noreply.github.com> Date: Tue, 19 Nov 2019 22:45:58 -0800 Subject: [PATCH] Added links to Flyte repos (#104) hello world on repo guide, much to fix --- README.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 729eee7fb5..2c7795e12e 100644 --- a/README.md +++ b/README.md @@ -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) | [](https://github.com/kumare3 "Ketan Umare") | RST | home, documentation, issues + +[flyteidl](https://github.com/lyft/flyteidl) | [](https://github.com/kumare3 "Ketan Umare") | IDL | interface definitions + +[flytepropeller](https://github.com/lyft/flytepropeller) | [] (https://github.com/kumare3 "Ketan Umare") [] (https://github.com/EngHabu "Haytham AbuelFutuh") | Go | execution engine + +[flyteadmin](https://github.com/lyft/flyteadmin) | [](https://github.com/katrogan "Katrina Rogan") | Go | control plane + +[flytekit](https://github.com/lyft/flytekit) | [](https://github.com/matthewphsmith) | Python | python SDK and tools + +[flyteconsole](https://github.com/lyft/flyteconsole) | [](https://github.com/schottra "Randy Shott") | Tscript | admin console + +[flyteplugins](https://github.com/lyft/flyteplugins) | [](https://github.com/EngHabu "Haytham AbuelFutuh")| Go | Flyte plugins + +[flytestdlib](https://github.com/lyft/flytestdlib) | [](https://github.com/EngHabu "Haytham AbuelFutuh")| Go | standard library + +[flytesnacks](https://github.com/lyft/flytesnacks) | [](https://github.com/wild-endeavor "Yee Tong") | Python | examples, tips, and tricks