wesley5201314 / shardingsphere-elasticjob-ui

Distributed scheduled job framework

Home Page:https://shardingsphere.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShardingSphere ElasticJob UI

License

Overview

ShardingSphere ElasticJob UI is a management background for ShardingSphere-ElasticJob . There are two parts in this project:

  • shardingsphere-elasticjob-lite-ui: the UI of shardingsphere-elasticjob-lite
  • shardingsphere-elasticjob-cloud-ui: the UI of shardingsphere-elasticjob-cloud

ShardingSphere ElasticJob UI Frontend

shardingsphere-elasticjob-lite-ui-frontend/shardingsphere-elasticjob-cloud-ui-frontend based on vue and use the UI Toolkit element.

ShardingSphere ElasticJob UI Backend

shardingsphere-elasticjob-lite-ui-backend, shardingsphere-elasticjob-cloud-ui-backend is a standard spring boot project.

How to Build

git clone https://github.com/apache/shardingsphere-elasticjob-ui.git
cd shardingsphere-elasticjob-ui/
mvn clean package -Prelease
  • Get the lite package in shardingsphere-elasticjob-ui/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/target/apache-shardingsphere-${latest.release.version}-shardingsphere-elasticjob-lite-ui-bin.tar.gz
  • Get the cloud package in shardingsphere-elasticjob-ui/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/target/apache-shardingsphere-${latest.release.version}-shardingsphere-elasticjob-cloud-ui-bin.tar.gz

About

Distributed scheduled job framework

https://shardingsphere.apache.org/

License:Apache License 2.0


Languages

Language:Java 52.0%Language:JavaScript 27.3%Language:Vue 17.6%Language:Shell 0.9%Language:CSS 0.8%Language:HTML 0.6%Language:Batchfile 0.4%Language:Dockerfile 0.3%