Skip to content

A real-time message/event bus with low latency, high throughput and unified data format for decoupling systems and data collecting.

License

Notifications You must be signed in to change notification settings

thenetcircle/event-bus

Repository files navigation

EventBus

Build Status

The definition of EventBus:

  1. A realtime event bus / message bus.
  2. A central place to manage / trace / monitor events.
  3. A data collecting / distributing platform.

EventBus Workflow

Following are some details of the definition:

  • First of all, EventBus intend to be a realtime system. It offers low latency, high throughput ways to transfer data from one side to another side.
  • Besides to be a realtime system, It encourages unified format of events/messages (defualt using ActivityStreams 1.0 format), But not mandatory.
  • Along with the unified format, all isolated systems could understand what the event means (at least the semantic), a event could be shared between different systems.
    for example: a user-info-update event, will be used by system-a, system-b, system-c, since they all understand the structure of the event
  • Another usage of us is for data collecting.
    Since all events are go through here. We are collecting interested events on this central point to our data warehouse for data mining and meachine learning. And since the format are unified, ETL could be more easier.

For more details can visit the Documention, And a Demo of the Admin Interface.

Features

  • Low latency and High throughput.
  • Based on Reactive Streams, The whole workflow supports backpressure and various stream operations.
  • Failure tolerance.
  • Logic can be easily composed by various Sources, Sinks, Transforms, Fallbacks, And they are expendable.
  • Tracking and Monitoring supported.

Contributing

Feedbacks and pull requests are welcome and appreciative. For major changes, please open an issue first to discuss what you would like to change.

Change Logs

Click to check Change Logs

About

A real-time message/event bus with low latency, high throughput and unified data format for decoupling systems and data collecting.

Resources

License

Stars

Watchers

Forks

Packages

No packages published