Every message created by the logger is to be stored eventually in the event storage. To make writing and reading / streaming fast, we have no relational database. Messages are just appended to the event storage as they come in. Nothing more.
We have to decide if we want to build on top of an existing event storage solution or create a custom event storage.
Every message created by the logger is to be stored eventually in the event storage. To make writing and reading / streaming fast, we have no relational database. Messages are just appended to the event storage as they come in. Nothing more.
We have to decide if we want to build on top of an existing event storage solution or create a custom event storage.