Skip to content

Implementation of event storage #10

Description

@le1nux

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.

Metadata

Metadata

Labels

dashify 2.0Part of the advanced dashify reimplemenationdatabaseEverything related to storing information persistentlyserverServer backend

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions