Monolith: Difference between revisions

From Devguid
(Created page with " == Distributed Monolith == * Multiple services but tight coupled, same database")
 
No edit summary
 
Line 1: Line 1:


 
* Deploy can be risky and require downtime
* Harder to scale
* Tight coupled to the technology it uses and can result in legacy tech


== Distributed Monolith ==
== Distributed Monolith ==


* Multiple services but tight coupled, same database
* Multiple services but tight coupled, same database

Latest revision as of 12:57, 25 April 2023

  • Deploy can be risky and require downtime
  • Harder to scale
  • Tight coupled to the technology it uses and can result in legacy tech

Distributed Monolith

  • Multiple services but tight coupled, same database