Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Altinity / clickhouse-mysql-data-reader Public Notifications You must be signed in to change notification settings Fork 94 ...
utility to read mysql data. Contribute to tinybirdco/clickhouse-mysql-data-reader development by creating an account on GitHub.
airline.ontime Data Set in CSV files airline.ontime MySQL Table airline.ontime ClickHouse Table airline.ontime Data Reader airline.ontime Data Importer Testing Testing General Schema MySQL Data Types Numeric Types Date and Time Types String Types ClickHouse Data Types MySQL -> ClickHouse Data Types...
utility to read mysql data. Contribute to dsczs-org/clickhouse-mysql-data-reader development by creating an account on GitHub.
utility to read mysql data. Contribute to tinybirdco/clickhouse-mysql-data-reader development by creating an account on GitHub.
2 changes: 1 addition & 1 deletion 2 clickhouse_mysql/pumper.py Original file line numberDiff line numberDiff line change @@ -26,7 +26,7 @@ def __init__(self, reader=None, writer=None): 'UpdateRowsEvent': self.update_rows_event, 'DeleteRowsEvent': self.delete_rows_event, # ...
from clickhouse_mysql.writer.writer import Writer class ProcessWriter(Writer): """Start write procedure as a separated process""" args = None @@ -35,28 +34,6 @@ def process(self, event_or_events=None): writer.destroy() logging.debug('class:%s process() done', __class__) def pro...
7 changes: 7 additions & 0 deletions 7 clickhouse_mysql/reader/reader.py Original file line numberDiff line numberDiff line change @@ -18,6 +18,13 @@ class Reader(Observable): # called when Reader has no data to read 'ReaderIdleEvent': [], # called on each DeleteRowsEvent 'Dele...
utility to read mysql data. Contribute to SpikeWong/clickhouse-mysql-data-reader development by creating an account on GitHub.
clickhouse_mysql_examples airline_ontime_data_download.sh airline_ontime_data_mysql_to_ch_migration.sh airline_ontime_data_mysql_to_ch_reader.sh airline_ontime_mysql_data_import.sh airline_ontime_schema_ch.sql airline_ontime_schema_mysql.sql ...