Making Gloodata embeddable using Web Components and Shadow DOM
The demo embeds Gloodata in the Future of Coding history search web app and shows how it can do external requests to the app and get information back from it.
Shadow DOM allows to isolate all scripts and styles from both sides and allow embeding in any web app using vanilla js/DOM and Web Components.