You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "marrocksd (via GitHub)" <gi...@apache.org> on 2023/04/24 10:53:42 UTC

[GitHub] [superset] marrocksd commented on issue #23792: Is superset support fast realtime data & api datasource

marrocksd commented on issue #23792:
URL: https://github.com/apache/superset/issues/23792#issuecomment-1519900340

   Short answer: No.
   
   To build a realtime solution, you will have to think about many aspects rather than just the visualization tool:
   1. Usually we don't show 1 million data points in a chart, it hardly gives any insights. So how you want to aggregate data before visualization.
   2. I think that you expect something like a realtime "flowing" line chart. Unfortunately, I don't think the default Superset visuals will give you that experience (which you can find when you update eChart data directly). Even if you find ways to refresh your data every 0.5s, the chart will be glitchy every time it refreshes.
   3. Superset is mainly a visualization tool, you can write some custom connectors to your APIs but that's not a very common practice. It's just a part of an Analytics Solution where you have to think about Ingestion, Data Warehouse, Modeling and **Visualization**
   
   So, please consider more carefully what you want, what you need, and the cost the implement those.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org