eventstore-grpc

EventStoreDB gRPC client.


Keywords
database, eventsourcing, eventstoredb, python
License
MIT
Install
pip install eventstore-grpc==0.1.1

Documentation


EventStoreDB GRPC Client.

Use this client to interact with EventStoreDB via GRPC.

Documentation.

Quickstart

Installation

pip install eventstore_grpc

Try it!

docker compose down \
  && docker compose up -d \
  && echo 'Wait for EventStoreDB to be ready...' \
  && sleep 10 \
  && poetry run python scripts/example.py \
  && docker compose down

See the example.

Tests

To run the test locally start EventStore DB with docker compose up, then just run pytest.

Coverage