Restart with Claude

This commit is contained in:
2026-03-20 11:54:56 -07:00
parent 02a6356158
commit ea32237279
27 changed files with 1400 additions and 83 deletions

View File

@@ -0,0 +1,16 @@
%%
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]]).