Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] new http load #21172

Closed
2 of 3 tasks
dataroaring opened this issue Jun 26, 2023 · 1 comment
Closed
2 of 3 tasks

[Enhancement] new http load #21172

dataroaring opened this issue Jun 26, 2023 · 1 comment

Comments

@dataroaring
Copy link
Contributor

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

  1. data transform in sql
  2. 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

@zzzzzzzs
Copy link
Contributor

I will do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants