I've built IoT platforms where data from any device must be accepted. This is largely where my preference for NoSQL comes from. A device created tomorrow will not have a schema I can predict or control. NoSQL allows the easy integration of that device while a traditional database will at worst require a migration for each new device you want to support.
asdfman123|6 years ago
However, perhaps there are tools that NoSQL provides that are handy.
noobiemcfoob|6 years ago