You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2026. It is now read-only.
Omnievent supports sqlite through some of its concrete types at the moment. This is working nicely at our scale, but if we want to scale up e.g. omnievent into its own horizontally scaled service, sharing a sqlite db file doesn't make sense, and having separate state per instance could lead to confusing data inconsistencies
Omnievent supports sqlite through some of its concrete types at the moment. This is working nicely at our scale, but if we want to scale up e.g. omnievent into its own horizontally scaled service, sharing a sqlite db file doesn't make sense, and having separate state per instance could lead to confusing data inconsistencies