dataplane-app/dataplane

[Feature][processor]Add processor type

ChenpiDog opened this issue · 4 comments

Dataplane can consider adding SQL and HTTP processor types, especially SQL, which is quite common in ETL.

Dataplane can provide a data source management (#447 is built on it), manage and reuse various data connections, such as MySQL, GreenPlum, etc. When using SQL processor, you can select data connection.

For ETL related processors, lineage data kinship should be considered. #445

HTTP processor is mainly used for serverless functions (such as OpenFaaS), which is also related to data processing.

Move to Discussion #449