Migrated repository
Go to file
2022-09-17 16:10:05 +08:00
.github/workflows ci: every step must define a uses or run key 2022-09-17 16:07:40 +08:00
.mvn/wrapper Add maven wrapper 2022-09-17 14:49:28 +08:00
configure env: Add cobertura 2022-09-17 15:33:26 +08:00
.gitignore Add maven wrapper 2022-09-17 14:49:28 +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: Add cobertura 2022-09-17 15:33:26 +08:00
README.md env: Add uesr require 2022-09-17 15:36:31 +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/*