GithubHelp home page GithubHelp logo

juntingmo / mobi-backend Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.1 MB

智能BI项目后端代码,基于SpringBoot+MQ+AIGC的智能数据分析平台,用户只需要导入原始的数据集、并输入分析诉求,就能自动生成可视化图表及分析结论,实现数据分析的降本增效。

Dockerfile 0.16% Java 99.84%

mobi-backend's Introduction

MOBI项目介绍

基于React+SpringBoot+MQ+AIGC的智能数据分析平台,区别于传统的BI,用户只需要导入原始的数据集、并输入分析诉求,就能自动生成可视化图表及分析结论,实现数据分析的便利性。

项目内容

项目可支持同步分析(提交等待后出结果),异步分析(提交后在“我的图表中”中查看结果),队列分析(提交后在“我的图表中”中查看结果)三种模式,并且所有分析结果均可以在“我的图表”中查看。

后端项目地址:https://github.com/JuntingMo/mobi-backend

前端项目地址:https://github.com/JuntingMo/mobi-frotend

智能分析(同步)页面: Image text

Image text

智能分析(异步)页面,支持异步分析: Image text

智能分析(队列)页面: Image text

我的图表页面: Image text

项目架构图

Image text

技术栈

前端

  • React18
  • Ant Design Pro 5.x脚手架

后端

  • SpringBoot
  • MySQL
  • Redis+Redisson限流
  • 鱼聪明AI SDK(AI能力),底层为GPT3.5
  • Easy Excel表格数据处理
  • RabbitMQ消息队列

项目还在完善中...

项目环境

  1. jdk8
  2. SpringBoot 2.7.2
  3. Redisson 3.21.3
  4. RabbitMQ 5.17.0

快速上手

所有需要修改的地方都标记了 todo,便于大家找到修改的位置~

MySQL 数据库

1)修改 application.yml 的数据库配置为你自己的:

spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://localhost:3306/my_db
    username: root
    password: 123456

2)执行 sql/create_table.sql 中的数据库语句,自动创建库表

3)启动项目,访问 http://localhost:8101/api/doc.html 即可打开接口文档,不需要写前端就能在线调试接口了~

Redis、RabbitMQ

mobi-backend's People

Contributors

juntingmo avatar

Watchers

ChunFuWu avatar  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.