-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New wasm
transform
#1802
Comments
I feel like this is more than a transform. If we're going to go through the effort of including and defining bindings to a WASM runtime, we should consider making it a full blown 'plugin system'. |
Agreed, I think there's a whole spectrum of abilities we could unlock with wasm. That being said, transforms are likely the simplest to get started with. |
Since I'm exploring the WASM related topic I'll assign this to me. |
Working at an IoT company, I really endorse the idea of being able to write transformers in a wide spectrum of languages! Leveraging WASM this way would certainly increase Vector's adoption rate 👍 |
@yarncraft Did you have any use cases we might want to consider in our designs? :) |
Being able to write functional stream processing pipelines in languages such as Rust, Go or Javascript/Typescript (https://github.com/cujojs/most) would be great to start with since it gives more flexibility when working with JSON messages. We also need solutions that implement (or give the ability to implement) rolling windows etc. |
A second use case of WASM would be to have the ability to train ML models on streaming batches and use them for prediction purposes. (https://juggernaut.rs/demo/) |
A transform that would support the web assembly runtime allowing users to program transforms in a variety of languages.
This issue definitely needs more discussion before beginning work, but I wanted to get something in place.
The text was updated successfully, but these errors were encountered: