ArroyoSystems / arroyo

Distributed stream processing engine in Rust

Home Page:https://arroyo.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support stored UDFs in the web ui

mwylde opened this issue · comments

Currently UDFs are associated with a single pipeline in the UI, and must be recreated every time a new pipeline is created.

We should add support for creating UDFs in the web ui and saving them in the database so that they can be reused, analogous to how stored connection tables work today.

This has been completed with #387