Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ StreamX is a kafka-connect based connector to copy data from Kafka to Object Sto

StreamX inherits rich set of features from kafka-connect-hdfs.
- Support for writing data in Avro and Parquet formats.
- Provides Hive Integration where the connector creates patitioned hive table and periodically does add partitions once it writes a new partition to s3
- Provides Hive Integration where the connector creates partitioned hive table and periodically does add partitions once it writes a new partition to s3
- Pluggable partitioner :
- default partitioner : Each Kafka partition will have its data copied under a partition specific directory
- time based partitioner : Ability to write data on hourly basis
Expand Down