Skip to content

Implement Background Worker for Redis-to-PostGIS Persistence #51

@GiZano

Description

@GiZano

Description

Currently, our FastAPI gateway validates incoming IoT payloads and pushes them to a Redis queue. However, the data just sits there. We need to implement the asynchronous Python worker (worker.py) that pops valid sensor measurements off the Redis queue and safely batches them into our PostGIS database.

Task List

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions