Skip to content

lyi61pd/migrate_mysql_to_clickhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

migrate_mysql_to_clickhouse

config.py

CLICKHOUSE_CONFIG={
    "host":'',
    'user':'',
    'password':'',
    'database':'',
    'port':''
}
MYSQL_CONFIG={
    "host":'',
    'user':'',
    'password':'',
    'database':'',
    'port':''
}

About

migrate the database from mysql to clickhouse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages