GithubHelp home page GithubHelp logo

isabella232 / majordomo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zeromq/majordomo

0.0 0.0 0.0 19.44 MB

Majordomo Project

License: Mozilla Public License 2.0

Shell 4.00% Ruby 1.25% C++ 18.39% Perl 0.43% C 69.97% C# 2.54% Makefile 0.40% M4 3.01%

majordomo's Introduction

A service oriented broker that implements the Majordomo protocol

This broker connects a set of clients to a set of workers who register particular "services". Client requests are then sent to workers according to their availability, and replies sent back to the original clients.

This implementation was developed using zproject and zproto projects.

The protocol, Majordomo Protocol 0.2, is specified in 18/MDP

For the older implementation, based on the Guide, see majordomo/libmdp.

Reference implementations of older wire protocols:

Architecture

  • Definitions of messages and codecs are in XML files in the directory src
  • Due to the peculiar nature of the Majordomo protocol, there is one type of server, know as broker, and two types of clients: client and worker. mdp_broker.xml defines the broker's state machine; mdp_client.xml and mdp_worker.xml define the client's and worker's state machine respectively.
  • project.xml was adapted from zproject. generate.sh was copied directly from zproject. It generates autogen.sh (which is used in the first step of configuring the project).

Contribution process

  • C4 process is at http://rfc.zeromq.org/spec:16.
  • All commits are be backed by issues.
  • All commits are made as pull requests from forked work repository.

Building and installing

  • ./autogen.sh
  • ./configure
  • make
  • make install

See also

majordomo's People

Contributors

hintjens avatar bluca avatar hurtonm avatar methodmissing avatar brettviren avatar lerwys avatar akitada avatar silentjohnny avatar kevinoid avatar murphybytes avatar jensrantil avatar goddanao avatar c-rack avatar lhope avatar stephen-wolf avatar dependabot[bot] avatar yagurastation avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.