8 Star 44 Fork 12

简杰 / SIM-BAT

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
LGPL-3.0

SIM-BAT

Description

WYSIWYG job scheduling tool based on DAG (Directed Acyclic graph) With perfect job design, scheduling, monitoring and other functions;
Support job chunking and clustering; Support large scale batch (millions of job blocks). SIM-BAT consists of designer, scheduler and monitor. The architecture is shown as follows:
architecture

Features

SIM-BAT is characterized by simplicity, stability and efficiency.

  1. Non-invasive interface to support various types of jobs (SHELL, JAVA, GO, PYTHON, etc.)
  2. WYSIWYG design and monitoring tools
  3. Built-in high availability design; Supports master-slave clusters
  4. Support large scale batch
  5. Ultra high scheduling performance
  6. Does not rely on other open source software packages, easy to port to a variety of platforms
  7. Mature and stable, has been successfully applied in many large enterprises

Detailed Description

Job Interface

SIM-BAT uses a non-invasive interface to support various types of jobs and has no special requirements for application programming languages. There are two main types of interfaces. One is executable commands in the SHELL, supporting all SHELL syntax, such as environment variables.
The other type is HTTP POST packet interface. The packet format is configurable and supports JSON and XML packets.
The packet interface supports job execution on APP SERVER (such as TOMCAT). Applications only need to configure job start packets and job query packets.

Design and Monitoring

Sim-bat provides WYSIWYG graphical design and monitoring tools to easily design grouping and serial-parallel relationships between jobs.
You can also visually see job execution at run time and easily intervene manually if a job goes wrong.

Server Cluster

SIM-BAT supports a master-slave cluster that distributes jobs to server clusters. The architecture is shown below:
cluster

Distribution (64-bit LINUX system as an example)

  1. Download SIM-BAT 2_9_3 Community edition.zip and decompress it
  2. Upload the server/ Linux64 directory to the server
  3. Execute in the linux64 directory on the server: chmod +x simbat_install;./simbat_install

install

  1. Enter for the first two questions and answer y for the third
  2. Exit and re-log in to make the environment variables in the profile take effect
  3. Execute: simbat_ctl start
  4. Modify the IP_ADDR value of client/bin/simbat.cfg to the IP address of the server. The default port number is 9010. Ensure that the port is normal and is not blocked by the firewall
  5. In client/bin, double-click the simbat_designer.exe icon to access the designer
  6. Open c1001.sbt and upload it to the server. The operator ID and password are simbat

transfer

  1. In client/bin, double-click simbat_monitor.exe to access the monitor
  2. Right-click the SAMPLE icon and choose "Start Batch" from the menu. The operator ID and password are simbat

start_batch

  1. Right-click on the SAMPLE icon and choose "Enter this batch". In batch operation, the color of each group will change. After about 10 seconds, the G1 group turns red and an alarm is generated

monitor

  1. Right-click on the G1 group icon to select "Enter this Group"
  2. Right-click on the JOB_1 icon and choose "View Logs".
  3. Right-click on the JOB_1 job icon and select "Skip" (you can also create a ~/aaa file and select "Rerun")
  4. After about 10 seconds, the batch is completed normally
  5. Congratulations! Here you have successfully completed your first batch example!
  6. The user Manual in the doc directory provides detailed documents about the use of SIM-bat. You can learn various complex functions of SIM-bat from this document

Compile The Source Code

  • cd server/src
  • chmod +x configure
  • ./configure --platform=linux64
  • make
  • make install

Currently, the server supports Linux, Linux64, Aix, Aix64, HP, and Solaris. The server is specified by the configure command. The default value is linux64. The generated installation package is located in the release directory and is installed using the simbat_install command.
C++ Builder XE7 is required for client compilation. Project files in designer and monitor directories are ProjectGroup1.groupproj.

成功案例

SIM-BAT has been successfully applied in many large enterprises. Here are some of them:

customer

Contact us

  1. Email: support@simjie.com
  2. WeChat: YJ13828895512
GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.

About

基于DAG(有向无环图)的所见即所得的作业调度平台;具有完善的设计和监控工具; 支持服务器集群; 支持大规模批量(百万级作业) expand collapse
C++ and 4 more languages
LGPL-3.0
Cancel

Contributors

All

Activities

Load More
can not load any more
C++
1
https://gitee.com/simjie_yaojie/sim-bat.git
git@gitee.com:simjie_yaojie/sim-bat.git
simjie_yaojie
sim-bat
SIM-BAT
master

Search