Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesAHunt authored Nov 15, 2019
1 parent 7365ab6 commit 3eacec4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ Truss is built in Scala using these major technologies
Truss is designed on a functional architecture based on a pluggable algebra. The platform is composed of pluggable modules designed as a function from `Input -> Output` where various functions and modules are injected that

## Principals
* Immutability
* Typesafety
* Functions as first class citizens
* Observability

Truss' architecture revolves around these founding principals in order to be maximally effective for a large number of variant software products.

* Extensibility
* Maintainability
* Scalability
* Consistency
* Observability
* Scalability
* Immutability
* Configurability
* Portability

0 comments on commit 3eacec4

Please sign in to comment.