Components


Components


Contents

This module contains components supporting various basic functions, which can be used for developing. Currently, we support 5 functional components:

  • bitsail-component-clients:

  • bitsail-component-formats-flink:

    • Support converting different data types (such as hive Writables) into bitsail rows.
    • Details can be seen: bitsail_component_format
  • bitsail-conversion-flink:

  • bitsail-flink-row-parser:

    • Support converting bytes array into bitsail rows according to determined format.
    • Details can be seen: bitsail_component_parser

How to use

Developers can use these modules by importing them in maven dependencies.

<dependency>
    <groupId>com.bytedance.bitsail</groupId>
    <artifactId>bitsail-xxxxx</artifactId>
    <version>${revision}</version>
    <scope>compile</scope>
</dependency>