UNPKG

653 BMarkdownView Raw
1THINGS WE WANT TO DO
2=====================
3
41. command line interface
52. command for zipping a version of the db encrypted with the db public key (or a trusted key)
63. transactions, so startTransaction('txName') then set('/blah', {tx:'txName'}).then(delete('/blah', {tx:'txName'})).commitTransaction('txName')
74. security auditing by configuration
85. mongo plugin v2
96. security data encryption on db file
10
11OPTIMISATIONS/ISSUES
12====================
131. usage og bigint in the data ie. {bigint:"0.77blahblahblah"}, so items that are linked to financial transactions dont do any odd rounding
142. on events to be deduplicated by path wildcard