{"id":13569349,"url":"https://github.com/apache/doris-flink-connector","last_synced_at":"2025-05-14T21:03:50.139Z","repository":{"id":36987853,"uuid":"458226256","full_name":"apache/doris-flink-connector","owner":"apache","description":"Flink Connector for Apache Doris","archived":false,"fork":false,"pushed_at":"2025-04-01T10:49:33.000Z","size":2036,"stargazers_count":341,"open_issues_count":63,"forks_count":241,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-04-03T04:16:53.967Z","etag":null,"topics":["apache","connector","data-warehousing","dbms","doris","flink","mpp","olap"],"latest_commit_sha":null,"homepage":"https://doris.apache.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-02-11T14:48:32.000Z","updated_at":"2025-04-01T10:49:39.000Z","dependencies_parsed_at":"2023-11-28T15:48:17.151Z","dependency_job_id":"538c6bca-1f24-44b5-9a11-ae83d0f955b5","html_url":"https://github.com/apache/doris-flink-connector","commit_stats":{"total_commits":215,"total_committers":49,"mean_commits":4.387755102040816,"dds":0.5906976744186047,"last_synced_commit":"d41e03517aa463581d0701905d94c1dbb1897223"},"previous_names":["apache/incubator-doris-flink-connector"],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fdoris-flink-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fdoris-flink-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fdoris-flink-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fdoris-flink-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/doris-flink-connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247909209,"owners_count":21016479,"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":["apache","connector","data-warehousing","dbms","doris","flink","mpp","olap"],"created_at":"2024-08-01T14:00:38.894Z","updated_at":"2025-04-09T11:04:15.428Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":["Java","大数据"],"sub_categories":[],"readme":"\u003c!--\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements.  See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership.  The ASF licenses this file\nto you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance\nwith the License.  You may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied.  See the License for the\nspecific language governing permissions and limitations\nunder the License.\n--\u003e\n\n# Flink Connector for Apache Doris \n\n[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)\n[![Join the Doris Community at Slack](https://img.shields.io/badge/chat-slack-brightgreen)](https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-11jb8gesh-7IukzSrdea6mqoG0HB4gZg)\n\n## Flink Doris Connector\n\nFlink Doris Connector now support flink version from 1.11 to 1.20.\n\nIf you wish to contribute or use a connector from flink 1.13 (and earlier), please use the [branch-for-flink-before-1.13](https://github.com/apache/doris-flink-connector/tree/branch-for-flink-before-1.13)\n\nMore information about compilation and usage, please visit [Flink Doris Connector](https://doris.apache.org/docs/dev/ecosystem/flink-doris-connector)\n\n## License\n\n[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)\n\n## How to Build\n\nYou need to copy customer_env.sh.tpl to customer_env.sh before build and you need to configure it before build.\n```shell\ngit clone git@github.com:apache/doris-flink-connector.git\ncd doris-flink-connector/flink-doris-connector\n./build.sh\n```\n\n![how-to-build](https://user-images.githubusercontent.com/13284744/223990851-9d82b599-ef36-4fd1-82c8-17bdd2de22e6.gif)\n\n### Code Style\n\n#### Code Formatting\n\nYou need to install the google-java-format plugin. Spotless together with google-java-format is used to format the codes.\n\nIt is recommended to automatically format your code by applying the following settings:\n\n1. Go to \"Settings\" → \"Other Settings\" → \"google-java-format Settings\".\n2. Tick the checkbox to enable the plugin.\n3. Change the code style to \"Android Open Source Project (AOSP) style\".\n4. Go to \"Settings\" → \"Tools\" → \"Actions on Save\".\n5. Under \"Formatting Actions\", select \"Optimize imports\" and \"Reformat file\".\n6. From the \"All file types list\" next to \"Reformat code\", select \"Java\".\n\nFor earlier IntelliJ IDEA versions, the step 4 to 7 will be changed as follows.\n\n- 4.Go to \"Settings\" → \"Other Settings\" → \"Save Actions\".\n- 5.Under \"General\", enable your preferred settings for when to format the code, e.g. \"Activate save actions on save\".\n- 6.Under \"Formatting Actions\", select \"Optimize imports\" and \"Reformat file\".\n- 7.Under \"File Path Inclusions\", add an entry for `.*\\.java` to avoid formatting other file types.\n  Then the whole project could be formatted by command `mvn spotless:apply`.\n\n#### Checkstyle\n\nCheckstyle is used to enforce static coding guidelines.\n\n1. Go to \"Settings\" → \"Tools\" → \"Checkstyle\".\n2. Set \"Scan Scope\" to \"Only Java sources (including tests)\".\n3. For \"Checkstyle Version\" select \"8.14\".\n4. Under \"Configuration File\" click the \"+\" icon to add a new configuration.\n5. Set \"Description\" to \"doris-flink-connector\".\n6. Select \"Use a local Checkstyle file\" and link it to the file `tools/maven/checkstyle.xml` which is located within your cloned repository.\n7. Select \"Store relative to project location\" and click \"Next\".\n8. Configure the property `checkstyle.suppressions.file` with the value `suppressions.xml` and click \"Next\".\n9. Click \"Finish\".\n10. Select \"doris-flink-connector\" as the only active configuration file and click \"Apply\".\n\nYou can now import the Checkstyle configuration for the Java code formatter.\n\n1. Go to \"Settings\" → \"Editor\" → \"Code Style\" → \"Java\".\n2. Click the gear icon next to \"Scheme\" and select \"Import Scheme\" → \"Checkstyle Configuration\".\n3. Navigate to and select `tools/maven/checkstyle.xml` located within your cloned repository.\n\nThen you could click \"View\" → \"Tool Windows\" → \"Checkstyle\" and find the \"Check Module\" button in the opened tool window to validate checkstyle. Or you can use the command `mvn clean compile checkstyle:checkstyle` to validate.\n\n\n## Report issues or submit pull request\n\nIf you find any bugs, feel free to file a [GitHub issue](https://github.com/apache/doris/issues) or fix it by submitting a [pull request](https://github.com/apache/doris/pulls).\n\n## Contact Us\n\nContact us through the following mailing list.\n\n| Name                                                                          | Scope                           |                                                                 |                                                                     |                                                                              |\n|:------------------------------------------------------------------------------|:--------------------------------|:----------------------------------------------------------------|:--------------------------------------------------------------------|:-----------------------------------------------------------------------------|\n| [dev@doris.apache.org](mailto:dev@doris.apache.org)     | Development-related discussions | [Subscribe](mailto:dev-subscribe@doris.apache.org)   | [Unsubscribe](mailto:dev-unsubscribe@doris.apache.org)   | [Archives](https://mail-archives.apache.org/mod_mbox/doris-dev/)   |\n\n## Links\n\n* Doris official site - \u003chttps://doris.apache.org\u003e\n* Developer Mailing list - \u003cdev@doris.apache.org\u003e. Mail to \u003cdev-subscribe@doris.apache.org\u003e, follow the reply to subscribe the mail list.\n* Slack channel - [Join the Slack](https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-11jb8gesh-7IukzSrdea6mqoG0HB4gZg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fdoris-flink-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fdoris-flink-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fdoris-flink-connector/lists"}