Local Data processing #7569
parasjindal-tf
started this conversation in
General
Replies: 2 comments 2 replies
-
|
This is interesting. The main issue is security concerns... need to somehow sandbox the execution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have created my own fork for this and added a new js script option before rendering. In the sandbox env, I have set various parameters of default js as undefined like document, axios etc. You can check this PR - parasjindal-tf#1 This is working for me. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Redash community, I have a requirement to process data locally before visualizing it.
There is a certain type of logic which is not very straightforward to write in query language. But if I fetch the required data from DB, and have an option to pre process it before rendering using local js scripts, it would be very helpful.
I have explored the option of custom charts, where I can write custom js functions, but confined to use Plotly. If that can be extended to just return the processed data and can use Redash native charts as it is, it should solve the purpose I believe.
Do you folks have this type of requirement, or any other alternatives to solve this kind of problem?
Beta Was this translation helpful? Give feedback.
All reactions