You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tanghe-report/doc/docs/guide/README.md

71 lines
2.6 KiB
Markdown

## 简介
3 years ago
&emsp; &emsp; AJ-Report是一个完全开源的BI平台酷炫大屏展示能随时随地掌控业务动态让每个决策都有数据支撑。<br>
&emsp; &emsp;
多数据源支持内置mysql、elasticsearch、kudu等多种驱动支持自定义数据集省去数据接口开发目前已支持30+种大屏组件/图表,不会开发,照着设计稿也可以制作大屏。<br>
3 years ago
&emsp; &emsp; 三步轻松完成大屏设计:配置数据源---->写SQL配置数据集---->拖拽配置大屏---->保存发布。欢迎体验。
3 years ago
## 系统特性
3 years ago
1. 最新最稳定的技术栈
3 years ago
2. 支持多数据源配置
3. 丰富的大屏组件。拖拽配置实现动态大屏
3 years ago
## 在线体验
3 years ago
3 years ago
#### &emsp; [在线体验](https://ajreport.beliefteam.cn/index.html "链接"): https://ajreport.beliefteam.cn/index.html &emsp;体验账号guest 密码guest
3 years ago
3 years ago
#### &emsp; [在线提问](https://gitee.com/anji-plus/report/issues "issue"): https://gitee.com/anji-plus/report/issues <br>
3 years ago
## 发行版本
3 years ago
3 years ago
#### &emsp; [下载链接](https://gitee.com/anji-plus/report/releases "下载链接"): https://gitee.com/anji-plus/report/releases <br>
3 years ago
## 功能概述
3 years ago
#### &emsp; 组件介绍
&emsp;&emsp; 大屏设计AJ-Report是一个可视化拖拽编辑的直观酷炫具有科技感的图表工具全开源项目。
内置的基础功能包括数据源,数据集,报表管理,项目部分截图如下。<br>
3 years ago
3 years ago
![shipin](../picture/shipin.gif)
3 years ago
3 years ago
## 数据流程图
3 years ago
3 years ago
![liucheng](../picture/liucheng.png)
3 years ago
3 years ago
## 打包目录
3 years ago
3 years ago
```
├── bin 启动命令脚本
3 years ago
│ ├── restart.sh
│ ├── start.bat
│ ├── start.sh
│ └── stop.sh
├── conf 配置文件目录
3 years ago
│ └── bootstrap.yml
3 years ago
├── logs 启动日志目录
├── cache 本地缓存目录
├── lib 自定义扩展包&report-core核心包
3 years ago
```
## 系统目录
3 years ago
3 years ago
```
├── doc 文档源码
│ ├── docs
│ ├── package.json
│ └── README.md
├── pom.xml 父pomjar版本管理
├── report-core java源码
│ ├── pom.xml gaea父pomjar版本管理
│ └── README.md
├── report-ui 前端vue源码
├── LICENSE
├── README.md
```
3 years ago