- Create a mashup faster than fire: just clone/download the repo, do a
npm install
, add your Qlik connection in theindex.js
file and start building your dashboard. - Do it your way: You can use all the packages, or just remove those you don't need.
- Easy to scale: Use ReactJS components to modularize your UI and make it more developer-friendly.
- Full customizable: You can edit everything, from the general UI to the data retrieved by Enigma.js
By default, the app uses Enigma.js to create custom hypercubes and retrieve the data from the Qlik Engine. This data is passed through component props to Picasso.js, where the charts are created on the fly.
The general User Interface is stylized with the Qlik style using Leonardo-UI. Everything is articulated using components from ReactJS.
1.) git clone https://github.com/JoseHervas/igniter your-project-folder
2.) cd your-project-folder
3.) Edit the EnigmaJS config on the index.js file, or just open Qlik Desktop.
4.) npm install && npm start
You can navigate to http://localhost:3000/ and see your dashboard. Remember to run npm run build
if you are ready to deploy your mashup.
- Automated testing for the app
- Redux and PropTypes for components' states.
- Store EnigmaJS & PicassoJS configuration data on external files.
- SCSS or SASS to parameterize theme styles.
Leonardo UI, Enigma.js, Picasso.js are developed and mantained by QlikTech International AB. All of them with a MIT license.
ReactJS is developed and mantained by Facebook. Also with a MIT license.
All the credits corresponding to these frameworks' features correspond, therefore, to their developers.
The demo page takes the styles from the Leonardo-UI's demo page. The fire logo is created by Freepik.
This project also goes with a MIT license.
A Pull Request or a Star to this repo will make my day :)