Migrated repository
Go to file
2024-11-25 23:13:53 +08:00
.github feat(plugin): support install plugin for tar 2024-11-23 19:01:07 +08:00
.mvn/wrapper Add maven wrapper 2022-09-17 14:49:28 +08:00
.qshell feat(core): support upload artifact 2024-11-18 11:56:31 +08:00
client/datacap-cli feat(core): split plugin package 2024-11-18 10:47:23 +08:00
configure refactor(dashboard): refactor delete 2024-11-25 17:37:42 +08:00
convert feat(plugin): fix the problem of accidentally deleting configuration in the development environment 2024-11-23 21:37:33 +08:00
core refactor(core): refactor snippet 2024-11-25 23:13:53 +08:00
docs refactor(core): refactor menu 2024-11-25 20:45:06 +08:00
driver feat(core): split plugin package 2024-11-18 10:47:23 +08:00
executor feat(plugin): adapter core 2024-11-21 17:29:14 +08:00
fs feat(plugin): adapter core 2024-11-21 17:29:14 +08:00
lib feat(plugin): support install plugin for tar 2024-11-23 19:01:07 +08:00
logo/convert feat(plugin): fix the problem of accidentally deleting configuration in the development environment 2024-11-23 21:37:33 +08:00
notify feat(core): split plugin package 2024-11-18 10:47:23 +08:00
parser feat(core): split plugin package 2024-11-18 10:47:23 +08:00
plugin feat(plugin): delete redundant dependencies of convert and fix version number acquisition rules 2024-11-23 04:40:41 +08:00
scheduler feat(plugin): adapter core 2024-11-21 17:29:14 +08:00
shaded feat(core): split plugin package 2024-11-18 10:47:23 +08:00
test feat(plugin): support install plugin for tar 2024-11-23 19:01:07 +08:00
.gitattributes [Env] Add gitattributes 2023-05-09 18:58:38 +08:00
.gitignore feat(plugin): add convert and convert xml test 2024-11-23 01:45:57 +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 [Core] Repair docker compose image and change example address 2024-04-19 12:28:03 +08:00
Dockerfile [Docker] Fixed jdk version 2024-05-20 13:57:53 +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): support install plugin for tar 2024-11-23 19:01:07 +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