I am confused between using a generic graph database (neo4j) to mongodb for tracking gps devices.
Functionality I require :
- Track and profile the path of each tracked device.
- Lat long / address based searching for devices
- Traffic estimation based on aggregated data from all devices
- Some more intelligent stuff for which I will implement the algorithms.
- Should have a stable interface to Nodejs
Any suggestions ?
Some answers here suggest to use a GIS database, some suggest graph , Can someone clarify the difference ?