From bfcfd8f3ff7cb52c5325ea1b2b69ae571710e79a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com>
Date: Thu, 9 May 2024 19:27:17 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E?=
=?UTF-8?q?=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 95 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b406574
--- /dev/null
+++ b/README.md
@@ -0,0 +1,95 @@
+
+人人可用的开源数据可视化分析工具
+
+
+
+
+
+
+------------------------------
+
+## 什么是 DataEase?
+
+DataEase 是开源的数据可视化分析工具( BI 工具 ),帮助用户快速分析数据并洞察业务趋势,从而实现业务的改进与优化。DataEase 支持丰富的数据源连接,能够通过拖拉拽方式快速制作图表,并可以方便的与他人分享。
+
+**DataEase 的优势:**
+
+- 开源开放:零门槛,线上快速获取和安装,按月迭代;
+- 简单易用:极易上手,通过鼠标点击和拖拽即可完成分析;
+- 全场景支持:多平台安装和多样化嵌入支持;
+- 安全分享:支持多种数据分享方式,确保数据安全。
+
+**DataEase 支持的数据源:**
+
+- OLTP 数据库: MySQL、Oracle、SQL Server、PostgreSQL、MariaDB、Db2、TiDB、MongoDB-BI 等;
+- OLAP 数据库: ClickHouse、Apache Doris、Apache Impala、StarRocks 等;
+- 数据仓库/数据湖: Amazon RedShift 等;
+- 数据文件: Excel、CSV 等;
+- API 数据源。
+
+## 快速开始
+
+```
+# 准备一台 2核4G 以上 Linux 服务器,自行安装 Docker 后执行下面命令:
+
+cd ~
+git clone --depth=1 https://github.com/wojiushixiaobai/dataease
+
+cd ~/dataease
+docker compose up -d
+
+# 用户名: admin
+# 密码: DataEase@123456
+```
+
+你也可以通过 [1Panel 应用商店](https://dataease.io/docs/v2/installation/1panel_installation/) 快速部署 DataEase。
+
+如果是用于生产环境,推荐使用 [离线安装包方式](https://dataease.io/docs/v2/installation/offline_INSTL_and_UPG/) 进行安装部署。
+
+如你有更多问题,可以查看在线文档,或者通过论坛与我们交流。
+
+- [在线文档](https://dataease.io/docs/)
+- [社区论坛](https://bbs.fit2cloud.com/c/de/6)
+- [入门视频](https://www.bilibili.com/video/BV1Z84y1X7eF/)
+- [模版市场](https://templates.dataease.cn/)
+
+## DataEase 的 UI 展示
+
+
+
+## DataEase 的技术栈
+
+- 前端:[Vue.js](https://vuejs.org/)、[Element](https://element.eleme.cn/)
+- 图库:[AntV](https://antv.vision/zh)
+- 后端:[Spring Boot](https://spring.io/projects/spring-boot)
+- 数据库:[MySQL](https://www.mysql.com/)
+- 数据处理:[Apache Calcite](https://github.com/apache/calcite/)、[Apache SeaTunnel](https://github.com/apache/seatunnel)
+- 基础设施:[Docker](https://www.docker.com/)
+
+## 我们的其他明星开源项目
+
+- [JumpServer](https://github.com/jumpserver/jumpserver/) - 广受欢迎的开源堡垒机
+- [1Panel](https://github.com/1panel-dev/1panel/) - 现代化、开源的 Linux 服务器运维管理面板
+- [Halo](https://github.com/halo-dev/halo/) - 强大易用的开源建站工具
+- [MaxKB](https://github.com/1panel-dev/MaxKB/) - 基于 LLM 大语言模型的开源知识库问答系统
+- [MeterSphere](https://github.com/metersphere/metersphere/) - 开源的测试管理和接口测试工具
+
+## License
+
+Copyright (c) 2014-2024 [FIT2CLOUD 飞致云](https://fit2cloud.com/), All rights reserved.
+
+Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+
+
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
\ No newline at end of file