Foundations of Graph Databases
- 2425 (Registered)
The Dataset
The Example Dataset
We took a dataset of US airports and flights and augmented and simplified it. Included are
more than 3,000 airports and roughly 300,000 flights from January 1st to 15th, 2008.
Airports
The data structure of airport documents:
Flights
The data structure of flights documents:
How do airports & flights form a graph?
Airports are connected by the flights between them. These connections are referred to as ‘edges’, and the airports in this configuration would be considered the graph ‘vertices’. Continue reading to learn more about graphs and how they are structured.
Need help? Ask your question here. Each course has its own Slack channel.