mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-30 19:17:46 +08:00
Migrated repository
.github/workflows | ||
.mvn/wrapper | ||
configure | ||
dist | ||
docs | ||
plugin | ||
server | ||
spi | ||
web | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
README.md | ||
SECURITY.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/*