tree: c529124a55831145e23b45e232c60516705398dd [path history] [tgz]
  1. doris-source-demo/
  2. flink-demo/
  3. flink-demo-v1.1/
  4. java-udf-aes-demo/
  5. java-udf-demo/
  6. remote-udaf-cpp-demo/
  7. remote-udaf-java-demo/
  8. remote-udaf-python-demo/
  9. remote-udf-cpp-demo/
  10. remote-udf-java-demo/
  11. remote-udf-python-demo/
  12. spark-demo/
  13. spring-jdbc-demo/
  14. stream-load-demo/
  15. pom.xml
  16. README.md
samples/doris-demo/README.md

In order to help developers quickly use and master Doris, this project provides a large number of code examples of Doris related scenarios.

flink-demo

Mainly to provide sample codes for the integration of doris and flink, and examples of the use of Flink-doris-connector

spark-demo

Mainly to provide sample codes for the integration of doris and spark, and examples of the use of Spark-doris-connector

stream-load-demo

Provide usage examples of Doris stream load, including file and memory data import, using Java Http client method

spring-jdbc-demo

Provides the use of Spring to integrate Doris, and provides external data access interfaces

rpc-udf-java-demo

Provides an example of how to implements an Doris udf function service in java

rpc-udf-cpp-demo

Provides an example of how to implements an Doris udf function service in CPP

rpc-udf-python-demo

Provides an example of how to implements an Doris udf function service in Python

docs

Instructions for each example