mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-30 02:57:37 +08:00
Migrated repository
.github/workflows | ||
.mvn/wrapper | ||
configure | ||
dist | ||
server | ||
.gitignore | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
README.md |
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/*