Automatic update.

This commit is contained in:
sdbs Terra 2020-11-05 11:06:07 +01:00
parent 4c66fd4591
commit c8e896d345

View file

@ -18,9 +18,12 @@
> - databaze kde mas dva druhy objektu: data, a meta
> - (jedinej rozdil je, ze data actually odkazujou hashem na nejakej file, a meta neodkazujou nikam, jenom slouzej jako "anchor")
> - a ke kazdymu objektu muzes mit arbitrarni keys a values
> - struktura filesystemu samotna je taky key a value:
> `FILE_shaiusdhuijhngsoyuhsdf BELONGS_TO_DIRECTORY shaoidsuhjaoijoiasjdioj`
> - (kazdej key/value je taky objekt na kterej se da odkazovat, kdyby sis chtel anotovat anotace)
> - kazdy takovy key/value tvori `E/A/V` triplet:
> - `E`ntity = objekt (`neconeco.mp3`, resp. jeho [[hash]])
> - `A`ttribute = klic (`year`)
> - `V`alue = hodnota klice (`2020`)
> - struktura filesystemu samotna je taky `E/A/V` triplet: `FILE_shaiusdhuijhngsoyuhsdf BELONGS_TO_DIRECTORY shaoidsuhjaoijoiasjdioj`
> - (kazdej `E/A/V` je taky objekt na kterej se da odkazovat, kdyby sis chtel anotovat anotace)
## Schemas
> - objekty maj kategorie, ktery znamenaj ze se muzes spolehnout ze objekt co je otagovanej "radio" ma: cas pridani, slozku, heaviness, etc.; co je otagovanej "public" ma: "projekt", "filetype", "rok", etc.
@ -68,11 +71,13 @@
### Design docs
[https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies](https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies)
[https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies](https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies)
### Similar projects
[Perkeep](https://perkeep.org)
❗ [Perkeep](https://perkeep.org)
#### Greglook
[greglook/vault](https://github.com/greglook/vault)
@ -84,7 +89,7 @@
[Files, Formats and Byte Arrays](https://shalabh.com/programmable-systems/files-and-file-formats.html)
[Programátorova kritika chybějící struktury operačních systémů](https://blog.rfox.eu/cz/Programatorova_kritika_chybejici_struktury_operacnich_systemu.html)
[Programátorova kritika chybějící struktury operačních systémů](https://blog.rfox.eu/cz/Programatorova_kritika_chybejici_struktury_operacnich_systemu.html)
## Highly adjacent projects!