What is a HiPPO?
the highest-paid person’s opinion.
What is the idea of ‘Mute the HiPPO’?
Businesses should rely more on data instead of HiPPOs
The 5 management challenges by McAfee?
Three analytics capability levels proposed by LaValle
5 recommendations of LaValle
What does Hadoop do?
combines commodity hardware with open-source software. It takes incoming streams of data and distributes them onto cheap disks; it also provides tools for analyzing the data.
What is a relational database?
a database structured to recognize relations among stored items of information.
What is PoS Data?
Point of Sale Data is data collected by a business when a transaction happens.
What is preventive maintenance?
uses sensor data to monitor a system, then continuously evaluates it against historical trends to predict failure before it occurs.
3 Business Models enabled with Big Data
The differences between hierarchical and relational databases as pointed out by Lake & Crowther (2013)?
In a hierarchical database, segments are implicitly joined with each other.
In a relational database, this relationship between tables is captured by foreign keys and primary keys.
a hierarchical database
segments are implicitly joined with each other
a relational database
this relationship between tables is captured by foreign keys and primary keys.
SQL database
relational database (handle structured data)
NoSQL database
non-relational database (handle unstructured data)
4 Pros of SQL database
4 Cons of SQL database
What does ACID stands for?
Atomicity means an update is performed completely or not at all
Consistency means no part of a transaction will be allowed to break a database’s rules
Isolation means each application runs transactions independently of other applications
Durability means that completed transactions will persist
4 Pros of NoSQL database
4 Cons of NoSQL database
What is SQL?
Is Structured Query Language, which is a computer language for storing, manipulating and retrieving data stored in a relational database.
Why would you choose NoSQL?
To enable cloud, easily scalable, real-time, with shorter processing time and relatively cheaper than RDBMSs
Why Hadoop?
(1) It is scalable: you can add more nodes on the fly
(2) It is fault-tolerant: if nodes go down, data gets processed by another node
What are the 3 core components of Hadoop?