tree: d0ba2bb4f011b23e79cf5cdbaad250a785948333 [path history] [tgz]
  1. design/
  2. images/
  3. client-cluster-configuration.md
  4. client-commands.md
  5. committers.md
  6. configuration-reference.md
  7. configuration-tutorial.md
  8. cron-jobs.md
  9. deploying-aurora-scheduler.md
  10. developing-aurora-client.md
  11. developing-aurora-scheduler.md
  12. hooks.md
  13. monitoring.md
  14. README.md
  15. resource-isolation.md
  16. scheduler-storage.md
  17. sla.md
  18. storage-config.md
  19. storage.md
  20. test-resource-generation.md
  21. tutorial.md
  22. user-guide.md
  23. vagrant.md
docs/README.md

Introduction

Apache Aurora is a service scheduler that runs on top of Apache Mesos, enabling you to run long-running services that take advantage of Apache Mesos' scalability, fault-tolerance, and resource isolation. This documentation has been organized into sections with three audiences in mind:

  • Users: General information about the project and to learn how to run an Aurora job.
  • Operators: For those that wish to manage and fine-tune an Aurora cluster.
  • Developers: All the information you need to start modifying Aurora and contributing back to the project.

This documentation is a work in progress, and we encourage you to ask questions on the Aurora developer list or the #aurora IRC channel on irc.freenode.net.

Users

Operators

Developers