Files
exo/docs/KExocortex/Datastore.md
2026-03-20 11:54:56 -07:00

600 B

%% Title: Data storage Created: 2022-03-08 01:34 Status: Parent: Archive/Computing/KExocortex Tags: Source: %%

Data storage

Data storage in kexocortex covers note and potentially artifact storage.

Metadata should go into a Resources/Computing/Database, preferably Resources/Computing/Database/SQLite. Artifact data (e.g. the blobs) should go into a 202203071715 Content-Addressable Store.

I had considered other systems (like RavenDB, but that is a Resources/Computing/Lang/CSharp-only Resources/Computing/Database).