mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-30 02:57:37 +08:00
118 lines
4.2 KiB
Markdown
118 lines
4.2 KiB
Markdown
# DataCap (incubator)
|
|
|
|
DataCap is integrated software for data transformation, integration and visualization.
|
|
|
|
### 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/*
|
|
```
|
|
|
|
## Supported Databases
|
|
|
|
---
|
|
|
|
DataCap can query data from any SQL-speaking datastore or data engine (ClickHouse, MySQL, Presto and more).
|
|
|
|
Here are some of the major database solutions that are supported:
|
|
|
|
<p align="center">
|
|
<a href="https://clickhouse.com" target="_blank">
|
|
<img src="assets/plugin/clickhouse.png" alt="ClickHouse" height="50" />
|
|
</a>
|
|
<a href="https://www.mysql.com" target="_blank">
|
|
<img src="assets/plugin/mysql.png" alt="MySQL" height="50"/>
|
|
</a>
|
|
<a href="https://prestodb.io/" target="_blank">
|
|
<img src="assets/plugin/presto.png" alt="Presto" height="50"/>
|
|
</a>
|
|
<a href="https://redis.io/" target="_blank">
|
|
<img src="assets/plugin/redis.png" alt="Redis" height="50"/>
|
|
</a>
|
|
<a href="https://www.postgresql.org/" target="_blank">
|
|
<img src="assets/plugin/postgresql.png" alt="PostgreSQL" height="50"/>
|
|
</a>
|
|
<a href="https://trino.io/" target="_blank">
|
|
<img src="assets/plugin/trino.png" alt="Trino" height="50"/>
|
|
</a>
|
|
<a href="https://www.elastic.co/" target="_blank">
|
|
<img src="assets/plugin/elasticsearch.png" alt="ElasticSearch" height="50" />
|
|
</a>
|
|
<a href="https://druid.apache.org/" target="_blank">
|
|
<img src="assets/plugin/druid.png" alt="Druid" height="50" />
|
|
</a>
|
|
<a href="https://kyuubi.apache.org/" target="_blank">
|
|
<img src="assets/plugin/kyuubi.png" alt="Kyuubi" height="50"/>
|
|
</a>
|
|
<a href="https://hive.apache.org/" target="_blank">
|
|
<img src="assets/plugin/hive.png" alt="Hive" height="50" />
|
|
</a>
|
|
<a href="https://kylin.apache.org" target="_blank">
|
|
<img src="assets/plugin/kylin.png" alt="Kylin" height="50" />
|
|
</a>
|
|
<a href="https://ignite.apache.org/" target="_blank">
|
|
<img src="assets/plugin/ignite.png" alt="Ignite" height="50" />
|
|
</a>
|
|
<a href="https://www.ibm.com/db2/" target="_blank">
|
|
<img src="assets/plugin/ibmdb2.png" alt="IBM DB2" height="50" />
|
|
</a>
|
|
<a href="https://www.mongodb.com/" target="_blank">
|
|
<img src="assets/plugin/mongodb.png" alt="MongoDB" height="50" />
|
|
</a>
|
|
<a href="https://www.dremio.com/" target="_blank">
|
|
<img src="assets/plugin/dremio.png" alt="Dremio" height="50" />
|
|
</a>
|
|
<a href="https://www.monetdb.org/" target="_blank">
|
|
<img src="assets/plugin/monetdb.png" alt="MonetDB" height="50" />
|
|
</a>
|
|
</p>
|
|
|
|
## Stargazers over time
|
|
|
|
---
|
|
|
|
[![Stargazers over time](https://starchart.cc/EdurtIO/incubator-datacap.svg)](https://starchart.cc/EdurtIO/incubator-datacap)
|
|
|
|
## Overview
|
|
|
|
---
|
|
|
|
![](https://visitor-badge.glitch.me/badge?page_id=incubator-datacap)
|
|
[![](https://tokei.rs/b1/github/EdurtIO/incubator-datacap)](https://github.com/EdurtIO/incubator-datacap)
|
|
![version](https://img.shields.io/github/v/release/EdurtIO/incubator-datacap.svg)
|
|
|
|
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/downloads-pre/EdurtIO/incubator-datacap/latest/total?style=flat-square)
|
|
![GitHub all releases](https://img.shields.io/github/downloads/EdurtIO/incubator-datacap/total?style=flat-square)
|
|
|
|
![GitHub branch checks state](https://img.shields.io/github/checks-status/EdurtIO/incubator-datacap/master?style=flat-square)
|
|
![GitHub Release Date](https://img.shields.io/github/release-date/EdurtIO/incubator-datacap?style=flat-square)
|
|
|
|
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/EdurtIO/incubator-datacap?style=flat-square)
|
|
![GitHub contributors](https://img.shields.io/github/contributors-anon/EdurtIO/incubator-datacap?style=flat-square)
|
|
![GitHub last commit](https://img.shields.io/github/last-commit/EdurtIO/incubator-datacap?style=flat-square)
|
|
|
|
## 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)
|