If I have a large graph, how can I store it so that it is still easily traversible preferably without having to pull it back out into memory. This question is both platform- and language-agnostic. I’ll pick the language and platform that fits the problem, rather than trying to forcibly solve the problem with the wrong platform.
Share
Probably a graph database would fit your needs. Neo4J is a java implementation of such a database system