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

Update README.md #109

Merged
merged 2 commits 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: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
# Flyte

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

Flyte is a K8s-native extensible orchestration engine that manages the core machine learning pipelines at Lyft: etas, pricing, incentives, mapping, vision, and more.
Flyte is an open source, K8s-native extensible orchestration engine that manages the core machine learning pipelines at Lyft: ETAs, pricing, incentives, mapping, vision, and more.

# Community
Home: https://flyte.org

Docs: https://lyft.github.io/flyte

Slack: https://flyte-org.slack.com

Twitter: https://twitter.com/flyteorg

# Repos

Repo | Lang | Purpose
Repo | Language | Purpose
--- | --- | ---
[flyte](https://github.com/lyft/flyte) | RST | home, documentation, issues
[flyteidl](https://github.com/lyft/flyteidl) | IDL | interface definitions
[flytepropeller](https://github.com/lyft/flytepropeller) | Golang | execution engine
[flyteadmin](https://github.com/lyft/flyteadmin) | Golang | control plane
[flyteidl](https://github.com/lyft/flyteidl) | Protobuf | interface definitions
[flytepropeller](https://github.com/lyft/flytepropeller) | Go | execution engine
[flyteadmin](https://github.com/lyft/flyteadmin) | Go | control plane
[flytekit](https://github.com/lyft/flytekit) | Python | python SDK and tools
[flyteconsole](https://github.com/lyft/flyteconsole) | Typescript | admin console
[flyteplugins](https://github.com/lyft/flyteplugins) | Golang | Flyte plugins
[flytestdlib](https://github.com/lyft/flytestdlib) | Golang | standard library
[datacatalog](https://github.com/lyft/datacatalog) | Go | manage input & output artifacts
[flyteplugins](https://github.com/lyft/flyteplugins) | Go | flyte plugins
[flytestdlib](https://github.com/lyft/flytestdlib) | Go | standard library
[flytesnacks](https://github.com/lyft/flytesnacks) | Python | examples, tips, and tricks

# K8s Operators tested in production in Flyte Pipelines
# Production K8s Operators

[Spark](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator) | Go | Apache Spark
Repo | Language | Purpose
--- | --- | ---
[Spark](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator) | Go | Apache Spark batch
[Flink](https://github.com/lyft/flinkk8soperator) | Go | Apache Flink streaming