This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:iot-open:data:data_storage_models_frameworks [2018/05/12 12:04] – created salvatdi | en:iot-open:data:data_storage_models_frameworks [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== ===== | ||
| + | <box # | ||
| + | <box # | ||
| + | ===== IoT Data Storage Models and Frameworks ===== | ||
| + | <box # | ||
| + | <box # | ||
| - | === IoT data storage models and frameworks === | + | The increasing volumes of heterogeneous unstructured IoT data have also led to the emergence of several solutions to store these overwhelming datasets and support |
| - | + | * NoSQL databases are often used for storing IoT big data. It is a new type of database which is becoming more and more popular among web companies today. Proponents of NoSQL solutions state that they provide | |
| - | The increasing volumes of heterogeneous unstructured IoT data has also led to the emergence of several solutions to store these overwhelming datasets and support | + | |
| - | * NoSQL databases are often used for storing IoT Big Data. This is a new type of database which is becoming more and more popular among web companies today. Proponents of NoSQL solutions state that they provide | + | |
| * In-memory databases assume that data is stored in computer memory to make access to it faster. Representative examples are Redis and Memcached, both NoSQL databases, entirely served from memory. These products excel at storing “unstructured data,” and the category includes open source products such as Cassandra, MongoDB, and Redis. | * In-memory databases assume that data is stored in computer memory to make access to it faster. Representative examples are Redis and Memcached, both NoSQL databases, entirely served from memory. These products excel at storing “unstructured data,” and the category includes open source products such as Cassandra, MongoDB, and Redis. | ||
| - | |||