Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/soa-microservices-monolith
https://github.com/fchristenson/soa-microservices-monolith
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/soa-microservices-monolith
- Owner: fChristenson
- Created: 2020-01-03T13:10:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:12:48.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:22:04.374Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SOA vs MicroServices vs Monolith
## What we will cover
- What is SOA?
- What is a MicroService?
- What is a Monolith?
- When does one make sense over the other?# Notes
When we talk about application architecture the main 3 are usually SOA, MicroServices and Monolithic applications.
Each of these have a use case and it is important to understand when one makes more sense than another.