Hi Aaron, I've developed a library of Spooled data structures on top of HDHT or any other key value store, which includes: maps, iterable sets, lists, and heaps. We've also implemented database-like functionality ontop of HDHT. So it would definitely be possible to implement spooled graphs using the same techniques.
Thanks, Tim On Sat, Mar 12, 2016 at 10:03 AM, Aaron Bawcom <[email protected]> wrote: > Looking through the list I didn't see any discussion regarding the idea of > an embedded Graph database layer on top of HDHT. I was just wondering if > anyone had any thoughts on this topic? >
