From daff6e4eae439d1ab1a2efa4b7e8c7ca1ca29764 Mon Sep 17 00:00:00 2001 From: Max Halford Date: Sun, 19 Nov 2023 11:29:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 844bd40..4c6a4ed 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Beaver is... ✔ *Opinionated* • it encourages you to [process data with SQL](https://www.ethanrosenthal.com/2022/05/10/database-bundling/) and define models in Python. -✔ [*Interfaces all the way down*](https://vadosware.io/post/building-an-interface-with-one-implementation-is-unquestionably-right/) • you can plug in your existing message broker, stream processor, model store, etc. At least, that's the idea. +✔ [*Interfaces all the way down*](https://vadosware.io/post/building-an-interface-with-one-implementation-is-unquestionably-right/) • you can plug in your existing message broker, stream processor, model store, etc. This is called a [hexagonal architecture](https://www.wikiwand.com/en/Hexagonal_architecture_(software)) in software design. ✔ *Batteries included* • default infrastructure and monitoring are provided if needed.