Designing EventQL, an Event Query Language - EventSourcingDB
When we built EventSourcingDB, we didn't just create a storage engine for events. We wanted to give developers the right tools to work with those events in ways that are both practical and efficient. Very early on, we realized something important: while projections are great for predefined, recurring questions, they don't cover everything. Sometimes you need answers on the fly.
You know those moments when you're debugging a production issue and want to see every event of a certain type within th...
Read more at docs.eventsourcingdb.io