Skip to content

Commit ca11390

Browse files
committed
docs clarifications
1 parent d2f74d1 commit ca11390

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ CREATE TABLE long_varbinary_datatypes(
402402
set time_zone='+00:00';
403403
```
404404

405+
Insert minimal acceptable values into the test table:
406+
405407
```mysql
406408
-- MIN values
407409
INSERT INTO datatypes SET
@@ -500,6 +502,8 @@ INSERT INTO long_varbinary_datatypes SET
500502
;
501503
```
502504

505+
Insert maximum acceptable values into the test table:
506+
503507
```mysql
504508
-- MAX values
505509
INSERT INTO datatypes SET
@@ -727,8 +731,10 @@ You may want to adjust dirs where to keep `ZIP` and `CSV` file
727731

728732
In `run_airline_ontime_data_download.sh` edit these lines:
729733
```bash
734+
...
730735
ZIP_FILES_DIR="zip"
731736
CSV_FILES_DIR="csv"
737+
...
732738
```
733739
You may want to adjust number of files to download (In case downloading all it may take some time).
734740

@@ -986,8 +992,10 @@ Run [datareader script](run_airline_ontime_data_reader.sh)
986992
987993
You may want to adjust `PYTHON` path and source and target hosts and usernames
988994
```bash
995+
...
989996
PYTHON=python3.6
990997
PYTHON=/home/user/pypy3.5-5.9-beta-linux_x86_64-portable/bin/pypy
998+
...
991999
```
9921000
```bash
9931001
...
@@ -1005,11 +1013,13 @@ Run [data importer script](run_airline_ontime_import.sh)
10051013
10061014
You may want to adjust `CSV` files location, number of imported files and MySQL user/password used for import
10071015
```bash
1016+
...
10081017
# looking for csv files in this dir
10091018
FILES_TO_IMPORT_DIR="/mnt/nas/work/ontime"
10101019

10111020
# limit import to this number of files
10121021
FILES_TO_IMPORT_NUM=3
1022+
...
10131023
```
10141024
```bash
10151025
...

0 commit comments

Comments
 (0)