williaster commented on issue #5667: [SIP-4] [Embeddable Charts] Create Superset JS Client URL: https://github.com/apache/incubator-superset/issues/5667#issuecomment-429460591 Hey @victornoel 👋 The `SupersetClient` described here has been implemented in a new separate [`superset-ui` repository](https://github.com/apache-superset/superset-ui) and is exported by `@superset-ui/core`. With the correct CORS configuration, this should allow you to make requests to a Superset backend in any application. @kristw is working on untangling all of the visualizations to support the actual Chart Plugin system in described in [SIP-6](https://github.com/apache/incubator-superset/issues/5692#issuecomment-421175040). The plugins themselves are coming along well (e.g., this [PR](https://github.com/apache/incubator-superset/pull/6090)) and should be wrapped up in Q4 this year. The trickier part of this will be defining consistent APIs for query + data munging, and fully migrating query specifications and data munging to JS from Python. @conglei is working the latter right now. I would say that work will be complete in Q1 next year most likely.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
