Skip to content

Commit

Permalink
Merge pull request #18 from online-ml/MaxHalford-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MaxHalford authored Nov 19, 2023
2 parents 63a20f0 + daff6e4 commit b07a060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b07a060

Please sign in to comment.