{"id":16812904,"url":"https://github.com/sjmudd/mysql_data_transporter","last_synced_at":"2025-06-14T21:32:27.523Z","repository":{"id":66973114,"uuid":"96144849","full_name":"sjmudd/mysql_data_transporter","owner":"sjmudd","description":"Go code to help transport data between MySQL servers more efficiently","archived":false,"fork":false,"pushed_at":"2017-07-03T19:44:43.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T11:21:36.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sjmudd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-03T19:39:56.000Z","updated_at":"2023-03-05T19:58:17.000Z","dependencies_parsed_at":"2023-03-11T00:29:30.314Z","dependency_job_id":null,"html_url":"https://github.com/sjmudd/mysql_data_transporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sjmudd/mysql_data_transporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmudd%2Fmysql_data_transporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmudd%2Fmysql_data_transporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmudd%2Fmysql_data_transporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmudd%2Fmysql_data_transporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjmudd","download_url":"https://codeload.github.com/sjmudd/mysql_data_transporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmudd%2Fmysql_data_transporter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259887290,"owners_count":22926898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T10:23:56.083Z","updated_at":"2025-06-14T21:32:27.516Z","avatar_url":"https://github.com/sjmudd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mysql_data_transporter\n\nGo code to help transport data between MySQL servers more efficiently\n\nTASK: to successfully and efficiently copy data from one server to another.\n\n* should be vendor nuetral if possible so should work between different vendors\n  and major versions where possible.\n* mysqldump doesn't work efficiently (too slow)\n* mysqlpump works for 5.7 and later\n* pt-archiver looked good but if you're not careful it'll delete your data (groan)\n* I want to do this by pulling data from the source server in\n  parallel (configurable) in chunks and push to the destination server in chunks.\n* there are parcial tools for doing this but nothing that's complete\n* Other options that might be of interest: do this by renaming\n  tables and making blackhole tables and inserting into the bh tables\n  generating binlogs (RBR format)\n* data size is expected to be large. Say 500GB plus.\n* do not store intermediate data on disk: we want to avoid this\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjmudd%2Fmysql_data_transporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjmudd%2Fmysql_data_transporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjmudd%2Fmysql_data_transporter/lists"}