# starrocks-connector-for-apache-spark **Repository Path**: jakew/starrocks-connector-for-apache-spark ## Basic Information - **Project Name**: starrocks-connector-for-apache-spark - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-14 - **Last Updated**: 2024-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # StarRocks Connector for Apache Spark™ The connector supports to read from and write to StarRocks through Apache Spark™. ## Documentation For the user manual of the released version of the Spark connector, please visit the StarRocks official documentation. * [Read data from StarRocks using Spark connector](https://docs.starrocks.io/en-us/latest/loading/Spark-connector-starrocks) * [Load data using Spark connector](https://docs.starrocks.io/en-us/latest/unloading/Spark_connector) For the new features in the snapshot version of the Spark connector, please see the docs in this repo. * [Read from StarRocks](docs/connector-read.md) * [Write to StarRocks](docs/connector-write.md) ## LICENSE The connector is under the [Apache License 2.0](LICENSE.txt). ## Contributing to StarRocks We appreciate your interest in contributing to the Spark Connector. If you plan to make your first contribution, you can start with the [CONTRIBUTING.md](CONTRIBUTING.md). ## Acknowledgments [Apache doris-spark-connector](https://github.com/apache/incubator-doris-spark-connector) is the upstream of this connector for reading from StarRocks. We are very grateful to Apache Doris community for contributing such an excellent connector.