Skip to content

DailyDreaming/toil-pymesos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMesos

Join the chat at https://gitter.im/douban/pymesos

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

Note:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages