You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/11/28 13:53:39 UTC

[GitHub] [incubator-superset] jackyq2015 commented on issue #8685: How is viz.py works

jackyq2015 commented on issue #8685: How is viz.py works 
URL: https://github.com/apache/incubator-superset/issues/8685#issuecomment-559502827
 
 
   I also want to do the similar thing. All the UI code is under:
   https://github.com/apache-superset/superset-ui-plugins
   
   Also in the readme page you can see their recommendation:
   ```
   @superset-ui/legacy-* packages are extracted from the classic Apache Superset and converted into 
   plugins. These packages are extracted with minimal changes (almost as-is). They also depend on 
   legacy API (viz.py) to function.
   
   
   @superset-ui/plugin-* packages are newer and has higher quality in general. A key difference that 
   they do not depend on viz.py (which contain visualization-specific python code) and interface with 
   /api/v1/query/ instead: a new generic endpoint instead meant to serve all visualizations. Also should 
   be written in Typescript.
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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