gcivil-nyu-org / spring2020-cs-gy-9223-backend

0 stars 2 forks source link

Spike: Dynamic Models #7

Closed VentusXu09 closed 4 years ago

VentusXu09 commented 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/