Skip to content

Commit

Permalink
docs: update ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Dec 28, 2023
1 parent cc6d8b1 commit 2e12d18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ embeddable-anywhere tools. These include:
logic, including the database, for the multithreaded Treesitter parser, as well as for
managing active workspaces. Many clients may connect to this server, establishing a single
source of truth for any `n` amount of clients.
- [ ] Sqlite - having an sqlite database as a centralized data store will be super
useful when dealing with both local and remote servers for data synchronization
across devices. Such a server would store things like backlinks (for zettelkasten) or notes
(for GTD).
- [x] SurrealDB - Neorg's preferred backend for execution is SurrealDB, a modern multi-model
database. It was specifically chosen because, apart from just being able to store data in a relational
format (like sqlite), it also has the ability of creating and operating on nodes like a graph database.
This allows for lighting fast lookups of e.g. links, tasks and/or inline metadata in the file.
- [ ] GTD - this library would form the backend for the "Getting Things Done" methodology.
It would do all the heavy lifting, including managing notes, contexts and a bit more.
Afterwards all it takes is to write a frontend (the UI) in the application of your choice to
Expand Down

0 comments on commit 2e12d18

Please sign in to comment.