Migrated repository
Go to file
2022-09-21 22:07:06 +08:00
.github web: Add execute console 2022-09-21 01:28:27 +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 plugin: Support format record 2022-09-21 13:37:35 +08:00
server plugin: Support format record 2022-09-21 13:37:35 +08:00
spi plugin: Support format record 2022-09-21 13:37:35 +08:00
web web: Fix query result not rendered 2022-09-21 22:07:06 +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 plugin: Support format record 2022-09-21 13:37:35 +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/*