From 9b40eb0e10ddad8aa67bec3c5c1b109a0df25ba4 Mon Sep 17 00:00:00 2001 From: SandraGH5 <80421934+SandraGH5@users.noreply.github.com> Date: Fri, 2 Apr 2021 14:21:03 -0700 Subject: [PATCH] Update index.rst (#884) * Update index.rst Add Flyte users to Who's Using Flyte and Meet Flyte. * Update rsts/index.rst Co-authored-by: Ketan Umare <16888709+kumare3@users.noreply.github.com> * Update index.rst Co-authored-by: Ketan Umare <16888709+kumare3@users.noreply.github.com> --- rsts/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rsts/index.rst b/rsts/index.rst index 4bd7d9cafd..4fee64cdd9 100644 --- a/rsts/index.rst +++ b/rsts/index.rst @@ -43,7 +43,7 @@ Meet Flyte Flyte is an open-source, container-native, structured programming and distributed processing platform. It enables highly concurrent, scalable and maintainable workflows for machine learning and data processing. -Created at `Lyft `__, Flyte provides first class support for Python, Java, and Scala, and is built directly on Kubernetes for all the benefits containerization provides: portability, scalability, and reliability. +Created at `Lyft `__ in collaboration with Spotify, Freenome and many others, Flyte provides first class support for Python, Java, and Scala, and is built directly on Kubernetes for all the benefits containerization provides: portability, scalability, and reliability. The core unit of execution in Flyte is the ``task``, which you can easily write with the Flytekit Python SDK: @@ -94,6 +94,8 @@ Who's Using Flyte? At `Lyft `__, Flyte has served production model training and data processing for over four years, becoming the de-facto platform for the Pricing, Locations, ETA, Mapping teams, Growth, Autonomous and other teams. +For the most current list of Flyte's deployments, please click `here `_. + Next Steps ----------