-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Search before asking
- I had searched in the issues and found no similar issues.
Description
I would like to introduce a new http load, which is expected to replace stream load.
Solution
userguide
curl -u user1:password -H "sql: 'sql string'" -L '110.110.110.110:8035/api/v2/load
sql string
INSERT INTO WITH LABEL label_name db1.table1 select * from http(format="csv",xxxx,xxxx) where
differences with streamload
- data transform in sql
- label is used as insert into.
http as a transfer protocol like mysql, we run sql on it.
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct