mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-29 18:48:23 +08:00
232 lines
10 KiB
Markdown
232 lines
10 KiB
Markdown
<div align="center">
|
||
|
||
<img width=68 height=65 src="core/datacap-web/public/static/images/logo.png" />
|
||
|
||
# DataCap
|
||
|
||
---
|
||
|
||
![Visitors](https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fgithub.com%2FEdurtIO%2Fdatacap.git&countColor=%23263759&style=flat&labelStyle=none)
|
||
[![](https://tokei.rs/b1/github/EdurtIO/datacap)](https://github.com/EdurtIO/datacap)
|
||
![version](https://img.shields.io/github/v/release/EdurtIO/datacap.svg)
|
||
|
||
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
|
||
![GitHub branch checks state](https://img.shields.io/github/checks-status/EdurtIO/datacap/develop?style=flat-square)
|
||
![GitHub Release Date](https://img.shields.io/github/release-date/EdurtIO/datacap?style=flat-square)
|
||
|
||
![Docker Automated build](https://img.shields.io/docker/automated/qianmoq/datacap)
|
||
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/qianmoq/datacap?style=flat-square)
|
||
![Docker Pulls](https://img.shields.io/docker/pulls/qianmoq/datacap?style=flat-square)
|
||
|
||
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/EdurtIO/datacap?style=flat-square)
|
||
![GitHub contributors](https://img.shields.io/github/contributors-anon/EdurtIO/datacap?style=flat-square)
|
||
![GitHub last commit](https://img.shields.io/github/last-commit/EdurtIO/datacap?style=flat-square)
|
||
|
||
</div>
|
||
|
||
### 什么是 datacap?
|
||
|
||
---
|
||
|
||
DataCap 是用于数据转换、集成和可视化的集成软件。支持多种数据源、文件类型、大数据相关数据库、关系数据库、NoSQL数据库等。通过软件可以实现多数据源的管理,对源下的数据进行各种操作转换、制作数据图表、监控数据源和其他功能。
|
||
|
||
**范例**: [try.datacap.edurt.io](http://try.datacap.edurt.io/)
|
||
|
||
| 用户名 | 密码 |
|
||
|:---------:|:------------|
|
||
| `datacap` | `123456789` |
|
||
| `admin` | `12345678` |
|
||
|
||
### 要求
|
||
|
||
---
|
||
|
||
> 用户必读:请务必在本地克隆代码后执行以下命令
|
||
|
||
```bash
|
||
cp configure/git-hook/* .git/hooks
|
||
chmod 700 .git/hooks/*
|
||
```
|
||
|
||
## 支持的连接器
|
||
|
||
---
|
||
|
||
DataCap 可以从任何使用 SQL 的数据存储或数据引擎(ClickHouse、MySQL、Presto 等)查询数据。
|
||
|
||
以下是一些受支持的主要数据库解决方案:
|
||
|
||
<p align="center">
|
||
<a href="https://clickhouse.com" target="_blank">
|
||
<img src="docs/docs/assets/plugin/clickhouse.png" alt="ClickHouse" height="50" />
|
||
</a>
|
||
<a href="https://www.mysql.com" target="_blank">
|
||
<img src="docs/docs/assets/plugin/mysql.png" alt="MySQL" height="50"/>
|
||
</a>
|
||
<a href="https://prestodb.io/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/presto.png" alt="Presto" height="50"/>
|
||
</a>
|
||
<a href="https://redis.io/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/redis.png" alt="Redis" height="50"/>
|
||
</a>
|
||
<a href="https://www.postgresql.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/postgresql.png" alt="PostgreSQL" height="50"/>
|
||
</a>
|
||
<a href="https://trino.io/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/trino.png" alt="Trino" height="50"/>
|
||
</a>
|
||
<a href="https://www.elastic.co/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/elasticsearch.png" alt="ElasticSearch" height="50" />
|
||
</a>
|
||
<a href="https://druid.apache.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/druid.png" alt="Druid" height="50" />
|
||
</a>
|
||
<a href="https://kyuubi.apache.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/kyuubi.png" alt="Kyuubi" height="50"/>
|
||
</a>
|
||
<a href="https://hive.apache.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/hive.png" alt="Hive" height="50" />
|
||
</a>
|
||
<a href="https://kylin.apache.org" target="_blank">
|
||
<img src="docs/docs/assets/plugin/kylin.png" alt="Kylin" height="50" />
|
||
</a>
|
||
<a href="https://ignite.apache.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/ignite.png" alt="Ignite" height="50" />
|
||
</a>
|
||
<a href="https://www.ibm.com/db2/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/ibmdb2.png" alt="IBM DB2" height="50" />
|
||
</a>
|
||
<a href="https://www.mongodb.com/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/mongodb.png" alt="MongoDB" height="50" />
|
||
</a>
|
||
<a href="https://www.dremio.com/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/dremio.png" alt="Dremio" height="50" />
|
||
</a>
|
||
<a href="https://www.monetdb.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/monetdb.png" alt="MonetDB" height="50" />
|
||
</a>
|
||
<a href="https://phoenix.apache.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/phoenix.png" alt="Phoenix" height="50" />
|
||
</a>
|
||
<a href="https://www.h2database.com/html/main.html" target="_blank">
|
||
<img src="docs/docs/assets/plugin/h2.png" alt="H2" height="50" />
|
||
</a>
|
||
<a href="https://www.microsoft.com/sql-server" target="_blank">
|
||
<img src="docs/docs/assets/plugin/sqlserver.svg" alt="SqlServer" height="60" />
|
||
</a>
|
||
<a href="https://www.oracle.com/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/oracle.png" alt="Oracle" height="50" />
|
||
</a>
|
||
<a href="https://crate.io/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/cratedb.png" alt="CrateDB" height="50" />
|
||
</a>
|
||
<a href="https://www.dameng.com/DM8.html" target="_blank">
|
||
<img src="docs/docs/assets/plugin/dameng.png" alt="DaMeng" height="50" />
|
||
</a>
|
||
<a href="https://tdengine.com/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/tdengine.png" alt="TDengine" height="50" />
|
||
</a>
|
||
<a href="https://impala.apache.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/impala.png" alt="Impala" height="50" />
|
||
</a>
|
||
<a href="https://www.oceanbase.com/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/oceanbase.png" alt="OceanBase" height="50" />
|
||
</a>
|
||
<a href="https://neo4j.com/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/neo4j.png" alt="Neo4j" height="50" />
|
||
</a>
|
||
<a href="https://iotdb.apache.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/iotdb.png" alt="IoTDB" height="50" />
|
||
</a>
|
||
<a href="https://www.snowflake.com/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/snowflake.png" alt="Snowflake" height="70" />
|
||
</a>
|
||
<a href="https://ydb.tech/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/ydb.png" alt="YDB" height="50" />
|
||
</a>
|
||
<a href="https://zookeeper.apache.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/zookeeper.png" alt="Zookeeper" height="50" />
|
||
</a>
|
||
<a href="https://duckdb.org/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/duckdb.png" alt="DuckDB" height="50" />
|
||
</a>
|
||
<a href="https://www.alibabacloud.com/zh/product/object-storage-service" target="_blank">
|
||
<img src="docs/docs/assets/plugin/alioss.png" alt="Aliyun OSS" height="50" />
|
||
</a>
|
||
<a href="https://kafka.apache.org" target="_blank">
|
||
<img src="docs/docs/assets/plugin/kafka.png" alt="Apache Kafka" height="50" />
|
||
</a>
|
||
<a href="https://docs.ceresdb.io/" target="_blank">
|
||
<img src="docs/docs/assets/plugin/ceresdb.png" alt="CeresDB" height="50" />
|
||
</a>
|
||
<a href="https://docs.greptime.com/" target="_blank" class="connector-logo-index">
|
||
<img src="docs/docs/assets/plugin/greptimedb.png" alt="GreptimeDB" height="70" />
|
||
</a>
|
||
<a href="https://questdb.io/" target="_blank" class="connector-logo-index">
|
||
<img src="docs/docs/assets/plugin/questdb.png" alt="QuestDB" height="50" />
|
||
</a>
|
||
<a href="https://doris.apache.org/" target="_blank" class="connector-logo-index">
|
||
<img src="docs/docs/assets/plugin/doris.png" alt="Apache Doris" height="50" />
|
||
</a>
|
||
<a href="https://www.starrocks.io/" target="_blank" class="connector-logo-index">
|
||
<img src="docs/docs/assets/plugin/starrocks.png" alt="StarRocks" height="50" />
|
||
</a>
|
||
<a href="https://www.alibabacloud.com/product/hologres" target="_blank" class="connector-logo-index">
|
||
<img src="docs/docs/assets/plugin/hologres.png" alt="Hologres" height=60" />
|
||
</a>
|
||
<a href="https://hadoop.apache.org/" target="_blank" class="connector-logo-index">
|
||
<img src="docs/docs/assets/plugin/hdfs.png" alt="Apache Hdfs" height=60" />
|
||
</a>
|
||
<a href="https://docs.pinot.apache.org/" target="_blank" class="connector-logo-index">
|
||
<img src="docs/docs/assets/plugin/pinot.png" alt="Apache Pinot" height=60" />
|
||
</a>
|
||
<a href="https://cassandra.apache.org/" target="_blank" class="connector-logo-index">
|
||
<img src="docs/docs/assets/plugin/cassandra.png" alt="Apache Cassandra" height=60" />
|
||
</a>
|
||
</p>
|
||
|
||
## 系统架构
|
||
|
||
---
|
||
|
||
<img src="docs/docs/assets/architecture.jpg" width="100%" />
|
||
|
||
## 贡献图谱
|
||
|
||
---
|
||
|
||
[![Star History Chart](https://api.star-history.com/svg?repos=devlive-community/datacap&type=Timeline)](https://star-history.com/#devlive-community/datacap&Timeline)
|
||
|
||
## 加入我们
|
||
|
||
---
|
||
|
||
打开钉钉(左)或微信(右)软件扫描以下二维码加入
|
||
|
||
<div>
|
||
<img src="docs/docs/assets/dingtalk.png" width="200px" height="200px"/>
|
||
<img src="docs/docs/assets/wechat.png" width="200px" height="200px"/>
|
||
</div>
|
||
|
||
## 鸣谢
|
||
|
||
---
|
||
|
||
[![Jetbrains](https://img.shields.io/badge/Development-Jetbrains-brightgreen?style=flat-square)](https://www.jetbrains.com/)
|
||
[![App Store](https://img.shields.io/badge/App%20Store-Rainbond-brightgreen?style=flat-square)](https://www.rainbond.com/)
|
||
[![View UI Plus](https://img.shields.io/badge/UI-View%20UI%20Plus-brightgreen?style=flat-square)](https://www.iviewui.com/view-ui-plus)
|
||
|
||
## 安装和配置
|
||
|
||
---
|
||
|
||
[DataCap 的扩展文档](https://datacap.edurt.io)
|
||
|
||
## 贡献者
|
||
|
||
---
|
||
|
||
<a href="https://github.com/EdurtIO/datacap/graphs/contributors">
|
||
<img src="https://contrib.rocks/image?repo=EdurtIO/datacap" />
|
||
</a>
|