{"id":37081105,"url":"https://github.com/esakik/beam-mysql-connector","last_synced_at":"2026-01-14T09:51:08.055Z","repository":{"id":37901709,"uuid":"230030630","full_name":"esakik/beam-mysql-connector","owner":"esakik","description":"An Apache Beam I/O connector for seamless integration with MySQL database 🔗 https://beam.apache.org/documentation/io/connectors/#other-io-connectors-for-apache-beam","archived":false,"fork":false,"pushed_at":"2024-07-15T10:08:52.000Z","size":192,"stargazers_count":21,"open_issues_count":2,"forks_count":19,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T03:55:26.284Z","etag":null,"topics":["apache-beam","mysql","pypi","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/beam-mysql-connector","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esakik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-12-25T02:44:44.000Z","updated_at":"2025-03-01T14:18:23.000Z","dependencies_parsed_at":"2023-12-30T12:26:18.045Z","dependency_job_id":"236b620a-ea0d-457a-9568-ad2329ad1323","html_url":"https://github.com/esakik/beam-mysql-connector","commit_stats":{"total_commits":131,"total_committers":5,"mean_commits":26.2,"dds":"0.17557251908396942","last_synced_commit":"1decc16ed4597b1e8c0d77e0aa7b2d2037ecd7b5"},"previous_names":["esaki01/beam-mysql-connector"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/esakik/beam-mysql-connector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esakik%2Fbeam-mysql-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esakik%2Fbeam-mysql-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esakik%2Fbeam-mysql-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esakik%2Fbeam-mysql-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esakik","download_url":"https://codeload.github.com/esakik/beam-mysql-connector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esakik%2Fbeam-mysql-connector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["apache-beam","mysql","pypi","python"],"created_at":"2026-01-14T09:51:07.450Z","updated_at":"2026-01-14T09:51:08.050Z","avatar_url":"https://github.com/esakik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beam - MySQL Connector\n[![PyPI version](https://badge.fury.io/py/beam-mysql-connector.svg)](https://badge.fury.io/py/beam-mysql-connector)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/beam-mysql-connector)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nBeam - MySQL Connector is an io connector of [Apache Beam](https://beam.apache.org/) to access MySQL databases.\n\n## Installation\n```bash\npip install beam-mysql-connector\n```\n\n## Getting Started\n- Read From MySQL\n```Python\nfrom beam_mysql.connector import splitters\nfrom beam_mysql.connector.io import ReadFromMySQL\n\n\nread_from_mysql = ReadFromMySQL(\n        query=\"SELECT * FROM test_db.tests;\",\n        host=\"localhost\",\n        database=\"test_db\",\n        user=\"test\",\n        password=\"test\",\n        port=3306,\n        splitter=splitters.NoSplitter()  # you can select how to split query for performance\n)\n```\n\n- Write To MySQL\n```Python\nfrom beam_mysql.connector.io import WriteToMySQL\n\n\nwrite_to_mysql = WriteToMySQL(\n        host=\"localhost\",\n        database=\"test_db\",\n        table=\"tests\",\n        user=\"test\",\n        password=\"test\",\n        port=3306,\n        batch_size=1000,\n)\n```\n\n## License\nMIT License. Please refer to the [LICENSE.txt](https://github.com/esaki01/beam-mysql-connector/blob/master/LICENSE.txt), for further details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesakik%2Fbeam-mysql-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesakik%2Fbeam-mysql-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesakik%2Fbeam-mysql-connector/lists"}