Skip to content

stefanondisponibile/eventstore_grpc

Repository files navigation


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