adkinsjd / compactor

pure python libprocess implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Python 97.1%Language:Shell 2.9%