A free drag-and-drop BI visualization system based on Java (with source code)

introduce

  • This is a freely draggable BI visualization system
  • Support mainstream relational data: MySQL, Oracle, PostgreSQL, etc.
  • At the same time, it supports Apache Doris, which was originally intended for Doris data visualization analysis
  • The backend framework uses Zoe

Function

  1. Manage data dashboards by project
  2. Kanban has a sharing function
  3. You can freely drag and drop to realize the data Kanban
  4. Free drag and drop to realize chart development
  5. Provide data report development tools
  6. Provide sql development console
  7. Data drill-down (drill-down by dimension)
  8. Data source management
  9. metadata management
  10. User Management

Directory Structure:

  • mobile : the mobile terminal, the mobile terminal is only for viewing and does not have design functions
  • ui: pc end
  • doc: here is the database script

compile

进入到前端页面目录(ui,mobile)
npm install

npm run dev

npm run build

System screenshot

login interface

Default username password:

admin

123456

front page

chart design

Data Kanban

data drill down

Data report design

metadata management

Source code download

Download link: https://download.csdn.net/download/qq_41701956/86850796

 introduce

  • This is a freely draggable BI visualization system
  • Support mainstream relational data: MySQL, Oracle, PostgreSQL, etc.
  • At the same time, it supports Apache Doris, which was originally intended for Doris data visualization analysis
  • The backend framework uses Zoe

Function

  1. Manage data dashboards by project
  2. Kanban has a sharing function
  3. You can freely drag and drop to realize the data Kanban
  4. Free drag and drop to realize chart development
  5. Provide data report development tools
  6. Provide sql development console
  7. Data drill-down (drill-down by dimension)
  8. Data source management
  9. metadata management
  10. User Management

Directory Structure:

  • mobile : the mobile terminal, the mobile terminal is only for viewing and does not have design functions
  • ui: pc end
  • doc: here is the database script

compile

进入到前端页面目录(ui,mobile)
npm install

npm run dev

npm run build

System screenshot

login interface

Default username password:

admin

123456

front page

chart design

Data Kanban

data drill down

Data report design

metadata management

Source code download

Download link: https://download.csdn.net/download/qq_41701956/86850796

Guess you like

Origin blog.csdn.net/qq_41701956/article/details/127596732