Skip to content

adkinsjd/compactor

 
 

Repository files navigation

compactor

image

compactor is a pure python implementation of libprocess, the actor library underpinning mesos.

documentation

compactor documentation is available at readthedocs. an example framework built using compactor is pesos, a pure python implementation of the mesos framework api.

Additional Documentation

This version of compactor adds two environment variable options:

LIBPROCESS_ADVERTISE_IP and LIBPROCESS_ADVERTISE_PORT

These are the ip/port pair sent to the external host in the "from" part of the libprocess message. This is good for when you have routed a public ip/port to your machine, but you cannot directly bind to that public ip/port.

About

pure python libprocess implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • Shell 2.9%