|
|
|
|
|
by noobiemcfoob
2419 days ago
|
|
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. |
|
However, perhaps there are tools that NoSQL provides that are handy.