How to perform streaming queries using http protocol through DORIS REST API? #33384
Unanswered
gREpLT
asked this question in
A - General / Q&A
Replies: 1 comment
-
|
Maybe you can try spark-doris-connector for massive data import and export. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to query the data inside doris through http protocol, but because the data is too large, I have to use streaming query
Now I am using the 8030 port of DORIS for query, which obviously cannot achieve the results I expected.
By the way, how about using PyMysql to directly connect to Doris' 9030 port?
Beta Was this translation helpful? Give feedback.
All reactions