Giter Site home page Giter Site logo

lwes-erlang's Introduction

Build Status

The LWES Light Weight Event System is a framework for allowing the exchange of information from many machines to many machines in a controlled, platform neutral, language neutral way. The exchange of information is done in a connectless fashion using multicast or unicast UDP, and using self describing data so that any platform or language can translate it to it's local dialect.

This leads to a system with the following features

  • Fire and Forget messaging
  • Decoupling of senders (emitters) from receivers (listeners, journallers)
  • Centerless, no single point of failure
  • Support for many to many communication where nodes can enter and leave the system at any time.
  • Computer language and hardware platform independent

The system consists of two major components

  • Emitter - a source of events, this is usually a server or process which wants to announce something
  • Listener - a sink of events which deserializes and processes events on the fly as they are received.

There is also a custom listener which defers deserialization until some point in the future, and simply captures and writes the events to a log. This is in the lwes-journaller package, and is called a journaller.

This library is the C implementation of the LWES. There are also wrappers for various scripting languages, and a pure java implementation packaged separately. All are wire format compatible.

For more information on developing with the LWES see http://lwes.github.io

Mac Install Commands

> git clone https://github.com/lwes/lwes.git
> cd lwes
> ./bootstrap && ./configure --disable-hardcore && make && make check
> sudo make install

lwes-erlang's People

Contributors

djnym avatar timrc-git avatar timwhalen avatar vimalearnest avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lwes-erlang's Issues

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.