Skip to content

Commit d0c3bdb

Browse files
committed
FAQ: elegant monoliths (thanks @ChrisHines)
1 parent 0444725 commit d0c3bdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_src/faq/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Requests enter the service at layer 1, flow down to layer 3, and responses take
6666

6767
This may be a bit of an adjustment, but once you grok the concepts,
6868
you should see that the Go kit design is well-suited for modern software design:
69-
both microservices and so-called "elegant monoliths".
69+
both microservices and so-called
70+
[elegant](https://martinfowler.com/bliki/MonolithFirst.html)
71+
[monoliths](https://inconshreveable.com/10-07-2015/the-neomonolith/).
7072

7173
## Transports — What are Go kit transports?
7274

0 commit comments

Comments
 (0)