Files
doris/samples/doris-demo
smallhibiscus f49362b0d7 [Demo] Add Spark-Doris-Sink demo (#6570)
This demo includes reading hdfs files and writing doris through streaming load、 reading kafka message queues and writing doris through streaming load and reading doris tables through spark doris connector to build DataFrame dataset.
2021-09-24 21:35:08 +08:00
..
2021-08-05 14:33:39 +08:00

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

docs

Instructions for each example