{"id":26109480,"url":"https://github.com/dyrnq/cdc-doris","last_synced_at":"2026-04-21T11:02:00.926Z","repository":{"id":265650284,"uuid":"896345294","full_name":"dyrnq/cdc-doris","owner":"dyrnq","description":"a poc for cdc to doris.","archived":false,"fork":false,"pushed_at":"2025-02-11T05:18:48.000Z","size":22,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T23:56:45.438Z","etag":null,"topics":["apache","apache-flink","cdc","cdc-yaml","debezium","doris","flink","flink-stream-processing","minio","poc","vagrantfile"],"latest_commit_sha":null,"homepage":"https://github.com/apache/doris","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dyrnq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-30T05:31:05.000Z","updated_at":"2025-02-11T05:18:52.000Z","dependencies_parsed_at":"2025-03-09T23:11:11.214Z","dependency_job_id":"15b0c372-8148-4be3-bab3-db35f0296005","html_url":"https://github.com/dyrnq/cdc-doris","commit_stats":null,"previous_names":["dyrnq/cdc-doris"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dyrnq/cdc-doris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyrnq%2Fcdc-doris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyrnq%2Fcdc-doris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyrnq%2Fcdc-doris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyrnq%2Fcdc-doris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyrnq","download_url":"https://codeload.github.com/dyrnq/cdc-doris/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyrnq%2Fcdc-doris/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32088913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","apache-flink","cdc","cdc-yaml","debezium","doris","flink","flink-stream-processing","minio","poc","vagrantfile"],"created_at":"2025-03-09T23:11:01.152Z","updated_at":"2026-04-21T11:02:00.918Z","avatar_url":"https://github.com/dyrnq.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cdc-doris\n\na poc for cdc to doris, and simplified version [cdc-vagrant](https://github.com/dyrnq/cdc-vagrant).\n\nit has the following components:\n- minio\n- flink cluster\n- zookeeper\n- doris\n- mysql\n\n## quick start\n\n```bash\nvagrant up cdc\n\n```\n\n| service      | url                         |\n|--------------|-----------------------------|\n| doris web    | http://192.168.56.200:8030  |\n| zoonavigator | http://192.168.56.200:39000 |\n| minio web    | http://192.168.56.200:9000  |\n| flink web    | http://192.168.56.200:48081 |\n| adminer web  | http://192.168.56.200:48080 |\n\n\n## flink-cluster\n\nRun a small flink-standalone cluster with zookeeper and minio.\n\n```bash\nvagrant ssh cdc\n\ncd /vagrant/misc\n./launch.sh -d\n\ncd /vagrant/minio\n./launch.sh -d\n\n\n\ncd /vagrant/flink\n./launch.sh -d\n```\n\n## doris\n\n```bash\nvagrant ssh cdc\ncd /vagrant/doris\n./launch.sh -d\n\nsleep 10;\n\n./init.sh\n```\n\n\n## flink-cdc\n\n```bash\nvagrant ssh cdc\ncd /vagrant/cdc\n./launch.sh -d\n\n\ndocker compose exec -it cdc bash\n\nroot@cdc:/opt/flink# /data/install-flink-cdc.sh \u0026\u0026 /data/cdc.sh\n\n```\n\n```bash\n## architecture\n                                minio (s3 cluster)\n                                        ^\n                                        |\n                                        |\nsouce                                                       sink\nmysql                ----\u003e flink standalone cluster ----\u003e   apache doris\n192.168.56.200:3306                     |                   192.168.56.200:8030\n                                        |\n                                        v\n                                zookeeper cluster\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyrnq%2Fcdc-doris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyrnq%2Fcdc-doris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyrnq%2Fcdc-doris/lists"}