We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.