Migrated repository
Go to file
2022-09-18 13:39:32 +08:00
.github/workflows ci: Add codeql analysis 2022-09-18 13:39:32 +08:00
.mvn/wrapper Add maven wrapper 2022-09-17 14:49:28 +08:00
configure api: Add source 2022-09-18 13:21:08 +08:00
dist feature: Add program entry configuration 2022-09-17 17:28:21 +08:00
server api: Add source 2022-09-18 13:21:08 +08:00
.gitignore feature: Add program entry configuration 2022-09-17 17:28:21 +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 api: Add source 2022-09-18 13:21:08 +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/*