Daily Blog Day: 1 = 9/Sep/2019
Hi Everyone First I want to give a brief description of myself. I am a software engineer who works at a tech startup and through this blog post daily. I will post what I learned today and what are the challenges I have faced.
My company is an IoT company and they deal with structural health monitoring. Right now the company is not having many funds So I am the only guy they are having on the software side. I was building their website using angular and backend in node js and cloud architecture in AWS. But now we are moving the front end to the cloud solution platform name is Thingsworx which is an amazing platform to do all your IoT based work.
So let me tell you how data flows in this case we have our IoT device which will be sending the data to AWS IoT Core using MQTT protocols yes I know it may sound daunting but it is easy after that I have to do some computation on this data and show these data on dashboard kind of thing as soon as we gather much data we will also be doing the prediction.
I have also read about the Kinesis stream and how it works and kinesis analytics and kinesis store. I will be using this service to route the data from the AWS IoT Core to the Thingsworx platform. After that, the User interface part is easier to create on the Thingsworx platform. In Thingsworx platform we have model, we have things shape which is like a device in actual it will have all the properties like if we can have a thing shape like thermostat which will have all the property of the thermostat in actual then we have things template which can have the multiple things shape then we have things which will be made from things template then we have mashup builder to build the UI. This is all for the Day guys. If you have any questions do comment.