zoukankan      html  css  js  c++  java
  • saiku 网站简介

    Saiku webhttp://docs.analytical-labs.com/saiku/documentation/2013/08/15/datasources.html

    Click “saiku”the simple illustration will help you use saiku quickly.

     

    Others is providing services of developed company, unuseful!

    Click “saiku document” under “saiku” web:

    The first 4 items are brief introductions for using saiku.

     

     

    Adding A New Data Source

    using a MySQL database connection(he Saiku server is shipped with Foodmart by default):

    Firstly navigate to saiku-server/tomcat/webapps/saiku/WEB-INF/classes/saiku-datasources/, and make a new file in a similar way to the following:

    type=OLAP

    name=steelwheels

    driver=mondrian.olap4j.MondrianOlap4jDriver

    location=jdbc:mondrian:Jdbc=jdbc:mysql://localhost/sampledata;Catalog=res:foodmart/Foodmart.xml;JdbcDrivers=com.mysql.jdbc.Driver;

    username=dbuser

    password=password

     

    Adding a new JDBC Driver:

    Obviously not everyone uses Hypersonic or MySQL to connect to data warehouses. To use your specific database, please add the JDBC connector jar file to “saiku-server/tomcat/webapps/saiku/WEB-INF/lib/” and then make the appropriate changes to the jdbc portion of the location string in the connection file.

     

    Some examples of connection configuration for different databases are providing in the following.

     

    Adding New Users: edit WEB-INF/users.properties with format “username=password,role”

     

    Mondrian Roles: Mondrian Roles allow you to prohibit certain users from seeing certain data. The method to realize it is providing in following of the web

     

    MDX queries: make a specified query with MDX language.

     

    Building Saiku: use a public git repository.

     

    Developing Saiku in Eclipse: such as what it said.

     

    Server Documentation:

     

  • 相关阅读:
    day6心得
    安卓下拉刷新和上拉加载的具体实例
    安卓下拉刷新空间SwipeRefreshLayout的基本使用
    fresco的使用教程
    封装安卓的okhttp
    handler更新ui线程的基本用法
    安卓recyclerview的基本使用
    安卓轮播组件
    自定义toolbar教程
    原生toolbar基本使用教程
  • 原文地址:https://www.cnblogs.com/cl1024cl/p/6205482.html
Copyright © 2011-2022 走看看