samedi 28 mars 2015

MongoDB Geolocation using with Spring MVC

I try to implement a GPS tracking service for my application. I've a service to push geolocation data into mongodb which works very well. Problem is that each vehicle must send a data in each 20 seconds.


As a requirement i should show the latest 24 hours data in google maps which makes a problem to receive a huge data set. (4320 for one vehicle). Is there any best practice in mongo or google maps to receive less data and show a line as the history? (Response is "json")


Aucun commentaire:

Enregistrer un commentaire