Designing EventQL, an Event Query Language

https://docs.eventsourcingdb.io/blog/2025/10/20/designing-eventql-an-event-query-language/

Comments

4 points · 2 comments · view on lemmy.world

2 Comments

seadoo@lemmy.world · 1 pts · 303d

Seems like LINQ. Also funny that a couple articles prior was an announcement of a .NET SDK, so they def are aware LINQ already exists!

jbloggs777@discuss.tchncs.de · 1 pts · 303d

Honestly, for human friendly queries, I would have taken a Splunk-query like approach, like KQL: https://learn.microsoft.com/en-us/kusto/query/?view=microsoft-fabric

It's less likely to annoy an entire industry of SQL users, while appealing to those who use Splunk and similar tools for incident response and ad-hoc analytics.

Whether they really need their own DB for event data.. perhaps.. but these days you want to get this kind of data into your data lake sooner rather than later. Perhaps it can help with that.