Skip to content

[Enhancement] new http load #21172

@dataroaring

Description

@dataroaring

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions