Data Models Flashcards
1
Q
What advantages do fully structured representations offer?
A
Know exactly what you are expecting, can work with fixed lengths and divide the data easily
2
Q
When would you find a case for data to be unstructured and not semi structured?
A
Text Analytics for machine learning, need to get used to unstructured data
3
Q
Give example of data that has no natural structure
A
Twitter stream
4
Q
What are the basic data types in JSON?
A
String Number Object Array Boolean Null
5
Q
What does JSON stand for?
A
JavaScript Object Notation
6
Q
What is the difference between streaming and obejct model APIs for processing semi structured data?
A
Streaming - getting the data as it comes in, so line by line precision
Object Model APIs - read in the data all at once