Saiku is an open source analytics client developed by meteorite. A user interface for the analytical tool.
This project won't seek to provide a perfect solution to every possible pattern, but will attempt to cover a simple template for beginners and above.
- Include NamePlugin folder in:
├── saiku-ui/
│ └── js/
│ └── saiku/
│ └── plugins/
│ └── NamePlugin/
│ └── image/
│ └── plugin.png
│ └── plugin.js
-
Edit the file saiku-ui/index.html, insert the code below:
<script type="text/javascript" src="js/saiku/plugins/NamePlugin/plugin.js" defer></script>
look for Saiku plugins comment in index.html.
Check CONTRIBUTING.md for more information.
For detailed changelog, check Releases.
I gratefully acknowledge the following open source projects:
- Saiku UI - A user interface for the Saiku analytical tool (Apache license version 2).
- Saiku Chart Plus - Create other types of charts and maps based on Saiku Project, Highcharts and Google Maps. (Apache license version 2).
MIT License © Breno Polanski