Skip to content

a theoretical moment in time when artificial intelligence will have progressed to the point of a greater-than-human intelligence

License

Notifications You must be signed in to change notification settings

gchomatas/Singularity

 
 

Repository files navigation

Singularity

Scheduler for running mesos tasks - long running processes, one-off tasks, and scheduled jobs.

Overview

Singularity is a scheduler for running long running tasks and scheduled tasks inside of Mesos. You make a Request to Singularity to define the task(s) (which is a scheduled job or long running process) that the Mesos executor should execute and the metadata about how to run these tasks - the # of task instances, the resources (cpus, memory) each task should consume, and optionally a cron schedule, as well as other configuration options. Singularity registers with a Mesos master and receives resource offers from Mesos and attempts to match those offers (which include resources as well as rack information and what else is running on that Slave) with its list of Requests that have yet to be fulfilled. Once an offer is accepted by Singularity, a task is launched inside of Mesos on the Slave which the offer referenced.

Overview, Features, and Design

Requirements

  • Mesos
  • ZooKeeper
  • MySQL

Installation & Deployment

Operation & Documentation

Developer Info

About

a theoretical moment in time when artificial intelligence will have progressed to the point of a greater-than-human intelligence

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 76.0%
  • CoffeeScript 18.9%
  • CSS 5.1%