Description
To very concisely describe Aurora, it is like a distributed monit or distributed supervisord that you can instruct to do things like run 100 of these, somewhere, forever.
Apache Aurora alternatives and similar libraries
Based on the "Cluster Management" category.
Alternatively, view Apache Aurora alternatives based on common mentions on social networks and blogs.
-
Singularity
Singularity is a Mesos framework that makes deployment and operations easy. It supports web services, background workers, scheduled jobs, and one-off tasks.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Apache Aurora or a related project?
README
[Aurora Logo](docs/images/aurora_logo.png)
NOTE: The Apache Aurora project has been moved into the Apache Attic. A fork led by members of the former Project Management Committee (PMC) can be found at https://github.com/aurora-scheduler
Apache Aurora lets you use an Apache Mesos cluster as a private cloud. It supports running long-running services, cron jobs, and ad-hoc jobs. Aurora aims to make it extremely quick and easy to take a built application and run it on machines in a cluster, with an emphasis on reliability. It provides basic operations to manage services running in a cluster, such as rolling upgrades.
To very concisely describe Aurora, it is like a distributed monit or distributed supervisord that you can instruct to do things like run 100 of these, somewhere, forever.
Features
Aurora is built for users and operators.
User-facing Features:
- Management of [long-running services](docs/features/services.md)
- [Cron jobs](docs/features/cron-jobs.md)
- [Resource quotas](docs/features/multitenancy.md): provide guaranteed resources for specific applications
- [Rolling job updates](docs/features/job-updates.md), with automatic rollback
- [Multi-user support](docs/features/multitenancy.md)
- Sophisticated [DSL](docs/reference/configuration-tutorial.md): supports templating, allowing you to establish common patterns and avoid redundant configurations
- [Dedicated machines](docs/features/constraints.md#dedicated-attribute): for things like stateful services that must always run on the same machines
- [Service registration](docs/features/service-discovery.md): announce services in ZooKeeper for discovery by [various clients](docs/additional-resources/tools.md)
- [Scheduling constraints](docs/features/constraints.md) to run on specific machines, or to mitigate impact of issues like machine and rack failure
Under the hood, to help you rest easy:
- [Preemption](docs/features/multitenancy.md): important services can 'steal' resources when they need it
- High-availability: resists machine failures and disk failures
- Scalable: proven to work in data center-sized clusters, with hundreds of users and thousands of jobs
- Instrumented: a wealth of information makes it easy to [monitor](docs/operations/monitoring.md) and debug
When and when not to use Aurora
Aurora can take over for most uses of software like monit and chef. Aurora can manage applications, while these tools are still useful to manage Aurora and Mesos themselves.
However, if you have very specific scheduling requirements, or are building a system that looks like a scheduler itself, you may want to explore developing your own framework.
Companies using Aurora
Are you using Aurora too? Let us know, or submit a patch to join the list!
- Amperity
- Blue Yonder
- Boxever
- Criteo
- Electronic Arts
- Fitbit
- Foursquare
- Gutefrage.net
- Houghton Mifflin Harcourt
- Kakao
- Magine TV
- Medallia
- Oscar Health
- PayPal
- Sabre Labs
- TellApart
- Uber
Getting Help
If you have questions that aren't answered in our documentation, you can reach out to one of our mailing lists. We're also often available in Slack: #aurora on mesos.slack.com. Invites to our slack channel may be requested via mesos-slackin.herokuapp.com
You can also file bugs/issues in our Github repo.
License
Except as otherwise noted this software is licensed under the Apache License, Version 2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
*Note that all licence references and agreements mentioned in the Apache Aurora README section above
are relevant to that project's source code only.