]> xn--ix-yja.es Git - alex.git/commitdiff
Add key escrow for everyone
authoralex <alex@pdp7.net>
Mon, 24 Aug 2020 14:45:32 +0000 (14:45 +0000)
committeralex <alex@pdp7.net>
Mon, 24 Aug 2020 14:45:32 +0000 (14:45 +0000)
Also additional note about streaming database

IDEAS

diff --git a/IDEAS b/IDEAS
index 065bf1b06e95bf25a82bf03bc66cbb41ab3f6950..f29a516911439cee7857ac1120241d733b5144ad 100644 (file)
--- a/IDEAS
+++ b/IDEAS
@@ -93,3 +93,9 @@ Streaming DB
 * Supports a limited SQL subset that can be easily reasoned about functional dependencies
 * Can stream efficiently the results of an SQL query (e.g. keep a query running and receive new/modified rows)
 * Supports efficient replication of a subset of a database (initial checkpoint + streaming or batched updates)
+* Functional dependencies could be used to create materialized views *and* indexes
+
+Key escrow for everyone
+
+* Easy-to-use key escrow/secret sharing
+* Provide emergency recovery of passwords, keys, 2FA, etc.