An IoT startup wants to store data from wearable devices. This data will be structured, semi-structured, and unstructured. Which type of database should they consider?

  • Graph Database
  • NoSQL Database
  • Relational Database
  • SQL Database
IoT devices often generate diverse data types, including structured, semi-structured, and unstructured data. NoSQL databases are a suitable choice because they can handle various data types, provide flexibility, and scale horizontally to accommodate the growing data from wearable devices.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *