What type of NoSQL database is best suited to store hierarchical data?
Say for example I want to store posts of a forum with a tree structure:
original p
This is graph database. Can be used as tree database.
http://neo4j.com/