Relative Content

Tag Archive for djangopostgresqltimescaledb

How to use timescaledb’s `lttb` function with django queryset?

I have a django project which stores real-time data of a few devices. For this manner I have used timescaledb which is suitable for time series. Timescale offers a few hyperfunctions which I need to use (specifically lttb which is used for downsampling data).