remove a trailing space

This commit is contained in:
Lentil Hoffman 2025-04-13 17:34:43 -05:00
parent 90d898fd42
commit f0c4efad40

View File

@ -28,7 +28,7 @@ Application will need its own core operational data store. This can be achieved
Nodes should be able to engage in clustering configurations, perhaps especially those in close physical/virtual proximity. Nodes should be able to engage in clustering configurations, perhaps especially those in close physical/virtual proximity.
So let's take an example node with some local storage, RAM, CPU, and network. So let's take an example node with some local storage, RAM, CPU, and network.
Let us take as the foundation of our data model, the "rhizomatic database" structure, which can be summarized as follows: Let us take as the foundation of our data model, the "rhizomatic database" structure, which can be summarized as follows:
We establish a key space which we refer to as "domain entities". We establish a key space which we refer to as "domain entities".
Each domain entity is identified by a unique key, e.g. a UUID; Each domain entity is identified by a unique key, e.g. a UUID;