Database Design
Lis Sulmont
Curriculum Manager
1. Structured data
_e.g., SQL, tables in a relational database _
2. Unstructured data
e.g., photos, chat logs, MP3
3. Semi-structured data
e.g., NoSQL, XML, JSON
# Example of a JSON file
"user": {
"profile_use_background_image": true,
"statuses_count": 31,
"profile_background_color": "C0DEED",
"followers_count": 3066,
...
Data marts
Database Design