Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rajp152k committed Jan 4, 2024
2 parents 68fec7c + 1871e08 commit 8d3a764
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 20240102075840-surreal_org_roam.org
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.
6 changes: 6 additions & 0 deletions 20240102075938-surrealdb.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:PROPERTIES:
:ID: 20240102T075938.096388
:END:
#+title: SurrealDB
#+filetags: :data:

2 changes: 2 additions & 0 deletions Content/20230815044212-org_roam_publish.org
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ Publishing name : Undecided
- given that tooling might already exist to plot [[id:96ea3a8e-4288-4c80-9eb9-37a5e449fbed][Neo4j]] databases,
consider porting the sqlite db to neo4j and using existing utilties.
- checkout : https://www.fullstackpython.com/neo4j.html
- I was looking into [[id:20240102T075938.096388][SurrealDB]] the other day and feel like I should consider a complete re-write of the database endpoint of the org-roam package and replace the currently used embedded sqlite db.
- checkout [[id:20240102T075840.227424][Surreal-Org-Roam]]
1 change: 1 addition & 0 deletions Content/20231112080937-projects.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
A root maintaining indices into prominent project roots that I cache for future usage choosing my immediate endeavors.

* Personal
** [[id:20240102T075840.227424][Surreal-Org-Roam]]
** [[id:20230815T044212.558049][Org-roam-publish]]
** [[id:20231112T081124.213227][What-would-x-read?]]
** [[id:20231114T134147.421836][RLxATC]]
Expand Down

0 comments on commit 8d3a764

Please sign in to comment.