-
Notifications
You must be signed in to change notification settings - Fork 255
Home
benjchristensen edited this page Sep 8, 2014
·
10 revisions
Turbine is a tool for aggregating streams of Server-Sent Event (SSE) JSON data into a single stream. The targeted use case is metrics streams from instances in an SOA being aggregated for dashboards.
For example, Netflix uses Hystrix which has a realtime dashboard that uses Turbine to aggregate data from 100s or 1000s of machines.
Here is a snapshot of the dashboard being used to monitor several systems across the company.
-
[End-to-End Examples](https://github.com/Netflix/Turbine/wiki/End-to-End Examples-(1.x))