|
|
|
|
|
by pshirshov
2437 days ago
|
|
> Monorepo/multirepo and monolith/microservice are orthogonal concepts. Yes and no. In both the cases it's a story about components and their isolation. > they may end up building a distributed monolith Yup, seen that many times. > Monorepo advocates are typically advocating for microservices, but within a single code base. I'm avocating roles. Everywhere. > If you're using a tool like bazel If only Bazel supports Scala well enough... |
|
Many companies build their Scala code using Bazel[1]. For example, Databricks wrote about their experience using Bazel on a monorepo containing mostly Scala[2]. Can you share the specific concerns or issues you faced? Thanks.
[1] https://github.com/bazelbuild/rules_scala/blob/master/README... [2] https://databricks.com/blog/2019/02/27/speedy-scala-builds-w...
(Disclaimer: I work on Bazel)