This project was created using NodeJS 12.13. This application aims to demonstrate how to render the dashboard available on your Bold BI server.
NOTE: Node.js versions 18.18 to 20.15 are supported.
- Google Chrome, Microsoft Edge, Mozilla Firefox, and Safari.
-
Please ensure you have enabled embed authentication on the
embed settings
page. If it is not currently enabled, please refer to the following image or detailed instructions to enable it. -
To download the
embedConfig.json
file, please follow this link for reference. Additionally, you can refer to the following image for visual guidance. -
Copy the downloaded
embedConfig.json
file and paste it into the designated location within the application. Please ensure you have placed it in the application, as shown in the following image.
-
Open the command line interface and navigate to the specified file location where the project is located.
-
To install all dependent packages, use the following command
npm install
-
Finally, run the application using the following command
node embed.js
-
After the application has started, it will display a URL in the
command line interface
, typically something like (e.g., http://localhost:8080/). Copy this URL and paste it into your default web browser.
- Visual studio code(https://code.visualstudio.com/download)
-
Open the NodeJS sample in Visual Studio Code.
-
Open the terminal in Visual Studio Code and install all dependent packages by executing the following command in the terminal
npm install
-
Finally, run the application using the following command.
node embed.js
-
After the application has started, it will display a URL in the
command line interface
, typically something like (e.g., http://localhost:8080/). Copy this URL and paste it into your default web browser.
Please refer to the help documentation to know how to run the sample.
It is recommended not to store passwords and sensitive information in configuration files for security reasons in a real-world application. Instead, it would be best to consider using a secure application, such as Key Vault, to safeguard your credentials.
Look at the Bold BI Embedding sample to live demo here.
A complete Bold BI Embedding documentation can be found on Bold BI Embedding Help.