Skip to content

Commit

Permalink
Infrastructure may have been confusing
Browse files Browse the repository at this point in the history
We don't mean that the cluster shouldn't be shared.
We do mean that databases should not be shared.
  • Loading branch information
ralphbean committed Feb 2, 2024
1 parent 9b944f1 commit 5c4490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ AppStudio is a platform for building integrated software that streamlines, conso
- Each sub-service owns its data and logic.
- Communication among services and participants is always asynchronous.
- Each sub-service is owned by one team. Ownership does not mean that only one team can change the code, but the owning team has the final decision.
- Minimize shared infrastructure among sub-services
- Minimize shared resources among sub-services.
- Participants: onboarding new participants, the flexibility to satisfy the technology preferences of a heterogeneous set of participants. Think of this as the ability to easily create an ecosystem and the ability to support that ecosystem’s heterogeneous needs.
- Security, Privacy, and Governance: Sensitive data is protected by fine-grained access control

Expand Down

0 comments on commit 5c4490e

Please sign in to comment.