This small application demonstrates how to build a mashup application with TIBCO Spotfire® using the Discngine Connector With it you can interact with the Spotfire Document, load data, add charts, listen to events and so on.
This app was built with Node.js v10 and Discngine Connector 5.4.
The Discngine Connector is a standard Javascript API, thus it can be used with any modern Javascript framework like React, Svelte, Angular or Vue.
Here, we use a basic Node.js server and a vanilla JS front-end page.
With it you will be able to load a remote CSV file as Data Table and add it in a Table Plot. Then we will add a marking listener which will display in the application basic statistics about the selected rows.
The full tutorial on how this app was built is available on the Discngine Connector website.