Commit Graph

39 Commits

Author SHA1 Message Date
1f63c56e20 [sample](doris-soruce) add demo for reading data from doris be using thrift (#20192) 2023-06-06 19:57:34 +08:00
5fccbac81b [fix](demo)add Sync full database for versions below doris 1.2 (#17669) 2023-03-13 11:17:29 +08:00
698e9cd243 [fix](demo)fix cdc failed to synchronize datetime type in mysql, and added JsonDebeziumSchemaSerializer (#16971)
* [fix](demo)fix cdc failed to synchronize datetime type in mysql, and added JsonDebeziumSchemaSerializer
* add licenses for DateToStringConverter
2023-03-02 14:14:58 +08:00
b21fdace37 [bugfix](RemoteUDF) fix remote udf retrun rpc env init error (#16325) 2023-02-06 15:47:10 +08:00
6151a43e9c [Thirdparty](Protobuf) update protobuf from 3.14.0 to 3.15.0 (#15055) 2022-12-24 20:45:11 +08:00
d9fc46382b [samples](java udf demo)Java udf demo aes (#15011)
* add java udf function demo
2022-12-13 12:09:03 +08:00
f9d7983671 [fix](doris-demo)fix flink-connector demo maven dependency conflict (#14714) 2022-12-02 10:18:27 +08:00
55cae6202f [typo](docs)add udf doc and optimize udf regression test (#14000) 2022-11-10 09:24:45 +08:00
1724faf9a5 [test](java-udf)add java udf RegressionTest about the currently supported data types #13972 2022-11-05 19:25:58 +08:00
d16ff79217 [fix](flinkCDC Demo):fix flinkcdc demo execution error (#13148) 2022-10-09 09:13:18 +08:00
c03f7c3ba4 [sample](flink-connector) add doris data delete function (#12599) 2022-09-14 19:18:59 +08:00
957bf98784 [docs](remote-udaf) change title (#12133) 2022-08-29 12:11:48 +08:00
f6023d8a5b [sample](flink-connector) add full db sync v2 (#12090)
* add db sync v2
2022-08-26 16:13:01 +08:00
3e10be4ba7 [remote-udaf](sample) add some java demo (#11752) 2022-08-16 14:37:34 +08:00
1e61fdf242 [remote-udaf](sample) add some c++ demo (#11761) 2022-08-16 14:32:04 +08:00
8a3ee91bb5 [remote-udaf](sample) add some python demo (#11760) 2022-08-16 09:26:36 +08:00
5d02f70a0f [remote-udaf](python-samples) use python to impl remote avg and sum s… (#11655) 2022-08-10 22:13:37 +08:00
cb7eb725fe Optimize flink oracle cdc, add flink read es to doris sample code (#11274) 2022-07-29 18:11:18 +08:00
5eb4b402e4 [demo]add sync full database (#11276)
Co-authored-by: wudi <>
2022-07-28 14:06:59 +08:00
f5479fa80e [Sample] Add Flink Connector Sample Code (#11120)
Co-authored-by: wudi <>
2022-07-26 18:00:51 +08:00
03d466febe [UDAF](sample) impl rpc avg udaf (#11132) 2022-07-26 18:00:13 +08:00
552c0568fe [sample]Add flink doris connector 1.1 sample code (#10970)
* Add flink doris connector 1.1 sample code
2022-07-22 10:18:27 +08:00
6736e06679 [feature](udf) Vectorization support remote udaf #10683 (#10685) 2022-07-18 17:15:34 +08:00
ae680b4248 [UDF] support RPC udaf part 1: support create RPC udaf in fe (#8510) 2022-04-21 17:38:58 +08:00
fd054ca2f6 [doc](java-udf) add docs for Java UDF (#8944) 2022-04-11 09:37:48 +08:00
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
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