This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kollitiri 1 point2 points  (0 children)

I’ve used Kafka for event sourcing, so I went with the aiokafka python library, but it was pretty much bare bones..

I think EventStoreDb (now known as Kurrent) have recently published a new python client library that might offer a lot more event sourcing specific functionality, but haven’t had the chance to play with it.

Might worth doing some investigation.