Please enable JavaScript.
Coggle requires JavaScript to display documents.
DS 103- Event and food truck application - Coggle Diagram
DS 103- Event and food truck application
Data Server
Serving the API to the user
API
Events
Stores information about different events happening in Brisbane
Free to public information
API does not have any security measures as the information presented is free knowledge to the public
In JSON and XML
JSON
Shows next 200 data points
XML
Shows next 1000 data points
Food Trucks- Truck
Stores information about the different food trucks that operate in Brisbane
Free to public information
API does not have any security measures as the information presented is free knowledge to the public
Only displayed in JSON format
Food Trucks- Sites
Show the different possible sites that food trucks visit
Free to public information
API does not have any security measures as the information presented is free knowledge to the public
Only displayed in JSON format
Food Trucks- Bookings
Acts as a connection between the Truck and Sites APIs, Links truckID to siteID
Free to public information
API does not have any security measures as the information presented is free knowledge to the public
Only displayed in JSON format
The APIs should meet the requirements of a RESTFUL API
RESFUL API means that the API conforms to a specific set of guidelines that make the data exchange between the API more lightweight and effective
Data Stores
Storing the data within a JavaScript variable to be able to retrieve it to display it to the user later on and to use it to reference other items that might need to be called for example events