NoSQL Solution for Persisting Graphs at Scale
I'm hooked on using Python and NetworkX for analyzing graphs and as I learn more I want to use more and more data (guess I'm becoming a data junkie :-). Eventually I think my NetworkX graph (which is stored as a dict of dict) will exceed the memory on my system. I know I can probably just add more memory but I was wondering if there was a way to instead integrate NetworkX with Hbase or a similar solution? I looked around and couldn't really find anything but I also couldn't find anything related to allowing a simple MySQL backend as well. Is this possible? Does anything exist to allow for