Skip to content
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

Plugin Support #155

Open
safaci2000 opened this issue Apr 16, 2023 · 0 comments
Open

Plugin Support #155

safaci2000 opened this issue Apr 16, 2023 · 0 comments
Milestone

Comments

@safaci2000
Copy link
Contributor

safaci2000 commented Apr 16, 2023

I think at some point we need an ability to have some custom code executed. It would make it easier to have optional features not pulled in.

ie.

  • Cloud support makes for a much larger binary for those that don't need it.
  • It would allow for custom behavior in "Input" ie. Ingestion and custom behavior on output / writing data.

Some potential use cases:

  • Plugin that supports custom dashboard modification written.
  • Plugin the supports each respective cloud service provider, SFTP, FTP or any other protocol.
  • Plugin that allows for lua / JS/ etc custom scripts to be executed?

Ideally ability to drop some WASM code would be ideal and allow the implementation details to be language agnostic.

References:

@safaci2000 safaci2000 added this to the 1.0.0 milestone Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant