Hacker News new | ask | show | jobs
by majormajor 602 days ago
Does this offer any non-SQL programmatic interfaces or ways to do Complex Event Processing (e.g. https://www.databricks.com/glossary/complex-event-processing )? A lot of those scenarios would be tough to express in SQL.
1 comments

Yes, you can write Rust UDFs with Feldera and even use the dbsp crate directly if you'd like.
Sorry, but I don't see much on https://docs.feldera.com/sql/udf/ that suggests how CEP would work. The example is single-valued and doesn't indicate if state or windows for CEP would be supported.