Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.25 KB

File metadata and controls

34 lines (17 loc) · 1.25 KB

Power Transformers Analytics with IoT Core, Kinesis, and Elasticsearch

Overview

The goal of this project is to deploy, using AWS CDK, a sample stack to analyze sensor data from Distribution Power Transformers. The best way to simulate these power transformers is to use IoT Device Simulator.

But you can use any code that can send messages to a Topic on AWS, including the IoT Getting Started, to simulate your devices. Include a sample client provided.

IoT + Kinesis + Elasticsearch architecture

Execute

There is a script called run.sh that already executes the steps required to deploy this CDK, and you can run it with chmod +x run.sh; [email protected] ./run.sh

Kibana Dashboards

Once you're sending data, you can check the dashboards bellow in Kibana:

Overview Dashboard

Overview Dashboard

Details Dashboard

Details Dashboard

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.