Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twosigma/waiter
Runs, manages, and autoscales web services on Mesos and Kubernetes
https://github.com/twosigma/waiter
autoscaling http-proxy kubernetes marathon mesos scheduling websocket
Last synced: 3 months ago
JSON representation
Runs, manages, and autoscales web services on Mesos and Kubernetes
- Host: GitHub
- URL: https://github.com/twosigma/waiter
- Owner: twosigma
- License: apache-2.0
- Archived: true
- Created: 2017-02-08T21:40:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T21:56:20.000Z (over 1 year ago)
- Last Synced: 2024-07-22T18:00:29.649Z (4 months ago)
- Topics: autoscaling, http-proxy, kubernetes, marathon, mesos, scheduling, websocket
- Language: Clojure
- Homepage:
- Size: 21.7 MB
- Stars: 83
- Watchers: 18
- Forks: 17
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mesos - Waiter - Runs, manages, and autoscales web services
README
*We've decided to archive the Waiter project — it will remain available on GitHub in archive mode, but active development has ceased. We're pleased to have had the opportunity to share Waiter with the OSS community over the last five years, and are grateful for your contributions.*
*We continue to support other OSS programs. You can find out more about our other projects and contributions at .*
# Waiter
[![Slack Status](http://waiter-dev.herokuapp.com/badge.svg)](http://waiter-dev.herokuapp.com/)
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](waiter/docs/waiter-design-docs.md) is a good place to start to learn more.
## Subproject Summary
In this repository, you'll find two subprojects, each with its own documentation.
* [`waiter`](waiter) - This is the actual web service platform, Waiter. It comes with a [JSON REST API](waiter/docs/rest-api.md).
* [`kitchen`](kitchen) - This is the kitchen application, a test app used by the Waiter integration tests.Please visit the `waiter` subproject first to get started.
## Quickstart
The quickest way to get Mesos, Marathon, and Waiter running locally is with [docker](https://www.docker.com/) and [minimesos](https://minimesos.org/).
1. Install `docker`
1. Install `minimesos`
1. Clone down this repo
1. Run `containers/bin/build-docker-images.sh` to build the minimesos agent image with kitchen and other test apps baked in
1. `cd waiter`
1. Run `minimesos up` to start Mesos, ZooKeeper, and Marathon
1. Run `bin/run-using-minimesos.sh` to start Waiter
1. 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. Ensure `setsid` is installed on your system and on your path
1. Clone down this repo
1. `cd waiter`
1. Run `bin/run-using-shell-scheduler.sh` to start Waiter
1. 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`](cla) folder and submit it to [email protected].
## 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.
© 2017-2020 Two Sigma Open Source, LLC