Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douban/pymesos
A pure python implementation of Mesos scheduler and executor
https://github.com/douban/pymesos
mesos mesos-client python
Last synced: 5 days ago
JSON representation
A pure python implementation of Mesos scheduler and executor
- Host: GitHub
- URL: https://github.com/douban/pymesos
- Owner: douban
- License: bsd-3-clause
- Created: 2014-10-09T04:45:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T02:50:20.000Z (over 3 years ago)
- Last Synced: 2024-12-21T13:08:09.330Z (12 days ago)
- Topics: mesos, mesos-client, python
- Language: Python
- Homepage:
- Size: 321 KB
- Stars: 163
- Watchers: 33
- Forks: 88
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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/pymesosA 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 `_ , `Executor HTTP API Document `_ and `Operator HTTP API Document `_