All Projects → douban → Pymesos

douban / Pymesos

Licence: bsd-3-clause
A pure python implementation of Mesos scheduler and executor

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pymesos

Singularity
Scheduler (HTTP API and webapp) for running Mesos tasks—long running processes, one-off tasks, and scheduled jobs. #hubspot-open-source
Stars: ✭ 793 (+405.1%)
Mutual labels:  mesos
Workload Collocation Agent
Orchestration-aware Workload Collocation Agent - a daemon that can help you collocate your workloads.
Stars: ✭ 52 (-66.88%)
Mutual labels:  mesos
Kube Mesos Framework
[EOL] Kubernetes as a Mesos framework
Stars: ✭ 108 (-31.21%)
Mutual labels:  mesos
Linkerdcosdockerfile
Linker Dcos DockerFile&DockerCompose yml file
Stars: ✭ 8 (-94.9%)
Mutual labels:  mesos
Mesos Threshold Oversubscription
Simple, threshold-based oversubscription modules for Apache Mesos
Stars: ✭ 43 (-72.61%)
Mutual labels:  mesos
Etcd Mesos
self-healing etcd on mesos!
Stars: ✭ 68 (-56.69%)
Mutual labels:  mesos
Go Health
Library for enabling asynchronous health checks in your service
Stars: ✭ 588 (+274.52%)
Mutual labels:  mesos
Mr Redis
Redis on Apache Mesos
Stars: ✭ 127 (-19.11%)
Mutual labels:  mesos
Acs Engine
WE HAVE MOVED: Please join us at Azure/aks-engine!
Stars: ✭ 1,049 (+568.15%)
Mutual labels:  mesos
Scale
Processing framework for containerized algorithms
Stars: ✭ 100 (-36.31%)
Mutual labels:  mesos
Traefik
The Cloud Native Application Proxy
Stars: ✭ 36,089 (+22886.62%)
Mutual labels:  mesos
Mesos Cli
Alternative Apache Mesos CLI
Stars: ✭ 37 (-76.43%)
Mutual labels:  mesos
Vault Gatekeeper
A small service for securely delivering Vault authorization keys to Mesos tasks and ECS containers.
Stars: ✭ 83 (-47.13%)
Mutual labels:  mesos
Nix Aurora
Nix on Aurora on Mesos
Stars: ✭ 6 (-96.18%)
Mutual labels:  mesos
Paasta
An open, distributed platform as a service
Stars: ✭ 1,569 (+899.36%)
Mutual labels:  mesos
Toil
A scalable, efficient, cross-platform (Linux/macOS) and easy-to-use workflow engine in pure Python.
Stars: ✭ 733 (+366.88%)
Mutual labels:  mesos
Waiter
Runs, manages, and autoscales web services on Mesos and Kubernetes
Stars: ✭ 65 (-58.6%)
Mutual labels:  mesos
Storm
Storm on Mesos!
Stars: ✭ 138 (-12.1%)
Mutual labels:  mesos
Container Orchestration Comparison
A comparison of the different container orchestration tools available.
Stars: ✭ 119 (-24.2%)
Mutual labels:  mesos
My Cheat Sheets
A place to keep all my cheat sheets for the complete development of ASIC/FPGA hardware or a software app/service.
Stars: ✭ 94 (-40.13%)
Mutual labels:  mesos

PyMesos

.. image:: https://img.shields.io/travis/douban/pymesos.svg :target: https://travis-ci.org/douban/pymesos

.. image:: https://badge.fury.io/py/pymesos.svg :target: https://badge.fury.io/py/pymesos

A pure python implementation of Apache Mesos scheduler, executor and operator.

Note:

If you encounter errors when install zkpython, please do suto apt install python-dev libzookeeper-st-dev libzookeeper-mt-dev first.

Since PyMesos 0.2.0, Apache Mesos HTTP API is implemented instead of the Protobuf API.

Users of PyMesos would be able to get rid of the unnecessary dependence of Protobuf.

Meanwhile, PyMesos user need to migrate original code to use plain Python dicts instead of Protobuf objects to use PyMesos >= 0.2.0.

For more detail, please refer to Scheduler HTTP API Document <http://mesos.apache.org/documentation/latest/scheduler-http-api/>_ , Executor HTTP API Document <http://mesos.apache.org/documentation/latest/executor-http-api/>_ and Operator HTTP API Document <http://mesos.apache.org/documentation/latest/operator-http-api//>_

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].