Skip to main content

EventStoreDB gRPC client.

Project description


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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eventstore_grpc-0.1.1.tar.gz (87.5 kB view hashes)

Uploaded Source

Built Distribution

eventstore_grpc-0.1.1-py3-none-any.whl (128.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page