diff options
author | Alexander_Kabui | 2023-07-19 23:59:47 +0300 |
---|---|---|
committer | Alexander_Kabui | 2023-07-19 23:59:47 +0300 |
commit | 45997e1dbdc23a3dd53c71d15e907fdc43f754da (patch) | |
tree | ae09d43092f6e700bf4144086cb47a46a919ce3b /issues | |
parent | 2a17adf2d0b1a69ebfd67fd973a1e71686c098c1 (diff) | |
download | gn-gemtext-45997e1dbdc23a3dd53c71d15e907fdc43f754da.tar.gz |
add issue/gn-data-volt
Diffstat (limited to 'issues')
-rw-r--r-- | issues/gn-volt-genofiles-parsing-integration.gmi | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/issues/gn-volt-genofiles-parsing-integration.gmi b/issues/gn-volt-genofiles-parsing-integration.gmi new file mode 100644 index 0000000..8a1be6c --- /dev/null +++ b/issues/gn-volt-genofiles-parsing-integration.gmi @@ -0,0 +1,31 @@ +# rewrite sampledata fetching with genofiles using scheme + +## Tags + +* assigned: alexm, +* type: improvement +* priority: high +* status: in progress + +## Notes + +having identified ways to link genofiles to Dataset +and fetching sample data and case attributes using them +we need to integrate the components intoa fully working module +This is in turn be used to dump data to lmdb +We chose scheme to accomplish the task +See code: + +=> https://github.com/BonfaceKilz/gn-data-vault.git + +### TODOS + +* [x] reading the genofile + +* [] parsing the genofile to obtain the sample names + +* [] query statements fetch sampledata and caseattributes + +* [] add tests + +* [] lmdb dump |