All Projects → vipshop → Saturn

vipshop / Saturn

Licence: apache-2.0
The vip.com's distributed job scheduling platform.

Programming Languages

java
68154 projects - #9 most used programming language
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Saturn

croner
Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.
Stars: ✭ 169 (-92.11%)
Mutual labels:  job, scheduling
Factotum
A system to programmatically run data pipelines
Stars: ✭ 158 (-92.62%)
Mutual labels:  job
Workq
Job server in Go
Stars: ✭ 1,546 (-27.79%)
Mutual labels:  job
Jobwanted
找工作 (喜欢就赏颗星星呗!) 【演示地址】:http://job.haojima.net
Stars: ✭ 136 (-93.65%)
Mutual labels:  job
Awesome Job
优质开源内推项目,消除内推信息壁垒。
Stars: ✭ 1,528 (-28.63%)
Mutual labels:  job
Nn dataflow
Explore the energy-efficient dataflow scheduling for neural networks.
Stars: ✭ 141 (-93.41%)
Mutual labels:  scheduling
Go Quartz
Simple, zero-dependency scheduling library for Go
Stars: ✭ 118 (-94.49%)
Mutual labels:  job
Bookstore
📚 Notebook storage and publishing workflows for the masses
Stars: ✭ 162 (-92.43%)
Mutual labels:  scheduling
Cylc Flow
Cylc: a workflow engine for cycling systems. Repository master branch: core meta-scheduler component of cylc-8 (in development); Repository 7.8.x branch: full cylc-7 system.
Stars: ✭ 154 (-92.81%)
Mutual labels:  scheduling
Telegram Instapy Scheduling
A Telegram bot for scheduling InstaPy
Stars: ✭ 136 (-93.65%)
Mutual labels:  job
Tone.js
A Web Audio framework for making interactive music in the browser.
Stars: ✭ 11,352 (+430.22%)
Mutual labels:  scheduling
React Native Alarm Notification
schedule alarm and local notification in react-native
Stars: ✭ 122 (-94.3%)
Mutual labels:  scheduling
Aint Queue
🚀 An async-queue library built on top of swoole, flexable multi-consumer, coroutine supported. 基于 Swoole 的一个异步队列库,可弹性伸缩的工作进程池,工作进程协程支持。
Stars: ✭ 143 (-93.32%)
Mutual labels:  job
Ytask
YTask is an asynchronous task queue for handling distributed jobs in golang(go异步任务框架)
Stars: ✭ 121 (-94.35%)
Mutual labels:  job
Node Rethinkdb Job Queue
A persistent job or task queue backed by RethinkDB.
Stars: ✭ 158 (-92.62%)
Mutual labels:  job
V2
Staffjoy V2 - all microservices in a monorepo
Stars: ✭ 1,586 (-25.92%)
Mutual labels:  scheduling
Hivedscheduler
Kubernetes Scheduler for Deep Learning
Stars: ✭ 126 (-94.11%)
Mutual labels:  scheduling
Smart Industry
🏭 Open Source Manufacturing Execution System for JobShop type manufacturer.
Stars: ✭ 138 (-93.55%)
Mutual labels:  scheduling
Pai
Resource scheduling and cluster management for AI
Stars: ✭ 2,223 (+3.83%)
Mutual labels:  scheduling
Resources
知名互联网企业内推资料整理 持续更新ing 。 目前已经维护五个微信群接近3000人,欢迎你的加入!
Stars: ✭ 1,910 (-10.79%)
Mutual labels:  job

logo

Build Status GitHub release License

Saturn is a platform created by VIP.com(唯品会) to provide a distributed, fault tolerant and high available job scheduling service.

Why Saturn?

  • Time based and language unrestricted job
  • Easy job implmentation and web based management
  • Parallel subtask(shard) scheduling
  • 1-second-level scheduling supported
  • Intelligent load based job allocation
  • Fail detection & failover support
  • Statistical data visualization
  • All-around monitoring and easy troubleshooting
  • Multi-active cluster deployment support
  • Container friendly
  • Stand the test of billion times scheduling per day
  • and more

Quick Start 快速安装

Make sure below stuff already been installed:

  • Java 7+
  • Maven 3.0.4+
  • node.js 8.7.0+
  • npm 5.4.2+
  • git (any version)

Then checkout the code and start:

git clone https://github.com/vipshop/Saturn
git checkout develop
cd saturn-docker
# for linux
chmod +x quickstart.sh
sh quickstart.sh
# for MS Windows
# quickstart.bat

Or you can quick start via docker compose

To notice that the quick start just for demo purpose, for production environement, please follow this instruction.

Releases 发布历史

Release notes

3.3.1 is the latest stable release, or checkout the develop branch to try something new and cool.

Documents & Tutorials 文档与教程

Please go to https://vipshop.github.io/Saturn for reading the documents of 3.0.

For the document of 2.x, please come here.

The team 开发团队

About us

Cases 使用案例

orgs

Organizations using Saturn

使用Saturn的公司如果方便请在这里留下公司+网址,方便我们宣传,感谢

Getting help, and helping out 社区互助

WeChat Group: Please add group owner viptech128 (备注"saturn") to join us!

Special thanks 特别鸣谢

Saturn is originated from Dangdang's elastic job, we enhance it according to our requirement and understandings. Special thanks to Zhang Liang@dangdang who give us a lot of help and suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].