Category: All posts
Feb 03, 2025
Posted by
Whitney Shelley
If you've ever wanted to run multiple Django nodes—whether on Docker Compose or a fleet of Raspberry Pis—to handle a massive amount of time series data, you're in luck.
Late last year, the good people at CodingEntrepreneurs channel on YouTube put together a fantastic Django Tutorial showing you how to run multi-node Django for Time-Series Data with TimescaleDB, Celery, and more.
We're posting it here to help bump it to the top of your list.
The video provides tons of useful information, but the main points it covers are:
The video covers everything from local development to production development to help you collect real-time data from multiple devices, store it effectively using TimescaleDB (a PostgreSQL extension for real-time analytics from time-series data, plus process the data asynchronously with Celery and visualize it using Chart.js.
You'll also pick up some pro tips on how to deploy easily and scale as you add more nodes along the way.
You can also try all of this with Timescale Cloud free for 30 days.
Run many iterations of Django across Docker Compose or Raspberry Pis to handle large amounts of time series data.