|
|
|
|
|
by rudasn
1583 days ago
|
|
I'm on and off spending some time on a (probably) completely useless and really bad idea: a filesystem based document "database" with very basic indexing capabilities, in nodejs. It sounds so horrible, I can't get my mind off it! :P |
|
The idea is to tag files/documents with attributes like "auto", "insurance", "2022", encrypt the file locally (using your manually entered key), copy it to a network share/cloud storage/etc., and add the tags and document information to a database.
Later on, you can search for documents based on the tags and get a decrypted copy of the file.