You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/27 10:44:23 UTC

[GitHub] ariejdl opened a new issue #4492: New feature consideration: use python datashader package

ariejdl opened a new issue #4492: New feature consideration: use python datashader package
URL: https://github.com/apache/incubator-superset/issues/4492
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if any
   - [x] I have reproduced the issue with at least the latest released version of superset
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar
   
   ### Superset version
   
   0.23
   
   ### Feature Request
   
   The impressive [datashader](http://datashader.org/) python package (easier to install with conda) allows real-time visualisation of billions of rows of in memory pandas/numpy data (it uses [numba](https://numba.pydata.org/) 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>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services