You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi all,
I'm working on an app that will store gps coordinates from devices. That information will come in every 5 or so minutes of each hour. So it's alot of data. Any recommendations on how I should store this? Do I use multiple databases and use say MongoDB or Couch for the storage of the points or do I use a solution like Redis / Graphite/Stats or Loggly?