eventstore_client 0.2.2
eventstore_client: ^0.2.2 copied to clipboard
A community developed gRPC client library for EventStoreDB. EventStoreDB is an open-source, functional database with Complex Event Processing capabilities.
example/README.md
Client examples #
These code examples are best practice usage of the client
Streams #
The EventStoreStreamsClient is the primary client for working with streams in EventStoreDB. The following examples show how you should use it:
- Append to a stream
- Read from $all stream
- Read from a stream
- Subscribe to $all stream
- Subscribe to $all with filter
- Subscribe to $all with callback
- Subscribe to $all with retry
- Subscribe to a stream
- Subscribe to a stream with callback
Projections #
The EventStoreProjectionsClient is the primary client for working with projections in EventStoreDB. The following example show how you should use it:
- TDB
Persistent subscriptions #
The EventStorePersistentSubscriptionsClient is the primary client for working with persistent projections in EventStoreDB. The following example show how you should use it:
- TDB