Skip to content

Commit 9d20167

Browse files
committed
rename main.py to clickhouse-mysql
1 parent 6cba3cc commit 9d20167

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Let's walk over test example of tool launch command line options.
108108
This code snippet is taken from [datareader script](run_airline_ontime_data_reader.sh) shell file, described in more details in [airline.ontime Test Case](#airlineontime-test-case)
109109

110110
```bash
111-
$PYTHON main.py ${*:1} \
111+
$PYTHON clickhouse-mysql ${*:1} \
112112
--src-resume \
113113
--src-wait \
114114
--nice-pause=1 \
@@ -180,7 +180,7 @@ sudo apt-get install gcc
180180

181181
Now you can run data reader via `pypy`
182182
```bash
183-
/home/user/pypy3.5-5.9-beta-linux_x86_64-portable/bin/pypy main.py
183+
/home/user/pypy3.5-5.9-beta-linux_x86_64-portable/bin/pypy clickhouse-mysql
184184
```
185185

186186
# Testing
File renamed without changes.

run_airline_ontime_data_mysql_to_ch_reader.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sudo bash -c "echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse"
99
PYTHON=python3.6
1010
PYTHON=/home/user/pypy3.5-5.9-beta-linux_x86_64-portable/bin/pypy
1111

12-
$PYTHON main.py ${*:1} \
12+
$PYTHON clickhouse-mysql ${*:1} \
1313
--src-resume \
1414
--src-wait \
1515
--nice-pause=1 \

run_datatypes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
sudo bash -c "echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse"
44

5-
python3 main.py ${*:1} \
5+
python3 clickhouse-mysql ${*:1} \
66
--src-resume \
77
--src-wait \
88
--src-host=127.0.0.1 \

0 commit comments

Comments
 (0)