At Strikingly we are using Apache Kylin as our BI solution to have insight about multiple data sources. We are also using Redash, an excellent open source dashboard service for drawing chart and generating report.
So we made this plugin to let redash connect to Kylin without configuring any JDBC connections. After installed, you should be able to execute SQL query, test connections and list schemas upon a Kylin data source.
- Redash - https://redash.io/
- Apache Kylin - http://kylin.apache.org/
- Redash - v3.0.0
- Apache Kylin - 2.x
- Download redash v3.0.0 from https://github.com/getredash/redash/tree/v3.0.0
- Copy
redash/query_runner/kylin.pyto the corresponding place in redash's folder - Enable
kylin.pyby addingredash.query_runner.kylintodefault_query_runnersdefined inredash/settings.pyor setting an environment variable - Deploy redash by building new docker images or choose your own way
- Enjoy it!
- Open redash in your browser
- Add a new data source with admin account
- Pick
kylinas the data source type and fill in necessary fields - Start exploring data from Apache Kylin
See LICENSE.