Repository: mesos Updated Branches: refs/heads/master a6478238a -> c22383ccb
Added GoDocker to the list of Mesos frameworks. This closes #86 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c22383cc Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c22383cc Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c22383cc Branch: refs/heads/master Commit: c22383ccb71f11bec9f8f7b01475b0c5b0fd747b Parents: a647823 Author: Olivier Sallou <[email protected]> Authored: Tue Jan 5 18:09:12 2016 -0800 Committer: Benjamin Mahler <[email protected]> Committed: Tue Jan 5 18:10:24 2016 -0800 ---------------------------------------------------------------------- docs/frameworks.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c22383cc/docs/frameworks.md ---------------------------------------------------------------------- diff --git a/docs/frameworks.md b/docs/frameworks.md index 60405b1..a69f7e9 100644 --- a/docs/frameworks.md +++ b/docs/frameworks.md @@ -26,6 +26,7 @@ layout: documentation * [Chronos](https://github.com/airbnb/chronos) is a distributed job scheduler that supports complex job topologies. It can be used as a more fault-tolerant replacement for Cron. * [Jenkins](https://github.com/jenkinsci/mesos-plugin) is a continuous integration server. The mesos-jenkins plugin allows it to dynamically launch workers on a Mesos cluster depending on the workload. * [JobServer](http://www.grandlogic.com/content/html_docs/jobserver.html) is a distributed job scheduler and processor which allows developers to build custom batch processing Tasklets using point and click web UI. +* [GoDocker](https://bitbucket.org/osallou/go-docker) is a batch computing job scheduler like SGE, Torque, etc. It schedules batch computing tasks via webui, API or CLI for system or LDAP users, mounting their home directory or other shared resources in a Docker container. It targets scientists, not developers, and provides plugin mechanisms to extend or modify the default behavior. ## Data Storage
