Closed VentusXu09 closed 4 years ago
Research how to implement dynamic models in Django, so that we can build a new table for every sensor during runtime, without having to re-migrate.
Relational approach https://pypi.org/project/django-dynamic-model/
Non-relational approach https://django-mongodb-engine.readthedocs.io/en/latest/
Research how to implement dynamic models in Django, so that we can build a new table for every sensor during runtime, without having to re-migrate.
Relational approach https://pypi.org/project/django-dynamic-model/
Non-relational approach https://django-mongodb-engine.readthedocs.io/en/latest/