https://github.com/osbi/saiku
Saiku Analytics - The Worlds Greatest Open Source OLAP Browser
https://github.com/osbi/saiku
Last synced: about 1 year ago
JSON representation
Saiku Analytics - The Worlds Greatest Open Source OLAP Browser
- Host: GitHub
- URL: https://github.com/osbi/saiku
- Owner: OSBI
- License: apache-2.0
- Created: 2011-10-05T20:15:06.000Z (over 14 years ago)
- Default Branch: development
- Last Pushed: 2020-01-24T18:49:47.000Z (over 6 years ago)
- Last Synced: 2024-12-20T00:02:02.853Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://community.meteorite.bi
- Size: 113 MB
- Stars: 1,302
- Watchers: 158
- Forks: 663
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
When something doesn't work as expected, then please subscribe to the
Saiku User Group list
and send your doubt. If that doesn't solve your problem, then please ask for help on
Saiku Dev Group.
***
Saiku Analytics
The world's greatest open source OLAP browser
Homepage |
Saiku License |
Wiki |
Community |
Mailing List |
Chat |
News
***
Saiku allows business users to explore complex data sources,
using a familiar drag and drop interface and easy to understand
business terminology, all within a browser. Select the data you
are interested in, look at it from different perspectives,
drill into the detail. Once you have your answer, save your results,
share them, export them to Excel or PDF, all straight from the browser.
(more)
***
## Setup
### Build Instructions
```sh
mvn clean install -DskipTests
mvn clean clover2:setup test clover2:aggregate clover2:clover
```
### Update project version
To update the pom versions run:
```sh
mvn versions:set -DnewVersion=3.x.x
```
Then remove the backups with:
```sh
find . -name "*.versionsBackup" -type f -delete
```
## Get Saiku License
Saiku is open source and free to use. Our default server does ship with a license server installed. To get a license you can visit https://licensing.meteorite.bi and get a FREE license which is pinned to the major release of the server. This helps us with a more accurate picture of installation numbers and deployments.
## Wiki
* [Saiku Wiki](https://saiku-documentation.readthedocs.io/en/latest/)
## Community
* [Saiku Community](https://community.meteorite.bi/)
## Bugs and Feature Requests
* [GitHub Issues](https://github.com/OSBI/saiku/issues/new)
## Discussion List
* [Saiku Dev Group](https://groups.google.com/a/saiku.meteorite.bi/forum/#!forum/dev)
* [Saiku User Group](https://groups.google.com/a/saiku.meteorite.bi/forum/#!forum/user)
* [Stack Overflow](https://stackoverflow.com/questions/tagged/saiku)
* [Freenode IRC - Channel: ##saiku](https://webchat.freenode.net/?randomnick=1&channels=%23%23saiku)
## Browser Support
We do care about it.
|  |  |  |  |  |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
## Team
[Saiku](https://www.meteorite.bi) is maintained by these people and a bunch of awesome [contributors](https://github.com/OSBI/saiku/graphs/contributors).
| [](https://github.com/brenopolanski) | [](https://github.com/brunogamacatao) | [](https://github.com/thinkjson) | [](https://github.com/pstoellberger) | [](https://github.com/buggtb) |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
| [Breno Polanski](https://github.com/brenopolanski) | [Bruno Catão](https://github.com/brunogamacatao) | [Mark Cahill](https://github.com/thinkjson) | [Paul Stoellberger](https://github.com/pstoellberger) | [Tom Barber](https://github.com/buggtb) |
## Contributing
Check [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. Some important information:
* To get started, [sign the Contributor License Agreement](https://www.clahub.com/agreements/OSBI/saiku).
* If you find a bug then please create an issue [here](https://github.com/OSBI/saiku/issues/new).
* If you have a feature request, then please get in touch. We'd love to hear from you! Send a email for: [info@meteorite.bi](mailto:info@meteorite.bi)
## History
For detailed changelog, check [Releases](https://github.com/OSBI/saiku/releases).
## License
Saiku and the Saiku UI are free software. The UI, contained in this repository, is available under the terms of the Apache License Version 2. A copy is attached for your convenience.
**[⬆ back to top](#readme)**
