Wednesday, July 12, 2023

Re: developing a data logger

It depends on what you want to do. Simply gathering data and scooping it into a db does not require Django, which will probably not help much in this regard other than defining models/tables for your db and supporting migrations.

If you want to provide web views or an API for this data, you're definitely in the right ball park.

Regards,
David

On Wed, Jul 12, 2023 at 8:52 AM o1bigtenor <o1bigtenor@gmail.com> wrote:
Greetings

It seems to me that Django together with a database (I'm thinking of
using postgresql)
would make a good fit for rolling a datalogger for some sensors.

Am I complicating things needlessly?
Is there another path?

Please advise

TIA

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPpdf5_VWw_FwyC0v5VhxKDc9UAKW7ON4VX94cofvQFB0qQ5dA%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE5VhgX6%2B5HKQX0S_7xWFN%3DWhkauEZ2S7evKh_cxJWnG6pFWaQ%40mail.gmail.com.

No comments:

Post a Comment