Update README.md

pull/1/head
Rob Hedgpeth 2019-12-18 15:23:52 -08:00 zatwierdzone przez GitHub
rodzic fedc400a12
commit bb2780baa6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -52,9 +52,9 @@ Instructions on retrieving and importing the flights dataset into a MariaDB Colu
If you'd like to retrieve data spanning from 1990 to 2019 (~180 million records) please use the following scripts: If you'd like to retrieve data spanning from 1990 to 2019 (~180 million records) please use the following scripts:
* [get_flight_data.sh](/data/get_flight_data.sh) * [get_flight_data.sh](data/get_flight_data.sh)
* [create_flights_db.sh](/data/create_flights_db.sh) * [create_flights_db.sh](data/create_flights_db.sh)
* [load_flights_data.sh](/data/load_flights_data.sh) * [load_flights_data.sh](data/load_flights_data.sh)
### Grab the code <a name="grab-code"></a> ### Grab the code <a name="grab-code"></a>