twosigma/waiter

Name: waiter

Owner: Two Sigma

Description: Runs, manages, and autoscales web services on Mesos

Created: 2017-02-08 21:40:37.0

Updated: 2018-05-23 21:14:17.0

Pushed: 2018-05-24 05:25:39.0

Homepage:

Size: 2665

Language: Clojure

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Waiter

Build Status

Welcome to Two Sigma's Waiter project!

Waiter is a web service platform that runs, manages, and automatically scales services without requiring human intervention.

Waiter Design is a good place to start to learn more.

Subproject Summary

In this repository, you'll find two subprojects, each with its own documentation.

Please visit the waiter subproject first to get started.

Quickstart

The quickest way to get Mesos, Marathon, and Waiter running locally is with docker and minimesos.

  1. Install docker
  2. Install minimesos
  3. Clone down this repo
  4. Run kitchen/bin/build-docker-image.sh to build the minimesos agent image with kitchen baked in
  5. cd waiter
  6. Run minimesos up to start Mesos, ZooKeeper, and Marathon
  7. Run lein voom build-deps to fetch dependencies
  8. Run bin/run-using-minimesos.sh to start Waiter
  9. Waiter should now be listening locally on port 9091
Quickstart (local shell scheduling)

Waiter can also be run without Mesos and Marathon, using the “shell scheduler”. Note that this scheduler should only be used for testing purposes, not in production.

  1. Clone down this repo
  2. cd waiter
  3. Run lein voom build-deps to fetch dependencies
  4. Run bin/run-using-shell-scheduler.sh to start Waiter
  5. Waiter should now be listening locally on port 9091
Contributing

In order to accept your code contributions, please fill out the appropriate Contributor License Agreement in the cla folder and submit it to tsos@twosigma.com.

Disclaimer

Apache Mesos is a trademark of The Apache Software Foundation. The Apache Software Foundation is not affiliated, endorsed, connected, sponsored or otherwise associated in any way to Two Sigma, Waiter, or this website in any manner.

© Two Sigma Open Source, LLC


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.