Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starrocks/starrocks-connector-for-apache-spark
https://github.com/starrocks/starrocks-connector-for-apache-spark
Last synced: 2 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T02:27:59.000Z (3 months ago)
- Last Synced: 2024-12-25T01:09:55.183Z (9 days ago)
- Language: Java
- Size: 281 KB
- Stars: 39
- Watchers: 6
- Forks: 54
- Open Issues: 27
-
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.