Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 693 Bytes

nodes.rst

File metadata and controls

22 lines (15 loc) · 693 Bytes

Nodes

A Node represents a single storable entity of data. It can be compared to a "row" in sql, or a "document" in document oriented storage models. Nodes are, as mentioned in the previous section, stored in a repository.

Every node has:

Consider two nodes - one node representing the city "Oslo" and another representing the company, "Enonic":

images/nodes.png

The nodes have different properties. There is no schema to a node, so a node property value with the same property-name can have different value-types across nodes.