Please enable JavaScript.
Coggle requires JavaScript to display documents.
Spotify API data - Coggle Diagram
Spotify API data
Data structures
Lists
mutable, ordered, can store multiple data types including integers and strings
Dictionaries
mutable, contain key-value pairs, used to access unique keys that differentiate the data so exactly what the user wants is chosen, can have duplicate keys though this is not advisable.
Tuples
Immutable (cannot be modified) list, able to store multiple data types, but cannot be changed once they have been created
data interface
Students
data they provide
their details including ID, email, password and year level
-
-
-
-
Data specifications
Entities
Students
Fields: ID (primary key), email, password, year level
-
Requests
Fields: request ID (primary key), student ID (foreign key), the request item
-
Payment
Fields: an ID (primary key), the student ID (foreign key), the payment amount, and the purchased item
-