Merge: Neo4j: bug fixes and improvments
authorJean Privat <jean@pryen.org>
Mon, 21 Jul 2014 14:44:32 +0000 (10:44 -0400)
committerJean Privat <jean@pryen.org>
Mon, 21 Jul 2014 14:44:32 +0000 (10:44 -0400)
Changes:
* avoid node duplication by force loading nodes from local store
* better handling of big graphes through separation of nodes and edges loading
* try to speed things up with nodes data preloading from `nodes_with_labels` response

Pull-Request: #597
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge