Skip to content
bergie edited this page Mar 1, 2011 · 5 revisions

Goal

implement daemon, which provides Midgard API to ZeroMQ clients

It is proposed to use JSON-LD based Protocol.

First version will be implemented in Python 3.1 + pyzmq. Stackless Python 3 was considered at first, but it is not provided by Debian/Ubuntu, which complicates installation by end-users.

Requirements

  1. we need an efficient, event driven daemon library
  2. it shouldn't impose difficult dependencies
  3. Midgard should work nicely with it
  4. encryption would be nice, but can be accomplished by SSH pipes
Clone this wiki locally