From e40a272aaffaaf1f8a0b4fd08480b634e9881fb7 Mon Sep 17 00:00:00 2001
From: George Snelling <405480+georgesnelling@users.noreply.github.com>
Date: Tue, 19 Nov 2019 23:10:22 -0800
Subject: [PATCH] word smithery (#105)
---
README.md | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 2c7795e12e..1c606d0d3b 100644
--- a/README.md
+++ b/README.md
@@ -2,30 +2,21 @@
![](https://github.com/lyft/flyte/workflows/tests/badge.svg)
-Flyte is a K8s-native, multi-tenant, distributed orchestration engine that manages highly scalable machine learning and batch processing workflows at Lyft.
+Flyte is a K8s-native extensible orchestration engine that manages the core machine learning pipelines at Lyft: etas, pricing, incentives, mapping, vision.
Home: https://flyte.org
Docs: https://lyft.github.io/flyte
-# Flyte Repos
+# 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