Coder Social home page Coder Social logo

universal's Introduction

universal

A set of tools supporting automatic ZeroMQ distribution.

Receive and Broadcast

It is useful in many computer programs to publish content to a number of subscibers. The same computer program is a publisher and orgin of these messages the Publish-Subscribe pattern can be used. Having a single program as publisher and PubSub introduces a single point of failure, secondary scaling either of them is difficult. This is the reason why we have build universal.

Universal receives message envelopes and content in a Push-Pull pattern, then transparantly publishes the message. In this way the PubSub is decoupled from the content generation, and allows to scale up to multiple generators. The universal program can be used in any project, and is content independent.

Connect, Filter and Rebroadcast

Once universal is used as an aggregation point, it becomes clear that a demand exist for filtering data. While interactive filtering of subscriptions is implemented as XPUB/XSUB in ZeroMQ3, a subscription in ZeromMQ2 will still receive all data. Filtering data also allows special arrangements for clients, in a business sence. When a filter is in place the program rebroadcasts the incoming data to all attached subscribers.

Initially we built sub-pubsub just to receive one remote network stream, and redistribute it on the local network, an optimisation similar to multicast. Its use is versatile, and allows to scale up your content delivery.

universal's People

Contributors

hannes avatar hurtonm avatar koch-t avatar skinkie 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.