lnkd.in

pvignesh92
Honored Contributor

Databricks Auto Loader is an interesting feature that can be used to load data incrementally.

✳ It can process new data files as they arrive in the cloud object stores

✳ It can be used to ingest JSON, CSV, PARQUET, AVRO, ORC, TEXT and even Binary file formats

✳ Auto Loader can support a scale of even million files per hour. It maintains the state information at a checkpoint location in a key-value store called RocksDB. As the state is now maintained in the checkpoint, it can resume from where it was left off even in times of failure and can guarantee exactly-once semantics.

Please find my write-up on Databricks AutoLoader on Medium here. Happy for any feedbacks πŸ™‚

πŸ”… Databricks Autoloader Series- Accelerating Incremental Data Ingestion: https://lnkd.in/ew3vaPmp

πŸ”… Databricks Auto Loader Seriesβ€” The basics: https://lnkd.in/e2zanWfc

Ajay-Pandey
Databricks MVP

Thanks for sharing

Ajay Kumar Pandey