https://github.com/starrocks/starrocks-connector-for-apache-spark
https://github.com/starrocks/starrocks-connector-for-apache-spark
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/starrocks/starrocks-connector-for-apache-spark
- Owner: StarRocks
- License: apache-2.0
- Created: 2021-09-13T06:32:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T02:28:40.000Z (over 1 year ago)
- Last Synced: 2025-04-02T05:07:53.465Z (about 1 year ago)
- Language: Java
- Size: 284 KB
- Stars: 40
- Watchers: 6
- Forks: 55
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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.