一、软件介绍
文末提供下载
DeepBI是一个原生AI的数据分析平台。DeepBI利用大型语言模型的力量来探索、查询、可视化和共享来自任何数据源的数据。用户可以使用DeepBI获得数据洞察并做出数据驱动的决策。
二、软件特征
1 对话数据分析:用户可以通过对话获得任意的数据结果和分析结果。
2 对话式查询生成:通过对话生成持久性查询和可视化效果。
3 仪表板 :将持久可视化汇编到仪表板中。
4 自动数据分析报告(待开发):根据用户指示自动完成数据分析报告。
5 支持多种数据源,包括 MySQL、PostgreSQL、Doris、StarRocks、CSV/Excel 等。
6 多平台支持,支持 Windows-WSL、Windows、Linux、Mac。
7 国际,支持中文、英文。
三、支持的数据库
The database connections supported by DeepBI are:
- MySQL
- PostgreSQL
- csv/Excel Import
- Doris
- StarRocks
- MongoDB
四、Windows exe 安装
从文末下载 window_install_exe_EN.zip 。当前测试支持 Win10 和 Win11
解压 zip 包,双击 the.exe 文件,运行 DeepBI
本地安装说明 Installl exe
五、Docker 构建
本地环境需要有 docker 和 docker-compose。
通过 git 下载项目文件: git clone https://github.com/DeepInsight-AI/DeepBI.git
或 drirect 下载 zip 文件,解压。
进入项目目录: cd DeepBI
直接运行 ./Install.sh
默认端口:8338 8339
Web 访问:http://ip:8338
DeepBI docker 命令
输入项目 DeepBI 目录:
docker-compose start # start DeepBI servie
docker-compose stop # stop DeepBI servie
docker-compose ps # see DeepBI servie states
如果出现...权限错误 ...' 或 ' 权限被拒绝',请在执行命令前添加 'sudo'
sudo docker-compose start # start DeepBI servie
sudo docker-compose stop # stop DeepBI servie
sudo docker-compose ps # see DeepBI servie states
Ubuntu 构建
直接在 ubuntu 系统上安装,需要安装 redis、postgresql python3.8.17 环境。
Redis 可以通过 127.0.0.1 免密命令行直接访问。
需要 python 版本 3.8.x
建议使用 pyenv coda 等虚拟环境
PostgreSQL 需要安装 PostgreSQL-16 版本
通过命令下载 DeepBI 代码
git clone https://github.com/DeepInsight-AI/DeepBI.git
如果下载替换协议失败,请运行以下代码
git clone http://github.com/DeepInsight-AI/DeepBI.git
直接运行 . ubuntu_install.sh 就好了(注意你在这里跑的是 .ubuntu_install.sh而不是 sh xxx,因为你需要运行 python 虚拟环境)
默认端口为 8338 和 8339
Web 访问:http://ip:8338
六、软件下载
本文信息来源于GitHub作者地址:GitHub - DeepInsight-AI/DeepBI: LLM based data scientist, AI native data application. AI-driven infinite thinking redefines BI.