I am trying to implement the graph databases - neo4j - for my Transportation system. The goal to analyze the existing relational data, optimize the routes, understand the performance of every route every day and propose a schedule that optimizes the resources. The goal is also to make the system flexible, where i should be able to add the new bus-stops in between any two existing bus-stops, if required. I know that graph databases gives me this flexibility. But i'm stuck in understanding how to model my situation of time stamps in a graph database. That is, i have to rack the bus and store the location of the bus-stop id, time stamp, and Geo-code. How can i achieve this with graph-databases. Because every day, 20 buses in different routes has different data, how should i track and record all the data of 20 buses in a Neo4j like graphical databases. Any help would be appreciated.
-- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
