cosmicpython / book

A Book about Pythonic Application Architecture Patterns for Managing Complexity. Cosmos is the Opposite of Chaos you see. O'R. wouldn't actually let us call it "Cosmic Python" tho.
https://www.cosmicpython.com
Other
3.29k stars 521 forks source link

Make Cosmic Python more discoverable to the Python/Event Sourcing/CQRS community #193

Open stevesimmons opened 4 years ago

stevesimmons commented 4 years ago

Hi guys,

Have you thought about doing some SEO-friendly blog posts to make your in-progress work more visible?

My recent Google searches for 'python cqrs' and 'python event sourcing' never hinted that you were working on this book. I found it accidentally via an linked issue on the SQLAlchemy issue tracker.

My personal motivation is my previous job was at a bank that used an Python event-sourced trading system. I really like the event-sourced approach, and recently started prototyping stuff at home. I didn't find any mature open-source Python event store projects, and ended up using the Postgres message queue parts of Scott Bellware's Ruby message_db event store (https://github.com/message-db/message-db).

Thank you Stephen

hjwp commented 4 years ago

yes! an eventsourcing blog post is definitely on the cards. maybe even an extra appendix in a future edition.

in the meantime you may enjoy some bob content on the topic here: https://www.youtube.com/watch?v=0l8vuYaaBUs https://github.com/bobthemighty/eventsourcing-101