Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cookpad/kuroko2
Kuroko2 is a web-based job scheduler / workflow engine.
https://github.com/cookpad/kuroko2
Last synced: 3 days ago
JSON representation
Kuroko2 is a web-based job scheduler / workflow engine.
- Host: GitHub
- URL: https://github.com/cookpad/kuroko2
- Owner: cookpad
- License: mit
- Created: 2016-10-18T02:11:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T03:25:17.000Z (11 months ago)
- Last Synced: 2024-12-29T06:02:44.200Z (10 days ago)
- Language: Ruby
- Size: 1.71 MB
- Stars: 316
- Watchers: 29
- Forks: 70
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome_ai_agents - Kuroko2 - Kuroko2 is a web-based job scheduler / workflow engine. (Building / Workflows)
- awesome_ai_agents - Kuroko2 - Kuroko2 is a web-based job scheduler / workflow engine. (Building / Workflows)
README
# Kuroko2
[![Build Status](https://github.com/cookpad/kuroko2/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/cookpad/kuroko2/actions/workflows/ci.yml) [![Gem Version](https://badge.fury.io/rb/kuroko2.svg)](https://badge.fury.io/rb/kuroko2)![](app/assets/images/kuroko2/kuroko-logo-horizontal.png)
Kuroko2 is a web-based job scheduler / workflow engine.
## Installation
```bash
$ rails new your_kuroko2_application --database=mysql --skip-turbolinks --skip-javascript -m https://raw.githubusercontent.com/cookpad/kuroko2/master/app_template.rb
```And edits "config/kuroko2.yml"
## Documentation
Documentation is available at [docs/index.md](docs/index.md).
## Authors
- Naoto Takai
- Eisuke Oishi
- Kohei Suzuki
- Taiki Ono
- Takashi Kokubun## Contributors
- Shota Iguchi
- Hiroyuki Inoue
- hogelog
- gfx
- kaorimatz
- makimoto
- shigemk2
- winebarrel
- t8m8
- yohfee
- takonomura
- errm
- itkq## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).