Split sharding-ui and shardingsphere to 2 maven projects (#4025)

* split sharding-ui and shardingsphere to 2 maven projects

* rename sharding-ui to shardingsphere-ui
149 files changed
tree: 8231b0e7458cd84b2b3376890c58cdc6d881cdf5
  1. shardingsphere-ui-backend/
  2. shardingsphere-ui-distribution/
  3. shardingsphere-ui-frontend/
  4. pom.xml
  5. README.md
README.md

ShardingSphere UI

License

Build Status

Overview

ShardingSphere UI is a management background for ShardingSphere, including: dynamic configuration, Data orchestration, etc.

ShardingSphere UI Frontend

shardingsphere-ui-frontend based on vue and use the UI Toolkit element.

ShardingSphere UI Backend

shardingsphere-ui-backend is a standard spring boot project.

How to Build

git clone https://github.com/apache/incubator-shardingsphere.git
cd incubator-shardingsphere/shardingsphere-ui/
mvn clean package

Get the package in /dist. (shardingsphere-ui.tar.gz)