It uses a database system to manage the users’ account information, including their profiles, balance, bank transactions, etc. It also provides monthly spending summaries based on its database.
Amazon uses a database system to store all the product information, the customers’ orders, account information. They also utilize the customers’ purchase and search history stored in the database to make product recommendations.
It uses a database system to store the user information, all emails received and sent, and users’ contacts.
The data stored in SQL databases are well-structured and can be retrieved efficiently and effectively. But the unstructured data produced by multiple social media platforms stored in NoSQL databases could not be retrieved with high efficiency; thus, data mining is needed to discover the tendency and correlation between the complex data.
With the rapid development of social media, there are many data about connections between people and the posted data created. These data do not fit into the traditional structured databases (Silberschatz et al. 2019, pp. 28-29). Thus, the NoSQL systems are emerging.
SQL databases are mainly relational databases (RDBMS). They apply an aged technology with a history of nearly 50 years. SQL databases are table-based in rows & columns and must strictly adhere to standard schema definitions. They are a better option for applications that need multi-row transactions. And they have a well-designed pre-defined schema for structured data.
In contrast, NoSQL databases are mainly non-relational or distributed databases, which apply relatively young technology. NoSQL databases can be based on documents, key-value pairs, graphs, or columns, and they don’t have to stick to standard schema definitions. They have a dynamic schema for unstructured data. So data can be flexibly stored without having a pre-defined structure.
I guess they could not store all types of unstructured and unprocessed data. At least not easy for peopel to retrieve to analyze.
Silberschatz, Abraham, Korth, Henry F. and Sudarshan, S., 2019. Database system concepts, 7 th edition. New York: McGraw-Hill.
2.3 Social Science Second Book app
This app aims to build a platform for social science students to sell their used books once they don’t need them and purchase from others at a relatively low price compared to buying the new ones from the book store.