# starrocks-connector-for-kafka **Repository Path**: superjay/starrocks-connector-for-kafka ## Basic Information - **Project Name**: starrocks-connector-for-kafka - **Description**: 同步 https://github.com/StarRocks/starrocks-connector-for-kafka.git - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-24 - **Last Updated**: 2024-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # StarRocks Connector for Apache Kafka starrocks-connector-for-kafka is a plugin of Apache Kafka Connect - Used to Ingest data from Kafka Topic to StarRocks Table. ## Documentation For the user manual of the released version of the Kafka connector, please visit the StarRocks official documentation. * [Load data using Kafka connector](https://docs.starrocks.io/docs/loading/Kafka-connector-starrocks/) ## How to build Executing the `mvn package` command will generate the JAR file for the connector along with the JAR files that the connector depends on. The path is located at `target/starrocks-connector-for-kafka-1.0-SNAPSHOT-package/share/java`. ## LICENSE The connector is under the [Apache License 2.0](LICENSE.txt).