tree: 758c637cddbc1672aacf7a8a0f5c23964f61e456 [path history] [tgz]
  1. sort-api/
  2. sort-common/
  3. sort-core/
  4. sort-dist/
  5. sort-formats/
  6. pom.xml
  7. quick_start.md
  8. README.md
inlong-sort/README.md

Description

overview

Inlong-sort is used to extract data from different source systems, then transforms the data and finally loads the data into diffrent storage systems. Inlong-sort is simply an Flink application, and relys on Inlong-manager to manage meta data(such as the source informations and storage informations)

##features

multi-tenancy

Inlong-sort is an multi-tenancy system, which means you can extract data from different sources(these sources must be of the same source type) and load data into different sinks(these sinks must be of the same storage type). e.g. you can extract data form different topics of inlong-tubemq and the load them to different hive clusters.

change meta data without restart

Inlong-sort uses zookeeper to manage its meta data, every time you change meta data on zk, inlong-sort application will be informed immediately. e.g if you want to change the schema of your data, just change the meta data on zk without restart your inlong-sort application.

supported sources

inlong-tubemq

supported storages

hive Currently we just support parquet file format in hive

clickhouse

limitations

Currently, we just support extracting specified fields in the stage of Transform.

Plans in the future

More kinds of source systems

pulsar, kafka and etc

More kinds of storage systems

Hbase, Elastic Search, and etc

More kinds of file format in hive sink

sequence file, orc