EventStoreDB Rust Client
Official Rust EventStoreDB rust gRPC gRPC Client.
EventStoreDB is the event-native database, where business events are immutably stored and streamed. Designed for event-sourced, event-driven, and microservices architectures.
EventStoreDB Server Compatibility
This client is compatible with version 20.6.1 upwards and works on Linux, MacOS and Windows.
Server setup instructions can be found here EventStoreDB Docs, follow the docker setup for the simplest configuration.
Example
use ;
use ;
async
Support
Information on support can be found here: EventStoreDB Support
Documentation
Documentation for EventStoreDB can be found here: EventStoreDB Docs
Bear in mind that this client is not yet properly documented. We are working hard on a new version of the documentation.