Migrated repository
Go to file
2023-04-05 01:19:01 +08:00
.github [Env] Add docker publish ci 2023-04-05 01:19:01 +08:00
.mvn/wrapper Add maven wrapper 2022-09-17 14:49:28 +08:00
client/datacap-cli [Core] Rename executor directory 2023-03-20 23:27:14 +08:00
configure [Core] Remove some invalid jars 2023-04-04 21:58:42 +08:00
core [Core] Fixed web proxy 2023-04-04 22:29:27 +08:00
docs [Plugin] [Kafka] Support SHOW DATABASES and SHOW TABLES ... 2023-03-29 11:44:29 +08:00
driver/datacap-driver-redis [Core] Rename executor directory 2023-03-20 23:27:14 +08:00
executor [Core] Support the code editor supports automatic prompts for data source library tables and columns close #301 2023-04-03 18:08:11 +08:00
lib [Core] [Lib] Add schedule lib 2023-03-30 16:44:43 +08:00
plugin [Core] Support the code editor supports automatic prompts for data source library tables and columns close #301 2023-04-03 18:08:11 +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 [Core] Fixed web proxy 2023-04-04 22:29:27 +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 Bump jackson.version from 2.13.4 to 2.14.2 (#310) 2023-04-04 07:02:40 +08:00
README.md [Env] Optimize document release timing 2023-03-21 20:24:15 +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.

Example: try.datacap.edurt.io

Username Password
datacap 123456789

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