Skip to content

Flink Doris Connector #5371

@hf200012

Description

@hf200012

Refer to Spark Doris Connector test method Flink Connector

  1. Support reading doris data through Flink to construct DataStream
  2. Support to create Flink table mapping doris table through Flink SQL to read doris data, example:
    CREATE TABLE myUserTable (
    user_id STRING,
    user_name STRING
    uv BIGINT,
    pv BIGINT,
    PRIMARY KEY (user_id) NOT ENFORCED
    ) WITH (
    'connector' ='doris',
    'fe.host' ='ip:port',
    'username' ='users',
    'password' ='password',
    'tableName' ='table1'
    );

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/spark-connectorIssues or PRs related to Spark connectorkind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions