datacap/README.md

124 lines
4.4 KiB
Markdown
Raw Normal View History

2022-09-17 14:23:51 +08:00
# DataCap (incubator)
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/*
```
## Contributors
---
![GitHub Contributors Image](https://contrib.rocks/image?repo=EdurtIO/incubator-datacap)
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:
<div align="center">
<div align="center">
<div align="center">
<div align="center">
<div align="center">
<div align="center">
<code>
<a href="https://clickhouse.com" target="_blank">
<img src="./shared/plugin/clickhouse.svg" alt="ClickHouse" width="50" height="50" />
</a>
</code> <br />
</div>
<code>
<a href="https://www.mysql.com" target="_blank">
<img src="./shared/plugin/mysql.svg" alt="MySQL" width="50" height="50"/>
</a>
<a href="https://prestodb.io/" target="_blank">
<img src="./shared/plugin/presto.svg" alt="Presto" width="50" height="50"/>
</a>
</code> <br />
</div>
<code>
<a href="https://redis.io/" target="_blank">
<img src="./shared/plugin/redis.svg" alt="Redis" width="50" height="50"/>
</a>
<a href="https://www.postgresql.org/" target="_blank">
<img src="./shared/plugin/postgresql.svg" alt="PostgreSQL" width="50" height="50"/>
</a>
<a href="https://trino.io/" target="_blank">
<img src="./shared/plugin/trino.svg" alt="Trino" width="50" height="50"/>
</a>
</code> <br />
</div>
<code>
<a href="https://www.elastic.co/" target="_blank">
<img src="./shared/plugin/elasticsearch.svg" alt="ElasticSearch" width="50" height="50" />
</a>
<a href="https://druid.apache.org/" target="_blank">
<img src="./shared/plugin/druid.jpg" alt="Druid" width="50" height="50" />
</a>
2022-09-29 16:59:27 +08:00
<a href="https://kyuubi.apache.org/" target="_blank">
<img src="./shared/plugin/kyuubi.png" alt="Kyuubi" width="50" height="50" />
</a>
2022-09-29 21:53:55 +08:00
<a href="https://hive.apache.org/" target="_blank">
<img src="./shared/plugin/hive.svg" alt="Hive" width="50" height="50" />
</a>
2022-09-28 20:01:36 +08:00
</code> <br />
</div>
</div>
</div>
## 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)
2022-09-24 13:51:32 +08:00
[![](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="./shared/dingtalk.png" width="200px" height="250px"></img>
## Thank you
---
- [Jetbrains](https://www.jetbrains.com/)
## Installation and Configuration
---
2022-09-28 20:01:36 +08:00
[Extended documentation for DataCap](https://datacap.incubator.edurt.io)