Skip to content

Event sourcing in Python — coming soon

A Python client for Chronicle — the open-source (MIT) event-sourcing database and processing runtime — is in development. It will join the existing .NET, TypeScript, Kotlin/Java, and Elixir clients, all of which speak the same language-agnostic gRPC/protobuf contract against the same event store.

In the meantime, Chronicle’s gRPC boundary means any language with a gRPC implementation can talk to it — see Building a client — and the Chronicle MCP server connects AI agents to a running Chronicle regardless of client language.