You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure these boxes are checked before submitting your issue - thank you!
I have reproduced the issue with at least the latest released version of superset
I have checked the issue tracker for the same issue and I haven't found one similar
I have checked the superset logs for python stacktraces and included it here as text if any
Superset version
0.23
Feature Request
The impressive datashader python package (easier to install with conda) allows real-time visualisation of billions of rows of in memory pandas/numpy data (it uses numba JIT-ted optimised rasterisation routines), it's conceivable that it could be integrated with superset since superset nicely manages expensive query operations through celery tasks.
If you were to consider it as a new back-end it would work, sending the front-end static renders, it's a big feature I'll admit, but for 2+ years from now you could find it very valuable, it would then compete with mapD https://www.mapd.com/demos/
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.23
Feature Request
The impressive datashader python package (easier to install with conda) allows real-time visualisation of billions of rows of in memory pandas/numpy data (it uses numba JIT-ted optimised rasterisation routines), it's conceivable that it could be integrated with superset since superset nicely manages expensive query operations through celery tasks.
Here's a demonstration video of datashader https://www.youtube.com/watch?v=6m3CFbKmK_c
The text was updated successfully, but these errors were encountered: