Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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).