Migrated repository
Go to file
2022-09-20 22:36:19 +08:00
.github ci: Fix codeql compile failed 2022-09-20 19:18:36 +08:00
.mvn/wrapper Add maven wrapper 2022-09-17 14:49:28 +08:00
configure ci: fix ci command 2022-09-20 15:46:31 +08:00
dist feature: Add program entry configuration 2022-09-17 17:28:21 +08:00
docs doc: Add plugin doc 2022-09-20 10:46:16 +08:00
plugin fix: Fix style configure and some code 2022-09-20 15:31:03 +08:00
server web: Refactor source style 2022-09-20 22:36:19 +08:00
spi spi: Add jdbc column convert 2022-09-19 19:11:00 +08:00
web web: Refactor source style 2022-09-20 22:36:19 +08:00
.gitignore feature: Add program entry configuration 2022-09-17 17:28:21 +08:00
CODE_OF_CONDUCT.md env: Add CODE_OF_CONDUCT.md 2022-09-18 13:46:24 +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 fix: Fix style configure and some code 2022-09-20 15:31:03 +08:00
README.md env: Add uesr require 2022-09-17 15:36:31 +08:00
SECURITY.md env: Add some 2022-09-18 13:53:01 +08:00

DataCap (incubator)

DataCap is integrated software for data transformation, integration and visualization.

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/*