hi,

I'd like to write an extension to Siddhi that changes the way it finds
event sequences and patterns. The idea would is that I would be trying to
find sequences/patterns in order of selectivity, not time. For example, say
I wanted to match A->B->C, but I know that C is the rarest event, followed
by B and A. So I would keep a buffer of events until I found a C event,
then look for a B event in the buffer, then for an A.

The problem is, I'm not sure which classes I should override/look into. As
it's the actual pattern matching functionality I have to modify it seems
extending Windows, Transformers, OutputAttributeProcessors, Functions is
not the way to go. Does anyone have any pointers?

thanks,
Jon.
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to