You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Mike Thomsen <mi...@gmail.com> on 2019/08/11 20:54:24 UTC

Painless scripting in NiFi

I was looking through the code of Painless, the newish Elasticsearch
scripting language, and found that it appears to implement ScriptEngine for
JSR223 support.

Does that sound like something we might want to explore as another
scripting option? It's ASLv2, but much of its API is obviously tied to
Elasticsearch at the moment. Thoughts?

Thanks,

Mike