Skip to Main Content
EventStoreDB Ideas Portal

Ideas for improvements and new features in EventStoreDB, client libraries, and database extensions.

ADD A NEW IDEA

All ideas

Showing 57 of 57

Projections management

Feature gap. Implement projections management similar to the legacy UI. Configure, start and stop standard projections Create and manage custom projections It would be nice to see the time lag for projections, as progress percentages shown in the ...
George Payne 5 months ago in Event Store Navigator 0 Planned

Visualize correlated events

Visualize correlated events in Event Store Navigator similar to what the legacy Commercial UI does.
George Payne 5 months ago in Event Store Navigator 0 Planned

Consistency policies

One of the main concerns developers have about impoementing Event Sourcing is so-called "eventual consistency". It means that when a system implements one or more query models either in ESDB using custom projections or in other databases using cat...
Alexey Zimarev about 1 month ago in EventStoreDB / Dev experience 2

.NET client support for Framework 4.8

Some still build and run their applications on .net Framework 4.8 on supported windows servers. The .Net client should be supported and released for .Net Framework 4.8 https://learn.microsoft.com/en-us/lifecycle/faq/dotnet-framework#will-i-need-to...
Yves Lorphelin about 1 month ago in ESDB Clients 1

Support plugin configuration in the main yaml config

At the moment plugins can be configured via command line, environment variables, or json configuration file. But they cannot be configured in the main server yaml config. I think this is just because our yaml config parser only parses the top leve...
Timothy Coleman about 1 month ago in EventStoreDB / Configuration 2

Timestamp-based reads

For temporal and bi-temporal models it would be beneficial to be able to read streams, as well as start subscriptions, using timestamps instead of positions. It would allow answering questions "what happened after that date and time, before this d...
Alexey Zimarev about 1 month ago in EventStoreDB / Dev experience 2

Chained replicas

Current implementation of read-only replicas require them to be connected to the cluster. It means that every new replica adds some overhead to the operational cluster nodes, particularly its leader. It creates limitation of the feature as one mig...
Alexey Zimarev about 1 month ago in EventStoreDB / Performance / Stability 0

Remove the PLUGINS__ configuration section

The users don't need to know or care whether what they are configuration is a plugin or not. e.g. Instead of EVENTSTORE__PLUGINS__AUTOSCAVENGE__ENABLED we could have EVENTSTORE__AUTOSCAVENGE__ENABLED The tradeoff (and the reason why it is like thi...
Timothy Coleman about 1 month ago in EventStoreDB / Configuration 1

Manage plugins

ESDB, depending on edition, might have plugins bundled with it, like LDAP authorisation or OpenTelemetry exporter. The idea is for Navigator to manage those plugins, which include: See the list of available plugin, with a status indicator (enabled...
George Payne 5 months ago in Event Store Navigator 0 Planned

Support persistent subscriptions

Feature gap. Create and manage persistent subscriptions in Event Store Navigator, similar to the legacy UI.
George Payne 5 months ago in Event Store Navigator 0 Planned