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:

     

  • 相关阅读:
    (转)CKEditor+CKFinder 配置
    asp.net一个带抽象工厂的三层架构完整实例
    windows phone 8 手机存储卡数据
    c#常用算法
    mvvm 事件命令
    windows phone 8 语音识别1
    windows phone 8 分辨率
    PHP通用防注入安全代码《转》
    SQL查询语句使用详解《转》
    PHP中文件包含语句的区别《转》
  • 原文地址:https://www.cnblogs.com/cl1024cl/p/6205482.html
Copyright © 2011-2022 走看看