Wednesday, June 25, 2014

Re: How to store/model reachable data in django.

You don't want to use a csv. Store them in a db table cell. Even if you have a million entries you'll be surprised how quick it will be.

On 26/06/2014 12:45 am, "Subodh Nijsure" <subodh.nijsure@gmail.com> wrote:

Hello

I have need to store data that can be graphed. Example I have mobile app that collects temperature every 30 seconds for say 5 min and uploads these samples via REST api to my database. I happen to be using django for visualization.

Question I am pondering is what is the best way to store these values in database. Store each point as record in db or store csv file? Downside if trying to upload single point means lots of request to web site to upload data. Csv file means I can't graph across data collected over say one month.

Any tips on how to manage graphable data within django?

Subodh

--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALr9Q3Z%3D9CJvuG0vvbBPBoX_RXHJYCnuRifQN4OKautOG6ruvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHqTbjk%2BzqpNKM8B6Wf%2BXYceD4zZAeYoobBMKFqBsB4ststevQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment