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:

     

  • 相关阅读:
    01背包回溯法
    网络嗅探器
    侦听局域网内密码
    Winsock协议目录
    LSP(分层服务提供者)
    n后问题回溯法
    批处理作业调度回溯法
    图m着色问题
    SPI概述
    符号三角形问题回溯法
  • 原文地址:https://www.cnblogs.com/cl1024cl/p/6205482.html
Copyright © 2011-2022 走看看