stellasia / neomap

A Neo4j Desktop application to visualize nodes with geographic attributes on a map.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirement of Neo4j Drivers on boot

okjodom opened this issue · comments

At app start, we block render until we are sure we have an instance of neo4j driver. This blocks render indefinitely if driver is never resolved.

See original discussion in #76 (comment)

cc @stellasia, @wagnerjt for comments

Project to follow, will probably be useful for us: https://github.com/adam-cowley/graphapp-starter-react