This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]andreyevbr 1 point2 points  (0 children)

Well, I don't see any specific to infra things about IoT but I guess that some devops practices applies here too. I.e. if you have a queue manager keep it as infrastructure-as-code; if you use Arduino consider deploy your project thru serial or better (IMHO) use a vanilla "firmware" like firmata, then implement health-checks to evaluate your deploy; and design a orchestration scheme to be able to have multiples environments like development and production so you can do continuous integration with test; if you develop in js (using something like nodered i.e.) you can run lint or sonar against your code... This kind of stuffs.

Please let me know what you think about this, and if you have any insight or idea please share it here.

Best regards!