diff options
author | Munyoki Kilyungi | 2023-06-22 11:53:05 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-06-22 11:53:05 +0300 |
commit | ef47357db50fc8464cb4fa50ded86fe346933c3a (patch) | |
tree | 718195b72c859ce16fe4c444edfca8ddbc8a37c9 /topics/next-gen-databases | |
parent | b23984d0dcbc8e995958985193127a062ef21353 (diff) | |
download | gn-gemtext-ef47357db50fc8464cb4fa50ded86fe346933c3a.tar.gz |
Add a new design-doc for our next-gen databases
Diffstat (limited to 'topics/next-gen-databases')
-rw-r--r-- | topics/next-gen-databases/design-doc.gmi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/topics/next-gen-databases/design-doc.gmi b/topics/next-gen-databases/design-doc.gmi new file mode 100644 index 0000000..b507845 --- /dev/null +++ b/topics/next-gen-databases/design-doc.gmi @@ -0,0 +1,17 @@ +# Introduction + +* lead: bonfacem +* team: fred, alex +* contact: pjotr + +Please go through: + +=> https://github.com/BonfaceKilz/gn-dataset-dump + +## Tasks +* Go through the above repository. We'll have a check in on Friday 23 to discuss this. +* Write and package guile-lmdb. Use cl-lmdb as inspiration +* Find out a more efficient way to store utf-8 strings +* Integrate LMDB in GN: + - Rewrite some statistical computations using LMDB+RDF + - Integrate editing LMDB entries using Fred's new auth system |