34 releases

0.0.56 Feb 20, 2022
0.0.34 Feb 6, 2022
0.0.24 Jan 30, 2022
0.0.16 Dec 31, 2021
0.0.9 Jun 27, 2021

#138 in Database implementations

AGPL-3.0-or-later

7MB
7.5K SLoC

Rust 3.5K SLoC // 0.0% comments JavaScript 1.5K SLoC // 0.2% comments Svelte 1K SLoC TypeScript 824 SLoC // 0.1% comments Python 213 SLoC // 0.0% comments SQL 44 SLoC // 0.1% comments Shell 8 SLoC

UpEnd

UpEnd is a project born out of frustration with several long-standing limitations in personal computing, as well as the recently reinvigorated interest in personal information management, hypertext and augmented knowledge work.

The core issues / concepts it intends to address are:

  1. limitations of the hierarchical structure as present in nearly all of software
  2. the neglect of (unrealized potential of) of development of base OS abstractions and features

In short, UpEnd is an attempt to build a new ubiquitous storage layer for the personal computer - kind of like "the filesystem" is now, but with more advanced semantics that better reflect the inherent interconnectedness of the data, as well as its inner "meaning", which is nowadays mostly locked within so-called application silos. Namely, it should allow for more than trivial hierarchies, building on the work done on tag-based systems and transhierarchical systems, in that all data objects (which can be files but also arbitrary structures) can be meaningfully interrelated (e.g. multiple audio tracks being renditions of the same symphony; books as well as paintings being related to the same author/genre...), arbitrarily annotated (à la ID3 tags) and traversed according to their connections - not locations; while not doing away with the benefits of hierarchies altogether.

More elaboration on this project can be found in my notes: https://t.mldk.cz/notes/883493cb-d722-45e6-bb1c-391ab523ac8b.html

Dependencies

~52–75MB
~1.5M SLoC