I wrote a peer-to-peer credit server in Neo4j and Ruby: https://github.com/jplewicke/rivulet . There were two reasons I used Neo4j: I needed to be able to quickly find paths to route payments along, and I needed to be able to update properties on multiple edges as an atomic action.
Comments
I wrote a peer-to-peer credit server in Neo4j and Ruby: https://github.com/jplewicke/rivulet . There were two reasons I used Neo4j: I needed to be able to quickly find paths to route payments along, and I needed to be able to update properties on multiple edges as an atomic action.