Giter Site home page Giter Site logo

lonely7345 / bi-platform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liurenqiang/bi-platform

0.0 2.0 1.0 170.73 MB

提供报表和OLAP服务的敏捷BI平台

License: Apache License 2.0

Shell 0.02% Java 21.60% JavaScript 72.93% CSS 4.26% HTML 1.20%

bi-platform's Introduction

声明:因公司内部代码规范管理原因,平台代码版本维护由git迁移到公司svn管理,平台更新代码按天同步到github,感谢关注!

百度开源,业内领先的Holap敏捷BI分析平台,提供高性能、准实时、可扩展的、一站式的BI建模、分析平台。

##如何快速构建BI-Platform 构建前提:需在指定环境中安装maven 3 以上、java8

##项目模块功能描述:

  • fileserver -- 静态文件服务器 存储平台生成的静态文件
  • model -- 模型组建层 定义分析、问答模型
  • designer -- 设计器
  • tesseract -- 执行引擎

##构建流程:

  1. clone项目到本地指定目录
  2. 分别在fileserver、tesseract、designer目录下执行 mvn install构建项目
  3. 找到fileserver构建后的jar文件,执行java -jar 指定端口和有效文件路径,启动文件服务器, 如:
java -jar fileserver-0.0.1-SNAPSHOT.jar 9090 /tmp/ > log/fileserver.log &
  1. 找到tesseract构建后的jar文件,执行java -jar 启动执行引擎, 如:
java -jar tesseract-0.0.1-SNAPSHOT.jar > log/ter.log & 
  1. 找到designer构建后的jar文件,执行java -jar 启动建模工具, 如:
java -jar designer-0.0.1-SNAPSHOT.jar --server.port=8999 > log/designer.log &

##开发文档: 详见:http://my.oschina.net/biplatform/blog

##用户手册: 构建中(2014-11-30),和Milestonev1.1.0同步发布

bi-platform's People

Contributors

essidy01 avatar lizhantong avatar smallgoldstone avatar wangyuxue avatar

Watchers

 avatar  avatar

Forkers

chamsiin1982

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.