# 睿思BI开源版-springboot版本 **Repository Path**: ruisibi/rsbi-os ## Basic Information - **Project Name**: 睿思BI开源版-springboot版本 - **Description**: 睿思BI开源版后端系统,基于Springboot构建。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://www.ruisitech.com/ - **GVP Project**: No ## Statistics - **Stars**: 113 - **Forks**: 66 - **Created**: 2021-03-25 - **Last Updated**: 2025-07-12 ## Categories & Tags **Categories**: bi **Tags**: None ## README # Ruisi BI Open Source Edition - Back-end System - zh_CN [简体中文](README.md) - en [English](README_en.md) The back-end system of Ruisi BI open source version is built based on Springboot. It adopts sqlite database and directly runs the com.ruisitech.bi.RsbiOsApplication startup system.
⚠️ Front-end address of this project: https://github.com/ruisibi/rsbi-vue ⚠️
"Ruisi BI" business intelligence system is an enterprise data analysis system independently developed by [Chengdu Ruisi Business Intelligence Technology Co., Ltd.](https://www.ruisitech.com). The open source version includes data modelling, data reporting, multi-dimensional analysis, permission management and other functional modules, which is convenient for users to quickly establish a set of easy-to-use and flexible data analysis platforms to realise rapid analysis and visualisation of data.
Quickly start: https://blog.csdn.net/zhuifengsn/article/details/138605460
# Product database configuration:
sqlite: ```yaml 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文件: ```xml ``` mysql: ```yaml 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文件: ```xml ``` The backup file of mysql is in the datas directory. After mysql creates the rs_report database, the database file is restored to the rs_report database. # Product features:
1.Lightweight BI supports rapid modelling and rapid visualisation of data.
2.Multi-dimensional analysis is powerful and supports a variety of operation methods such as drilling/upwinding/sorting/screening/calculation/aggregation.
3.The report is simple to use and powerful. It builds an analysis interface through drag-and-drop methods, and writes 0 code.
4.Open source code, using apache2.0 open source protocol, users can use it at will without our company's authorisation (except for the flagship version).
# System function:
1.Data modelling (supports:mysql/oracle/sqlserver/db2/postgresql/hive/kylin)
2.Multidimensional analysis (OLAP)
3.Data report
4.Permission management
# Technical support:
Please add QQ group 648548832, this group is Ruisibi technology exchange.

Document: http://www.ruisibi.cn/book.htm
Demonstrate: http://bi.ruisitech.com/

# Product screenshot:
Data modelling
![olap](https://www.ruisitech.com/img/3461099639.png?v4)  
Multidimensional analysis
![1](https://www.ruisitech.com/img/173641763.png?v5)  
Data report
![2](https://www.ruisitech.com/img/1693025478.png?v3)