Y
Hacker News
new
|
ask
|
show
|
jobs
by
revskill
2624 days ago
What's exactly a monothlic ? Is it only related to codebase (monothlic vs monorepo) ? Or it's about runtime like microservices vs monothlic.
1 comments
jade12
2624 days ago
From the first sentence of the abstract:
> monolithic source-code repositories
A monorepo
is
a monolithic repository
link
ricardobeat
2624 days ago
To answer the parent, it doesn’t imply a monolith application, but deployment to multiple server roles and apps will happen using the same source repository.
link
> monolithic source-code repositories
A monorepo is a monolithic repository