[UNMAINTAINED]
This repository has been split up (by back-end language), moved and is currently maintained at the following locations:
Flights is a web application, backed by the power of the MariaDB Connectors and MariaDB ColumnStore database, allows you to analyze millions flight records from the United States Department of Transportation in real time without needing to add any indexes!
This README will walk you through the steps for getting the Flights web application up and running using MariaDB ColumnStore. To ensure success, please follow the instructions in order.
Note: The code provided within this repository is completely open source. Please feel free to use it as you see fit.
- Requirements
- Getting started with MariaDB
- Getting started with the app
- Support and contribution
- License
This sample application, no matter which API project you target, will requires the following to be installed/enabled on your machine:
- MariaDB Client, used to connect to MariaDB instances.
- Bash (if you are using Windows 10, you will need to enable the Windows Subsystem for Linux), used to run the data download script
MariaDB is a community-developed, commercially supported relational database management system, and the database you'll be using for this application.
If you don't have a MariaDB database up and running you can find more information on how to download, install and start using a MariaDB database in the MariaDB Quickstart Guide.
In order to run the Flights application you will need to have a MariaDB instance to connect to. For more information please check out "Get Started with MariaDB".
Download this code directly or use git (through CLI or a client) to retrieve the code using git clone
:
$ git clone https://github.com/mariadb-corporation/dev-example-flights.git
This application uses (US domestic) flight data freely available from the Bureau of Transportation on time performance dataset. The [get_flight_data.sh] shell script will be used to download the flight data (between 1990 and 2020) into a folder called data.
Complete the following steps.
- Download the flight data (approx. 180 million records, ~30 GB). Depending on your internet connection this may take some time. However, you can simply modify get_flight_data.sh script to adjust the amount of flight information that is downloaded. Doing so will not disrupt subsequent steps.
$ ./get_flight_data.sh
- Create the
flights
database,airlines
/airports
/flights
tables, and load the tables with data. Be sure to include your database instance specific information (host url, port number, username, and password)
$ ./create_and_load.sh host_url port user password
Note: Remember to wrap argument values in single quotes if they contain special characters (e.g. !)
By default the create_and_load.sh script has ssl enabled and assumes a MariaDB SkySQL certificate authority chain file exists next to it. Feel free to modify accordingly.
This application is made of two parts:
- Client
- communicates with the API.
- is a React.js project located in the client folder.
- API
See the README's in client and api for more information on how to get started!
- Navigate to the client folder and execute the following CLI command to install the package dependencies for the React.js application.
$ npm install
-
Pick an API project and follow the instructions of the README to build and run the API project.
-
Navigate to the client folder and execute the following CLI command to start the React.js application.
$ npm start
- Open a browser window and navigate to http://localhost:3000.
Please feel free to submit PR's, issues or requests to this project project or projects within the official MariaDB Corporation GitHub organization.
If you have any other questions, comments, or looking for more information on MariaDB please check out:
Or reach out to us diretly via: