-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/rajp152k/buffer
- Loading branch information
Showing
4 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
:PROPERTIES: | ||
:ID: 20240102T075840.227424 | ||
:END: | ||
#+title: Surreal-Org-Roam | ||
#+filetags: :project: | ||
|
||
Project Name : Undecided | ||
|
||
The current org-roam implementation uses an embedded relational db (sqlite) and forces the notion of a knowledge graph into a relational schema. | ||
|
||
[[id:20240102T075938.096388][SurrealDB]] seems to be a good alternative to the embedded sqlite db. Graph DBs should intuitively be more suited towards building a knowledge graph. | ||
|
||
A graphical perspective should also allow for links being first class citizens. Moreover, this can also allow one to expose a querying interface in emacs that will be more abstract in terms of allowing what can actually be done with graphs rather than the limitation of simply following a hyperlink. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
:PROPERTIES: | ||
:ID: 20240102T075938.096388 | ||
:END: | ||
#+title: SurrealDB | ||
#+filetags: :data: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters