
How We Build Analytics and ML Platforms on Django
How we design a production analytics and machine learning platform on Django, using FastAPI for model serving, Celery for background jobs, and PostgreSQL for data.
6 min read
2 articles tagged django.

How we design a production analytics and machine learning platform on Django, using FastAPI for model serving, Celery for background jobs, and PostgreSQL for data.
6 min read

A practical guide to running Django on AWS ECS Fargate in production: the Dockerfile, gunicorn, task definitions, ALB health checks, RDS, and Celery.
7 min read