TW be like Graph Databases #7282
daStretchyCat
started this conversation in
Ideas
Replies: 2 comments
-
Hi @daStretchyCat it is fair to view TiddlyWiki as special kind of graph database. We even use indexes to optimise queries just like a real database. The core was designed to allow other database engines to be dropped in, but there hasn't been a great deal of work on it. I'm particularly interested in using the WASM version of SQLite. The only requirement is that the core database must have a synchronous API. Databases that have an asynchronous API must instead be integrated via a syncer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TiddlyWiki is convenient for building a graph topology, and that's why I like it.
https://github.com/rust-unofficial/awesome-rust/blob/main/README.md#database
Edit: I thought about comparing TW to some Graph DB. Existing Graph DB has access control, fancy visualization tools, scaling solutions (e.g., clustering), and so on. They are nice to have, but I'm not sure if it's viable to implement them.
Beta Was this translation helpful? Give feedback.
All reactions