You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/27 03:35:43 UTC

[shardingsphere-elasticjob] branch master updated: add README.txt cloud-scheduler

This is an automated email from the ASF dual-hosted git repository.

zhangyonglun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b4073f  add README.txt cloud-scheduler
     new d04bff8  Merge pull request #1279 from tuohai666/master
0b4073f is described below

commit 0b4073f981d4f0a2a052adc9b918f420f3d95c5a
Author: tuohai666 <zh...@apache.org>
AuthorDate: Mon Jul 27 11:33:57 2020 +0800

    add README.txt cloud-scheduler
---
 .../src/main/release-docs/README.txt               | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/README.txt b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/README.txt
new file mode 100644
index 0000000..4f723c7
--- /dev/null
+++ b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/README.txt
@@ -0,0 +1,27 @@
+Welcome to Apache ShardingSphere-ElasticJob
+===============================================================================
+
+ElasticJob is a distributed scheduled job solution. It is composited from 2 independent sub projects: ElasticJob Lite and ElasticJob Cloud.
+
+ElasticJob Lite is a centre-less solution, use lightweight jar to coordinate distributed jobs.
+
+ElasticJob Lite and ElasticJob Cloud provide unified API. Developers only need code one time, then decide to deploy Lite or Cloud as you want.
+
+ElasticJob became an Apache ShardingSphere Sub project on May 28 2020.
+
+Getting Started
+===============================================================================
+To help you get started, try the following links:
+
+Getting Started
+    https://shardingsphere.apache.org/elasticjob/current/en/quick-start/
+
+We welcome contributions of all kinds, for details of how you can help
+    https://shardingsphere.apache.org/community/en/contribute/
+
+Find the issue tracker from here
+    https://github.com/apache/shardingsphere-elasticjob/issues
+
+Please help us make Apache ShardingSphere-ElasticJob better - we appreciate any feedback you may have.
+
+Have fun!