Skip to content

Commit 38fb221

Browse files
authored
Move top-level docs into docs/ and tidy repo root (#7303)
Move BACKEND_README.md, DOCKER_QUICK_START.md, and IMPLEMENTATION_SPEC.md into docs/. Move start-rustfs.sh into scripts/ and update config comments. Drop stale fast.tar.gz and config/k3d/cluster.yaml. Signed-off-by: Kevin Su <pingsutw@apache.org>
1 parent 182dd50 commit 38fb221

9 files changed

Lines changed: 5 additions & 28 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ uv pip install flyte[tui]
135135

136136
## Open Source Backend
137137

138-
The open source backend for Flyte 2 is **coming soon**. This repository will contain the Kubernetes-native backend infrastructure for deploying Flyte 2 as a distributed, multi-node service. See the [Backend README](BACKEND_README.md) for the current state of the backend, protocol buffer definitions, and contribution guide.
138+
The open source backend for Flyte 2 is **coming soon**. This repository will contain the Kubernetes-native backend infrastructure for deploying Flyte 2 as a distributed, multi-node service. See the [Backend README](docs/BACKEND_README.md) for the current state of the backend, protocol buffer definitions, and contribution guide.
139139

140140
If you need an enterprise-ready, production-grade backend for Flyte 2 today, it is available on [Union.ai](https://www.union.ai/try-flyte-2).
141141

@@ -151,7 +151,7 @@ If you need an enterprise-ready, production-grade backend for Flyte 2 today, it
151151

152152
## Contributing
153153

154-
We welcome contributions! See the [Backend README](BACKEND_README.md) for backend development, or join us on [slack.flyte.org](https://slack.flyte.org).
154+
We welcome contributions! See the [Backend README](docs/BACKEND_README.md) for backend development, or join us on [slack.flyte.org](https://slack.flyte.org).
155155

156156
## License
157157

config/k3d/cluster.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flyte 2 Backend
22

3-
This repository contains the backend infrastructure for deploying a distributed, multi-node version of Flyte 2. The backend is **Kubernetes-native** — it orchestrates workflow execution using Kubernetes primitives, scheduling tasks as pods across clusters with built-in support for multi-cluster routing, service account-based identity, and pod-level log tracking. The core architecture consists of gRPC services (QueueService, RunService, StateService) backed by PostgreSQL, using async processing and real-time streaming via PostgreSQL LISTEN/NOTIFY. See the full [Implementation Spec](https://github.com/flyteorg/flyte/blob/v2/IMPLEMENTATION_SPEC.md) for details.
3+
This repository contains the backend infrastructure for deploying a distributed, multi-node version of Flyte 2. The backend is **Kubernetes-native** — it orchestrates workflow execution using Kubernetes primitives, scheduling tasks as pods across clusters with built-in support for multi-cluster routing, service account-based identity, and pod-level log tracking. The core architecture consists of gRPC services (QueueService, RunService, StateService) backed by PostgreSQL, using async processing and real-time streaming via PostgreSQL LISTEN/NOTIFY. See the full [Implementation Spec](https://github.com/flyteorg/flyte/blob/v2/docs/IMPLEMENTATION_SPEC.md) for details.
44

55
This repo also defines the protocol buffer schemas for Flyte's APIs and generates client libraries for Go, TypeScript, Python, and Rust. Deploy this when you need Flyte running as a scalable, distributed service across your organization.
66

File renamed without changes.
File renamed without changes.

fast.tar.gz

-869 Bytes
Binary file not shown.

manager/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ plugins:
9999
- _U_USE_ACTIONS: "1"
100100

101101
# Storage Configuration
102-
# For local development, using RustFS (run: bash start-rustfs.sh)
102+
# For local development, using RustFS (run: bash ./scripts/start-rustfs.sh)
103103
# You can also use "mem" type for in-memory storage during testing
104104
storage:
105105
type: minio

runs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ logger:
3333
level: 4 # Info level
3434
show-source: true
3535

36-
# Storage Configuration (for local dev, using RustFS — run: bash start-rustfs.sh)
36+
# Storage Configuration (for local dev, using RustFS — run: bash ./scripts/start-rustfs.sh)
3737
storage:
3838
type: minio
3939
container: "flyte-data"
File renamed without changes.

0 commit comments

Comments
 (0)