Migrated repository
Go to file
2024-05-23 15:44:34 +08:00
.github [UI] Replace npm to yarn 2024-05-22 16:20:13 +08:00
.mvn/wrapper Add maven wrapper 2022-09-17 14:49:28 +08:00
client/datacap-cli [Docker] Fixed jdk version 2024-05-20 13:57:53 +08:00
configure [Core] Support upload file 2024-05-22 23:35:33 +08:00
core [Core] [User] Fix user login registration loading status 2024-05-23 11:48:52 +08:00
docs [Release] Released for 2024.03.4 2024-05-19 20:52:18 +08:00
driver [Docker] Fixed jdk version 2024-05-20 13:57:53 +08:00
executor [Docker] Fixed jdk version 2024-05-20 13:57:53 +08:00
fs [Core] [Dashboard] Add local storage path 2024-05-23 10:51:42 +08:00
lib [Docker] Fixed jdk version 2024-05-20 13:57:53 +08:00
notify/datacap-notify-spi [Core] [Notify] Add spi 2024-05-23 15:44:34 +08:00
parser [Parser] [Trino] Remove antlr4 code 2024-05-22 15:32:18 +08:00
plugin [Docker] Fixed jdk version 2024-05-20 13:57:53 +08:00
scheduler [Docker] Fixed jdk version 2024-05-20 13:57:53 +08:00
shaded [Docker] Fixed jdk version 2024-05-20 13:57:53 +08:00
.gitattributes [Env] Add gitattributes 2023-05-09 18:58:38 +08:00
.gitignore [UI] Fixed build issues 2024-05-22 16:40:00 +08:00
.java-version [Core] Support chatgpt 2023-03-09 22:48:57 +08:00
CODE_OF_CONDUCT.md env: Add CODE_OF_CONDUCT.md 2022-09-18 13:46:24 +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 env: Add LICENSE 2022-09-18 13:43:22 +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 [Core] [Notify] Add spi 2024-05-23 15:44:34 +08:00
README.md [Env] Update README 2024-05-10 00:08:59 +08:00
README.ru.md [Env] Update README 2024-05-10 00:08:59 +08:00
README.zh_CN.md [Env] Update README 2024-05-10 00:08:59 +08:00
SECURITY.md web: Optimizing build data sources 2022-10-15 19:24:32 +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.

Example: try.datacap.devlive.org

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   MySQL   Presto   Redis   PostgreSQL   Trino   ElasticSearch   Druid   Kyuubi   Hive   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  

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