Migrated repository
Go to file
2024-12-02 16:42:38 +08:00
.github feat(docker): new docker image 2024-12-02 16:42:38 +08:00
.mvn/wrapper Add maven wrapper 2022-09-17 14:49:28 +08:00
client/datacap-cli feat(core): split plugin package 2024-11-18 10:47:23 +08:00
configure feat(docker): new docker image 2024-12-02 16:42:38 +08:00
convert feat(plugin): fix bugs 2024-12-02 12:08:04 +08:00
core feat(plugin): reduce package size 2024-12-02 13:58:53 +08:00
docs feat(docker): new docker image 2024-12-02 16:42:38 +08:00
driver feat(core): split plugin package 2024-11-18 10:47:23 +08:00
executor feat(plugin): fix bugs 2024-12-02 12:08:04 +08:00
fs feat(plugin): fix bugs 2024-12-02 12:08:04 +08:00
lib feat(plugin): support set parent class package 2024-11-27 14:30:33 +08:00
logo feat(plugin): adapter other plugin 2024-12-01 22:47:46 +08:00
notify feat(plugin): fix bugs 2024-12-02 12:08:04 +08:00
parser feat(plugin): fix bugs 2024-12-02 12:08:04 +08:00
plugin feat(plugin): fix bugs 2024-12-02 12:08:04 +08:00
scheduler feat(plugin): fix bugs 2024-12-02 12:08:04 +08:00
shaded feat(plugin): adapter plugin -- ydb and neo4j 2024-12-01 15:51:27 +08:00
test feat(plugin): adapter plugin -- kyuubi 2024-12-01 11:55:34 +08:00
.gitattributes [Env] Add gitattributes 2023-05-09 18:58:38 +08:00
.gitignore feat(plugin): support aliyun oss 2024-11-26 22:23:53 +08:00
.java-version [Core] Support chatgpt 2023-03-09 22:48:57 +08:00
CODE_OF_CONDUCT.md [Core] [Env] Update CODE_OF_CONDUCT.md 2024-06-09 10:13:07 +08:00
CONTRIBUTING.md [Env] Remove incubator 2023-02-03 11:19:53 +08:00
docker-compose.yml feat(docker): new docker image 2024-12-02 16:42:38 +08:00
Dockerfile feat(docker): new docker image 2024-12-02 16:42:38 +08:00
LICENSE [Core] [Env] Update LICENSE 2024-06-09 10:11:44 +08:00
mvnw Add maven wrapper 2022-09-17 14:49:28 +08:00
mvnw.cmd Add maven wrapper 2022-09-17 14:49:28 +08:00
pom.xml feat(plugin): reduce package size 2024-12-02 13:58:53 +08:00
README.md [Env] Remove example address 2024-09-23 22:05:02 +08:00
README.ru.md [Env] Remove example address 2024-09-23 22:05:02 +08:00
README.zh_CN.md [Env] Remove example address 2024-09-23 22:05:02 +08:00
SECURITY.md [Core] [Env] Update SECURITY.md 2024-06-09 10:08:10 +08:00

DataCap


Visitors version

License GitHub branch checks state GitHub Release Date

Docker Automated build Docker Image Size (latest by date) Docker Pulls

GitHub commit activity GitHub contributors GitHub last commit

What is datacap?


DataCap is integrated software for data transformation, integration, and visualization. Support a variety of data sources, file types, big data related database, relational database, NoSQL database, etc. Through the software can realize the management of multiple data sources, the data under the source of various operations conversion, making data charts, monitoring data sources and other functions.

Username Password
datacap 123456789
admin 12345678

Require


Must-read for users: Be sure to execute the following command after cloning the code locally

cp configure/git-hook/* .git/hooks
chmod 700 .git/hooks/*

Supported Connectors


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:

ClickHouse Redis PostgreSQL Presto MySQL
Hive Kyuubi Druid ElasticSearch Trino
Kylin Ignite IBM DB2 MongoDB Dremio
MonetDB Phoenix H2 SqlServer Oracle
CrateDB DaMeng TDengine Impala OceanBase
Neo4j IoTDB Snowflake YDB Zookeeper
DuckDB Aliyun OSS Apache Kafka CeresDB GreptimeDB
QuestDB Apache Doris StarRocks Hologres Apache Hdfs
Apache Pinot Apache Cassandra MatrixOne ScyllaDB ParadeDB
Timescale Apache Solr InfluxDB

System architecture


Stargazers over time


Star History Chart

Join Us


Open the DingTalk (left) or WeChat(right) software and scan the following QR code to join

Thank you


Jetbrains App Store View UI Plus

Installation and Configuration


Extended documentation for DataCap

Contributors