Lunch Talk Series: Swiss Army Django: Small Footprint ETL

Lunch Talk Series: Swiss Army Django: Small Footprint ETL

Articles

Noah Kantrowitz walks through ETL in Django using async-friendly patterns, including task factories, failure modeling, croniter-based scheduling, and multi-stage transforms with coroutines. He also covers Django’s async constraints around ORM and transactions, plus a neat way to build Celery-like task decorators using autodiscover_modules.