iot-journey icon indicating copy to clipboard operation
iot-journey copied to clipboard

a guidance project for implementing an IoT solution on Azure

Results 23 iot-journey issues
Sort by recently updated
recently updated
newest added

Rohit has offered to help

awaiting-review

Near term, demonstrate how to use the simulation code for your own devices and formats.

In https://github.com/mspnp/iot-journey/blob/master/docs/10-security-challenges.md Written from the perspective of if you don't consider all aspects of security carefully - especially those involving command and control, it is very easy with the best...

https://github.com/mspnp/iot-journey/blob/master/docs/09-time-considerations.md Please add some customer derived scenarios for how to get into trouble by not understanding this material.

When processing incoming events there are three modalities: - Processing a stream of events grouped by some arbitrary key (e.g. factory, state, etc), and performing time-window aggregates and delta functions...

In https://github.com/mspnp/iot-journey/edit/master/docs/04-event-ingestion.md, put the best options first, then followed by progressively worse options. Also, call out the HTTP->Event Hub as a very viable approach for a custom protocol gateway (show...