Files
doris/samples/doris-demo/README.md
Zhengguo Yang 09bfb8b9d3 [fix] (rpc-udf) Fixed the problem that the query could not be interrupted (#8248)
if an error occurred in the rpc server during the execution of rpc-udf.
Add java,cpp,python demo of rpc-udf server
2022-03-03 09:30:03 +08:00

1.7 KiB

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