lightning-network-autopilot icon indicating copy to clipboard operation
lightning-network-autopilot copied to clipboard

Include neo4j data base as a backend storage for the graph

Open renepickhardt opened this issue 6 years ago • 0 comments

Currently all the graph heavy computation is done with pythons networkx lib in memory. This is fine for now. However if the network grows we should probably switch to using neo4j as a storage backend for the gossip graph / lightning network. In that way computations can be done with the data on disc. also neo4j is as far as I know the best suited technology for this task.

renepickhardt avatar Jun 09 '19 08:06 renepickhardt