Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retz/retz
A batch job queuing and execution service (Mesos framework)
https://github.com/retz/retz
asakusa gpu mesos
Last synced: 1 day ago
JSON representation
A batch job queuing and execution service (Mesos framework)
- Host: GitHub
- URL: https://github.com/retz/retz
- Owner: retz
- License: apache-2.0
- Created: 2016-07-26T09:52:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T17:14:14.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T04:07:12.536Z (3 months ago)
- Topics: asakusa, gpu, mesos
- Language: Java
- Homepage: http://retz.github.io/
- Size: 2.12 MB
- Stars: 24
- Watchers: 7
- Forks: 11
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-mesos - Retz
README
# Retz [![CircleCI](https://circleci.com/gh/retz/retz.svg?style=svg)](https://circleci.com/gh/retz/retz)
Retz is a simple job queuing and execution service which runs on top
of [Mesos](https://mesos.apache.org) as a framework.## Getting Started
* For who starts from scratch [with server](https://github.com/retz/retz/blob/master/doc/getting-started-server.rst)
* For who knows a running Retz system [with client](https://github.com/retz/retz/blob/master/doc/getting-started-client.rst)## Documentation
See and walk around `doc` directory for documents.
## Related Projects
* [Asakusa Framework](https://github.com/asakusafw/asakusafw)
* [Asakusa on M3BP](https://github.com/asakusafw/asakusafw-m3bp)See CONTRIBUTING.md on how to contribute this project.
## License
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)