HGraphStorage

Graph database stored on disk

https://github.com/JPMoresmau/HGraphStorage

Latest on Hackage:0.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by JP Moresmau

A graph database storing its data on disk. There is currently no transaction or even concurrent access support, this is not made for production. We try to store the data on disk efficiently, i.e. not rely on having the data in memory. There is a test suite and a benchmark, which would be the best way to get a feel for how the library works.