Skip to content

Commit

Permalink
Update architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Jan 28, 2025
1 parent 84d0fc3 commit 1b5fecd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ Documentation to understand the Shuffle architecture and thoughts behind our cho
## Introduction
With a long-term vision of having an Open(API) ecosystem with a hybrid model between cloud and on-prem, this document will be a guide to understand some underlying aspects of Shuffle and how things fit together. Shuffle does **NOT** require internet to work.

Shuffle Installation models: ![models](https://user-images.githubusercontent.com/5719530/167960847-53e81815-a240-4a26-abb9-96b9244be901.jpeg)
Shuffle Installation models:
- [Self-hosted - Open Source](https://shuffler.io/pricing?tab=onprem)
- [Self-hosted - Licensed](https://shuffler.io/pricing?tab=onprem)
- [Shuffle Cloud (SaaS)](https://shuffler.io/pricing)

## Architecture overview
The platform is split into two main parts: Server and Workers. The server acts as the host of everything from API activity to Workflow validation, while the Workers are another standalone unit, working in a microservice-esque way. The top and bottom part can be installed on different hosts and be clustered.
Expand Down

0 comments on commit 1b5fecd

Please sign in to comment.