Migrated repository
Go to file
2023-03-15 22:13:28 +08:00
.github [Env] Upgrade JDK 8 to 11 2023-03-08 22:03:01 +08:00
.mvn/wrapper Add maven wrapper 2022-09-17 14:49:28 +08:00
client/datacap-cli [Client] [Cli] Fixed code bugs 2023-03-07 23:26:37 +08:00
configure [Core] [Executor] Add executor spi 2023-03-08 17:14:58 +08:00
core [Lib] [Shell] Support error output 2023-03-15 22:13:28 +08:00
docs [Docs] Add cli docs 2023-03-07 23:04:44 +08:00
driver/datacap-driver-redis [Env] Bump jedis from 3.6.3 to 4.3.1 close #254 2023-03-08 21:38:33 +08:00
executor [Core] [Executor] Support env node 2023-03-15 00:01:01 +08:00
lib [Lib] [Shell] Support error output 2023-03-15 22:13:28 +08:00
plugin [Env] Upgrade JDK 8 to 11 2023-03-08 22:03:01 +08:00
.gitignore [Core] [Executor] Support the execution of pipeline to record logs to the local 2023-03-14 22:04:41 +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
Dockerfile Switch bash docker image to eclipse-temurin:8-jdk-focal 2022-10-17 16:53:42 +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 [Env] Bump maven-assembly-plugin from 3.1.1 to 3.5.0 close #272 2023-03-08 21:35:53 +08:00
README.md [Docs] Add icon to connectors 2023-03-07 23:01:02 +08:00
SECURITY.md web: Optimizing build data sources 2022-10-15 19:24:32 +08:00

DataCap


Visitors version

GitHub branch checks state GitHub Release Date

GitHub commit activity GitHub contributors GitHub last commit

Security Status

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.

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

Stargazers over time


Stargazers over time

Join Us


Open the DingTalk software and scan the following QR code to join

Thank you


Installation and Configuration


Extended documentation for DataCap

Contributors