Giter Site home page Giter Site logo

ray2310 / rsbi-os Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ruisibi/rsbi-os

0.0 0.0 0.0 14.84 MB

睿思bi开源版后台系统,基于Springboot构建,快速分析数据及可视化,0代码编写

Home Page: https://www.ruisitech.com/

License: Apache License 2.0

Java 100.00%

rsbi-os's Introduction

睿思BI开源版-后端系统

睿思BI开源版后端系统,基于Springboot构建,采用sqlite数据库,直接运行com.ruisitech.bi.RsbiOsApplication启动系统。
⚠️ 此项目前端地址:https://github.com/ruisibi/rsbi-vue ⚠️

“睿思BI”商业智能系统是由成都睿思商智科技有限公司自主研发的企业数据分析系统。 开源版包含数据建模、数据报表、多维分析,权限管理等功能模块,方便用户快速建立一套易用,灵活、免费的数据平台,实现数据的快速分析及可视化。

产品数据库配置:

sqlite:

spring:
  datasource:
    url: jdbc:sqlite::resource:rsreport.sqlite3
    username:
    password:
    driver-class-name: org.sqlite.JDBC
pagehelper:
  helperDialect: sqlite

public/ext2/ext-config/ext-config.xml文件:

<!--修改支撑库为sqlite -->
<constant name="dbName" value="sqlite" />

mysql:

spring:
  datasource:
    url: jdbc:mysql://localhost:3306/rs_report?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&serverTimezone=GMT%2B8
    username: root
    password: 12345678
    driver-class-name: com.mysql.cj.jdbc.Driver

public/ext2/ext-config/ext-config.xml文件:

<!--修改支撑库为mysql -->
<constant name="dbName" value="mysql" />

mysql的备份文件在datas目录下,在mysql创建 rs_report数据库后,把数据库文件还原到rs_report数据库中。

产品特点:

1.轻量级BI, 支持快速建模,快速可视化数据。
2.多维分析功能强大,支持下钻/上卷/排序/筛选/计算/聚合等多种操作方式。
3.报表使用简单,功能强大,通过拖放等方式构建分析界面, 0代码编写。
4.开放源码,采用apache2.0开源协议,用户可任意使用而不需我公司授权(企业版除外)。
 

系统功能:

1.数据建模 (支持:mysql/oracle/sqlserver/db2/postgresql/hive/kylin)
2.多维分析
3.数据报表
4.权限管理

技术支持:

请加QQ群 648548832, 此群为睿思bi技术交流。

文档地址: http://www.ruisibi.cn/book.htm
演示地址: http://bi.ruisitech.com/
快速开始: https://blog.csdn.net/zhuifengsn/article/details/79822585

产品截图:

数据建模
olap  
多维分析
1  
数据报表
2  

rsbi-os's People

Contributors

ruisibi avatar

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.