I have a neo4j database up and running. I also have a process that runs every 5 minutes and what it does is to create nodes of type "Point".
"Point" has the following properties:
pointId, cameraId, classId, groupId, datetime
Nodes of type "Point" rel...