ekuiper
ekuiper copied to clipboard
StarLark processor
What? Add starLark language (https://docs.bazel.build/versions/main/skylark/language.html) as a processor native plugin. There is already a starlark's GO implementation available at https://github.com/google/starlark-go.
Why? Would increase the possibilities to create more complex rules like alerts/events.
tkx
Thanks for the proposal. How could we use this in the SQL? Do you mean to provide a general plugin which invokes starlark provided as a property or as the function argument? Could you elaborate more?