Commit Graph

13 Commits

Author SHA1 Message Date
b27122df8b [Docs] add rpc function document (#7984)
* add rpc function document
2022-02-20 23:26:52 +08:00
6934534155 [fix](demo) scala.Function1 used in java about compiling error:apply$mcVJ$sp(long)
Fix MyForeachPartitionFunction.java:xxx:xxx
java: org.apache.doris.demo.spark.demo.hdfs.MyForeachPartitionFunction is not abstract and does not override abstract method apply$mcVJ$sp(long) in scala.Function1
2022-02-12 15:59:41 +08:00
cacc29470b [demo] Add Flink oracle cdc demo (#7845) 2022-01-31 22:11:38 +08:00
4bdeef3b64 [chore][fix][doc](fe-plugin)(mysqldump) fix build auditlog plugin error (#7804)
1. fix problems when build fe_plugins
2. format
3. add docs about dump data using mysql dump
2022-01-26 09:11:23 +08:00
2872dbfeb8 [refactor] Standardize the writing of pom files, prepare for deployment to maven (#7477) 2021-12-30 10:16:37 +08:00
dcad6ff5e5 [License] Add License header for missing files (#7130)
1. Add License header for missing files
2. Modify the spark pom.xml to correct the location of `thrift`
2021-11-16 18:37:54 +08:00
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
ace21ebf83 Doris-spark connector examples (#6485)
* doris spark connector examples

* add usage documentation and license

Co-authored-by: shengy <whyMy2017>
2021-08-27 10:57:11 +08:00
4cfebc35a7 Flink reads multiple data sources to doris (#6490)
* Flink reads multiple data sources to doris

Co-authored-by: caol <caol@shuhaisc.com>
2021-08-27 10:55:53 +08:00
de7376062a [Demo] Add flink mysql cdc to doris demo (#6352)
add flink mysql cdc to doris
2021-08-05 14:34:52 +08:00
b5d8ee35f5 [Demo] Add spring mybatis jdbc demo (#6349)
add spring mybatis jdbc demo
2021-08-05 14:34:34 +08:00
216295d1b8 [Demo] Add stream load demo (#6344)
add stream load demo
2021-08-05 14:33:39 +08:00
88a96d68cd [Sample] Doris developers quickly use the development sample code framework, (#6301)
The main purpose of this project is to let doris use development, which can get started quickly,
and give sample codes for the use of various new functions as a reference.
Submit the framework first, and the code will be submitted one after another

Doris developers quickly use the development sample code framework, and the code is submitted one after another
2021-07-26 10:16:48 +08:00