-
Notifications
You must be signed in to change notification settings - Fork 255
How To Use
benjchristensen edited this page Sep 8, 2014
·
3 revisions
Turbine can be used with any data source that fits the supported JSON format of key/value pairs delivered via Server Sent Events. However, it is specifically intended for aggregating streams output by Hystrix so that will be used in all examples.
The rest of this document will use the Hystrix metrics event stream for examples. If you wish to quickly startup a system to expose a metrics stream you can use the Hystrix Examples Webapp.
-
[End-to-End Examples](https://github.com/Netflix/Turbine/wiki/End-to-End Examples-(1.x))