{"id":13622275,"url":"https://github.com/vipshop/Saturn","last_synced_at":"2025-04-15T05:34:33.259Z","repository":{"id":37175483,"uuid":"75165297","full_name":"vipshop/Saturn","owner":"vipshop","description":"The vip.com's distributed job scheduling platform.","archived":false,"fork":false,"pushed_at":"2024-08-06T09:01:09.000Z","size":32300,"stargazers_count":2278,"open_issues_count":279,"forks_count":701,"subscribers_count":212,"default_branch":"develop","last_synced_at":"2024-11-04T17:11:37.690Z","etag":null,"topics":["java","job","saturn","scheduling","vipshop"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vipshop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-30T08:06:30.000Z","updated_at":"2024-11-04T08:57:08.000Z","dependencies_parsed_at":"2023-02-09T10:16:51.629Z","dependency_job_id":null,"html_url":"https://github.com/vipshop/Saturn","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipshop%2FSaturn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipshop%2FSaturn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipshop%2FSaturn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipshop%2FSaturn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vipshop","download_url":"https://codeload.github.com/vipshop/Saturn/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223661502,"owners_count":17181681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","job","saturn","scheduling","vipshop"],"created_at":"2024-08-01T21:01:17.083Z","updated_at":"2025-04-15T05:34:33.238Z","avatar_url":"https://github.com/vipshop.png","language":"Java","funding_links":[],"categories":["Java","开源项目","任务调度"],"sub_categories":["Github"],"readme":"# ![logo](https://vipshop.github.io/Saturn/zh-cn/3.x/_media/saturn-logo-new.png)\n\n[![Build Status](https://secure.travis-ci.org/vipshop/Saturn.png?branch=develop)](https://travis-ci.org/vipshop/Saturn)\n[![GitHub release](https://img.shields.io/github/release/vipshop/Saturn.svg)](https://github.com/vipshop/Saturn/releases)\n[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n\nSaturn is a platform created by VIP.com(唯品会) to provide a distributed, fault tolerant and high available job scheduling service.\n\n## Why Saturn?\n\n- Time based and language unrestricted job\n- Easy job implmentation and web based management\n- Parallel subtask(shard) scheduling\n- 1-second-level scheduling supported\n- Intelligent load based job allocation\n- Fail detection \u0026 failover support\n- Statistical data visualization\n- All-around monitoring and easy troubleshooting\n- Multi-active cluster deployment support\n- Container friendly\n- Stand the test of billion times scheduling per day\n- and more\n\n## Quick Start 快速安装\n\nMake sure below stuff already been installed：\n\n- Java 7+\n- Maven 3.0.4+\n- node.js 8.7.0+\n- npm 5.4.2+\n- git (any version)\n\nThen checkout the code and start:\n\n```\ngit clone https://github.com/vipshop/Saturn\ngit checkout develop\ncd saturn-docker\n# for linux\nchmod +x quickstart.sh\nsh quickstart.sh\n# for MS Windows\n# quickstart.bat\n```\n\nOr you can quick start [via docker compose](https://vipshop.github.io/Saturn/#/zh-cn/3.x/quickstart?id=_2-docker%E5%90%AF%E5%8A%A8)\n\n**To notice that the quick start just for demo purpose, for production environement, please follow this [instruction](https://vipshop.github.io/Saturn/#/zh-cn/3.x/saturn-console-deployment).**\n\n## Releases 发布历史\n\n[Release notes](https://github.com/vipshop/Saturn/releases)\n\n*[3.3.1](https://github.com/vipshop/Saturn/releases/tag/v3.3.1) is the latest stable release, or checkout the develop branch to try something new and cool.*\n\n## Documents \u0026 Tutorials 文档与教程\n\nPlease go to https://vipshop.github.io/Saturn for reading the documents of 3.0.\n\nFor the document of 2.x, please come [here](https://vipshop.github.io/Saturn/#/zh-cn/2.x/).\n\n## The team 开发团队\n\n[About us](https://github.com/vipshop/Saturn/wiki/Saturn's-Wow-Team)\n\n## Cases 使用案例\n\n![orgs](docs/zh-cn/3.x/_media/orgs2.jpg)\n[Organizations using Saturn](https://github.com/vipshop/Saturn/wiki/Organizations-using-Saturn)\n\n使用Saturn的公司如果方便请在[这里](https://github.com/vipshop/Saturn/issues/506)留下公司+网址，方便我们宣传，感谢\n\n## Getting help, and helping out 社区互助\n\nWeChat Group: Please add group owner `viptech128` (备注\"saturn\") to join us!\n\n## Special thanks 特别鸣谢\n\nSaturn is originated from Dangdang's [elastic job](https://github.com/dangdangdotcom/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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvipshop%2FSaturn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvipshop%2FSaturn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvipshop%2FSaturn/lists"}