Aviation Incidents
Last updated
Last updated
This sample workspace demonstrates how to build a Curiosity Workspace for aviation incidents data. The data source is the , which provides information on aviation occurrences and safety issues. The website has a rich collection of data on incidents, accidents, and news related to aviation.
The sample workspace consists of two main components: a data connector and a custom front-end. The data connector is responsible for fetching and indexing the data from the AvHerald website and ingesting it into a workspace using the . The custom front-end then allows users to search and explore the data using various filters and visualizations, such as views per Aircraft, incident type and dashboards of incidents over time.
The full source code for this sample workspace will be available soon on GitHub. You will be able to clone the repository and run it locally to create the workspace. You will also be able to modify the code to suit your own needs and preferences.