Access IoT Devices api. Subscribe to updates from devices.
mvn install
java -jar target/iot-frontend-0.1-SNAPSHOT.jar
or
./run.sh
or
run.bat
http://localhost:8081/IotFrontend/healthcheck
We recomend to enhance your remote http calls within Hystrix Commands. It is quite simple, have a look at the ProxyExampleResource.
To generate example data use http://:/IotFrontend/proxy?url=<some_host_to_get_data_from>
This application will forward Hystrix statistics and metrics on http://:/hystrix.stream. Use a Hystrix dashboard to view these data. See https://github.com/Netflix/Hystrix/tree/master/hystrix-dashboard
Read more about Hystrix at:
- https://github.com/Netflix/Hystrix/wiki/Getting-Started
- https://github.com/zapodot/hystrix-dropwizard-bundle