1 repo
Data structures organized as recursive trees for nested information storage.
Distinguishing note: Focuses on the tree-based structure of data rather than general relational storage.
Explore 1 awesome GitHub repository matching data & databases · Hierarchical Data Models. Refine with filters or upvote what's useful.
Trilium is a local-first personal knowledge management system designed to store and organize information on a user's own device. It functions as a hierarchical knowledge base where every note acts as both a standalone document and a container for nested children, allowing for complex information relationships and deep categorization. The platform distinguishes itself through a component-based interface that dynamically renders diverse content types, including rich text, diagrams, and executable scripts. All data is persisted within a single relational database file, which supports a versioned
Stores information in a recursive tree structure where nodes act as both containers and content.