2023-02-03 11:19:53 +08:00
|
|
|
# DataCap
|
2022-09-17 14:23:51 +08:00
|
|
|
|
|
|
|
DataCap is integrated software for data transformation, integration and visualization.
|
2022-09-17 15:36:31 +08:00
|
|
|
|
|
|
|
### Require
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
> Must-read for users: Be sure to execute the following command after cloning the code locally
|
|
|
|
|
|
|
|
```bash
|
|
|
|
cp configure/git-hook/* .git/hooks
|
|
|
|
chmod 700 .git/hooks/*
|
|
|
|
```
|
2022-09-24 12:24:02 +08:00
|
|
|
|
2022-09-28 20:01:36 +08:00
|
|
|
## Supported Databases
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2022-09-29 00:07:00 +08:00
|
|
|
DataCap can query data from any SQL-speaking datastore or data engine (ClickHouse, MySQL, Presto and more).
|
2022-09-28 20:01:36 +08:00
|
|
|
|
|
|
|
Here are some of the major database solutions that are supported:
|
|
|
|
|
2022-10-25 10:26:44 +08:00
|
|
|
<p align="center">
|
|
|
|
<a href="https://clickhouse.com" target="_blank">
|
|
|
|
<img src="assets/plugin/clickhouse.png" alt="ClickHouse" height="50" />
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://www.mysql.com" target="_blank">
|
|
|
|
<img src="assets/plugin/mysql.png" alt="MySQL" height="50"/>
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://prestodb.io/" target="_blank">
|
|
|
|
<img src="assets/plugin/presto.png" alt="Presto" height="50"/>
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://redis.io/" target="_blank">
|
|
|
|
<img src="assets/plugin/redis.png" alt="Redis" height="50"/>
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://www.postgresql.org/" target="_blank">
|
|
|
|
<img src="assets/plugin/postgresql.png" alt="PostgreSQL" height="50"/>
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://trino.io/" target="_blank">
|
|
|
|
<img src="assets/plugin/trino.png" alt="Trino" height="50"/>
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://www.elastic.co/" target="_blank">
|
|
|
|
<img src="assets/plugin/elasticsearch.png" alt="ElasticSearch" height="50" />
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://druid.apache.org/" target="_blank">
|
|
|
|
<img src="assets/plugin/druid.png" alt="Druid" height="50" />
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://kyuubi.apache.org/" target="_blank">
|
|
|
|
<img src="assets/plugin/kyuubi.png" alt="Kyuubi" height="50"/>
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://hive.apache.org/" target="_blank">
|
|
|
|
<img src="assets/plugin/hive.png" alt="Hive" height="50" />
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://kylin.apache.org" target="_blank">
|
|
|
|
<img src="assets/plugin/kylin.png" alt="Kylin" height="50" />
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://ignite.apache.org/" target="_blank">
|
|
|
|
<img src="assets/plugin/ignite.png" alt="Ignite" height="50" />
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://www.ibm.com/db2/" target="_blank">
|
|
|
|
<img src="assets/plugin/ibmdb2.png" alt="IBM DB2" height="50" />
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://www.mongodb.com/" target="_blank">
|
|
|
|
<img src="assets/plugin/mongodb.png" alt="MongoDB" height="50" />
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://www.dremio.com/" target="_blank">
|
|
|
|
<img src="assets/plugin/dremio.png" alt="Dremio" height="50" />
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
2022-10-25 10:26:44 +08:00
|
|
|
<a href="https://www.monetdb.org/" target="_blank">
|
|
|
|
<img src="assets/plugin/monetdb.png" alt="MonetDB" height="50" />
|
2022-10-28 00:13:05 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://phoenix.apache.org/" target="_blank">
|
|
|
|
<img src="assets/plugin/phoenix.png" alt="Phoenix" height="50" />
|
2022-10-28 22:01:23 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://www.h2database.com/html/main.html" target="_blank">
|
|
|
|
<img src="assets/plugin/h2.png" alt="H2" height="50" />
|
2022-11-09 10:50:15 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://www.microsoft.com/sql-server" target="_blank">
|
|
|
|
<img src="assets/plugin/sqlserver.svg" alt="SqlServer" height="60" />
|
2022-11-10 19:43:26 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://www.oracle.com/" target="_blank">
|
|
|
|
<img src="assets/plugin/oracle.png" alt="Oracle" height="50" />
|
2022-11-17 22:26:16 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://crate.io/" target="_blank">
|
|
|
|
<img src="assets/plugin/cratedb.png" alt="CrateDB" height="50" />
|
2022-11-19 00:27:58 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://www.dameng.com/DM8.html" target="_blank">
|
|
|
|
<img src="assets/plugin/dameng.png" alt="DaMeng" height="50" />
|
2022-11-27 15:52:26 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://tdengine.com/" target="_blank">
|
|
|
|
<img src="assets/plugin/tdengine.png" alt="TDengine" height="50" />
|
2022-11-28 16:31:08 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://impala.apache.org/" target="_blank">
|
|
|
|
<img src="assets/plugin/impala.png" alt="Impala" height="50" />
|
2022-11-30 23:16:46 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://www.oceanbase.com/" target="_blank">
|
|
|
|
<img src="assets/plugin/oceanbase.png" alt="OceanBase" height="50" />
|
2022-12-05 17:03:51 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://neo4j.com/" target="_blank">
|
|
|
|
<img src="assets/plugin/neo4j.png" alt="Neo4j" height="50" />
|
2022-12-06 15:33:36 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://iotdb.apache.org/" target="_blank">
|
|
|
|
<img src="assets/plugin/iotdb.png" alt="IoTDB" height="50" />
|
2023-01-29 10:54:36 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://www.snowflake.com/" target="_blank">
|
|
|
|
<img src="assets/plugin/snowflake.png" alt="Snowflake" height="70" />
|
2023-01-30 13:06:23 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://ydb.tech/" target="_blank">
|
|
|
|
<img src="assets/plugin/ydb.png" alt="YDB" height="50" />
|
2023-02-07 21:51:26 +08:00
|
|
|
</a>
|
|
|
|
<a href="https://zookeeper.apache.org/" target="_blank">
|
|
|
|
<img src="assets/plugin/zookeeper.png" alt="Zookeeper" height="50" />
|
2022-10-25 10:26:44 +08:00
|
|
|
</a>
|
|
|
|
</p>
|
2022-09-28 20:01:36 +08:00
|
|
|
|
2022-10-27 22:03:19 +08:00
|
|
|
## Stargazers over time
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2023-02-03 11:19:53 +08:00
|
|
|
[![Stargazers over time](https://starchart.cc/EdurtIO/datacap.svg)](https://starchart.cc/EdurtIO/datacap)
|
2022-10-27 22:03:19 +08:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2023-02-03 11:19:53 +08:00
|
|
|
![](https://visitor-badge.glitch.me/badge?page_id=datacap)
|
|
|
|
[![](https://tokei.rs/b1/github/EdurtIO/datacap)](https://github.com/EdurtIO/datacap)
|
|
|
|
![version](https://img.shields.io/github/v/release/EdurtIO/datacap.svg)
|
2022-10-27 22:03:19 +08:00
|
|
|
|
2023-02-03 11:19:53 +08:00
|
|
|
![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)
|
2022-10-27 22:03:19 +08:00
|
|
|
|
2023-02-03 11:19:53 +08:00
|
|
|
![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)
|
2022-10-27 22:03:19 +08:00
|
|
|
|
|
|
|
## Join Us
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Open the DingTalk software and scan the following QR code to join
|
|
|
|
|
|
|
|
<img src="assets/dingtalk.png" width="200px" height="250px"></img>
|
|
|
|
|
|
|
|
## Thank you
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
- [Jetbrains](https://www.jetbrains.com/)
|
|
|
|
|
|
|
|
## Installation and Configuration
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
[Extended documentation for DataCap](https://datacap.incubator.edurt.io)
|
2022-10-29 17:15:58 +08:00
|
|
|
|
|
|
|
## Contributors
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2023-02-03 11:19:53 +08:00
|
|
|
<a href="https://github.com/EdurtIO/datacap/graphs/contributors">
|
|
|
|
<img src="https://contrib.rocks/image?repo=EdurtIO/datacap" />
|
2022-10-29 17:15:58 +08:00
|
|
|
</a>
|