mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
* Doc update for new input source and input format. - The input source and input format are promoted in all docs under docs/ingestion - All input sources including core extension ones are located in docs/ingestion/native-batch.md - All input formats and parsers including core extension ones are localted in docs/ingestion/data-formats.md - New behavior of the parallel task with different partitionsSpecs are documented in docs/ingestion/native-batch.md * parquet * add warning for range partitioning with sequential mode * hdfs + s3, gs * add fs impl for gs * address comments * address comments * gcs
1.3 KiB
1.3 KiB
id | title |
---|---|
avro | Apache Avro |
This Apache Druid extension enables Druid to ingest and understand the Apache Avro data format. Make sure to include druid-avro-extensions
as an extension.
The druid-avro-extensions
provides two Avro Parsers for stream ingestion and Hadoop batch ingestion.
See Avro Hadoop Parser
and Avro Stream Parser
for details.