Skip to Main Content
EventStoreDB Ideas Portal

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

ADD A NEW IDEA

EventStoreDB

Showing 41 of 53

Plugin for automated DB upgrade

No description provided
Alexey Zimarev about 1 year ago in EventStoreDB 0

Realtime logs

Add an API (and UI) for looking at ESDB logs real-time for easier diagnostics. It should support filters by log level and message (regex), as well as the emitting subsystem.
Alexey Zimarev about 1 year ago in EventStoreDB / Operations 0

Add catchup subscription stats to HTTP API

No description provided
Alexey Zimarev about 1 year ago in EventStoreDB / Dev experience / Operations 0 Planned

Configurable write guarantees

Allow clients to control write guarantees. Right now, ESDB confirms the write when the leader has flushed data to disk, and the majority has the data in memory. Possible additional options: All followers have data in memory so they can do consiste...
Alexey Zimarev about 1 year ago in EventStoreDB / Performance 0

Managing database configuration via API

Changing the database configuration currently requires access to the machine where the cluster node is running. In many cases, it creates too much burden because there are more people who have access to the database compared with the number of peo...
Alexey Zimarev about 1 year ago in EventStoreDB / Configuration 0

HIPAA Compliance for ESDB

The Health Insurance Portability and Accountability Act (HIPAA) sets the standard for sensitive patient data protection. Companies that deal with protected health information (PHI) must have physical, network, and process security measures in plac...
Alexey Zimarev about 1 year ago in EventStoreDB 0

Direct reads

Reads without requiring ESDB cluster node. It could potentially allow to bypass all the protocol burden for faster replays and replication.
Alexey Zimarev about 1 year ago in EventStoreDB 0

Cluster Management (Control Plane)

Provide experience similar to Event Store Cloud when running self-managed instances. Allow provisioning and management of ESDB clusters using the user's cloud provider or in-house virtualisation environment like vSphere.
Alexey Zimarev about 1 year ago in EventStoreDB / Operations 0

FedRAMP Compliance

No description provided
Alexey Zimarev about 1 year ago in EventStoreDB 0

Server-side read models

It would be cool if we could take the users code and run it 'serverside' (meaning, in the nodes or in sidecars) the read models could be in memory, or persisted in one of a small selection of built in stores (stream store, kv store, relational sto...
Tim Coleman about 1 year ago in EventStoreDB 0