Skip to content

Create Architecture decision record

Paweł Kłos edited this page Mar 18, 2022 · 1 revision

Architecture type

Context: Before starting work, we need to choose how the architecture should look.

Decision: Modular Monolithic.

Consequences: Thanks to modularity, we can replace the database or AI module. Cons - we have to put a lot of work into creating a modular design.

Other possible solutions: Monolit - Easy to create but difficult to maintain. Microservices - We don't have enough people/skills.

Clone this wiki locally