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

16 lines
600 B
Markdown

%%
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|database]], preferably [[Resources/Computing/Database/SQLite|SQLite]]. Artifact data (e.g. the blobs) should go into a [[202203071715 Content-Addressable Store]].
I had considered other systems (like [RavenDB](https://ravendb.net/), but that is a [[Resources/Computing/Lang/CSharp|C#]]-only [[Resources/Computing/Database|database]]).