Skip to content

Commit

Permalink
add new architectural diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkovicm committed Nov 14, 2024
1 parent e7ccbb1 commit 315b775
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ can be run as native binaries and are also available as Docker Images, which can
The following diagram shows the interaction between clients and the scheduler for submitting jobs, and the interaction
between the executor(s) and the scheduler for fetching tasks and reporting task status.

![Ballista Cluster Diagram](docs/source/contributors-guide/ballista.drawio.png)
![Ballista Cluster Diagram](docs/source/contributors-guide/ballista_architecture.excalidraw.svg)

See the [architecture guide](docs/source/contributors-guide/architecture.md) for more details.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributors-guide/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ can be run as native binaries and are also available as Docker Images, which can
The following diagram shows the interaction between clients and the scheduler for submitting jobs, and the interaction
between the executor(s) and the scheduler for fetching tasks and reporting task status.

![Ballista Cluster Diagram](ballista.drawio.png)
![Ballista Cluster Diagram](ballista_architecture.excalidraw.svg)

### Scheduler

Expand Down
Loading

0 comments on commit 315b775

Please sign in to comment.