zoukankan      html  css  js  c++  java
  • 最近很多人问我:saiku下载不下来

    saiku的前段团队 在UI设计方面很专业。但是兼容性差到让人无语。不知道为什么,是不是不给钱,人家故意黑它。

    一直忙别的工作,现在整理一些saiku相关网站,百度不到的,google又要FQ。看个合法网站也这么麻烦,那么

    我来造福你们了,凡人们。我是不是应该出本书,saiku设计与实践。不错,看有人出版么?


    乱乱的读写:http://blog.analytical-labs.com/tagged/bi

    saiku福音,wiki:http://wiki.meteorite.bi/display/SAIK/Saiku    我准备全部翻译好后,出本书。你们觉得可以,就帮我联系一下出版商吧!


    一个community:http://community.meteorite.bi/?cedownload

    如果你实在下不了,用这个吧!如果帮到你了,点个赞

    https://github.com/OSBI/saiku



    如果你想要saiku源码,也行

    Building Saiku

    1. Get the source and create a local working branch

    Clone the repository and setup a 'master' local branch.

    $ git clone git://github.com/OSBI/saiku.git
    

    or if you are an authenticated committer, you would use..

    $ git clone git@github.com/OSBI/saiku.git
    

    if developing off of a non-master branch, create local branch that tracks the remote branch

    $ git checkout -b somebranch origin/somebranch
    
    1. Build all saiku projects (core libs + webapps for UI and backend)

      $ cd saiku $ sh buildall.sh $ call buildall.bat



    甚至你可以在Eclipse中开发

    Developing Saiku in Eclipse

    Once you have cloned the public git repo (see step 1 above), you are left with a number of maven projects. These projects are setup for inclusion in Eclipse. If you want any Saiku going in any other IDE you need to use the according maven goal (like mvn eclipse)

    Note In either case you may see warnings in Eclipse indicating a bad JRE reference in your build paths. If so, you need to adjust the JRE used in the Eclipse build path (for each project) to point it to a valid 1.6 JRE.


  • 相关阅读:
    mysql 设置自增主键id的起始值
    一文搞定MySQL的事务和隔离级别
    SpringBoot2.0整合Redis
    Redis Cluster搭建高可用Redis服务器集群
    为什么单线程的Redis这么快?
    Spring Boot使用AOP在控制台打印请求、响应信息
    Spring boot集成spring session实现session共享
    SpringBoot项目在IntelliJ IDEA中实现热部署
    Spring Boot入门-快速搭建web项目
    一篇文章搞定SpringMVC参数绑定
  • 原文地址:https://www.cnblogs.com/cl1024cl/p/6205400.html
Copyright © 2011-2022 走看看