Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.3 KB

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