UI Deploy

Curated, Short, Web UI Dev we Love.

Storing Tree Structures in MongoDB: Code Examples

This is an educational article demonstrating approaches for storing tree structures with NoSQL database, MongoDB

Background

In a real life, almost any project deals with the tree structures.

Different kinds of taxonomies, site structures, etc, require modeling of hierarchy relations. In this MongoDB tutorial, I will illustrate how to use five typical approaches (plus one combination of operating with hierarchy data) on an example dataset.

view source

Advertisement