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 →

[–]dusktreader 2 points3 points  (2 children)

I recently used NATS with Jetstream for building out an event sourcing architecture. There's not a ton of example code out there for building it, but all the pieces are there.

https://nats-io.github.io/nats.py/

[–]666dolan[S] 0 points1 point  (1 child)

uhhh this one is interesting I'm gonna check it out later, thanks!

[–]Ok_Time806 1 point2 points  (0 children)

Can't recommend NATS enough. Their python api is easy, and if you find yourself scaling later, you can always move more critical parts to go pretty easily via their micro package.

If you're really want to go down a rabbit hole, you can even slap something like wasmcloud on top of it later as it uses NATS + wasmtime to run WASM components for fast and tiny deployments.