issues
search
brownsys
/
K9db
MySQL-compatible database for GDPR compliance by construction.
MIT License
30
stars
0
forks
source link
Implement GDPR Get and Forget for new metadata format.
#142
Closed
KinanBab
closed
2 years ago
KinanBab
commented
2 years ago
Forget:
[x] Traverse metadata chain
[x] Issue deletes to RocksdbConnection per shard
[x] Update dataflows considering shared data
Get:
[x] Traverse metadata chain
[x] Issue GetShard() calls to RocksdbConnection
[x]
Find reasonable index format for ACCESSOR / ACCESSES
turns out we dont need in memory indices and can use rocksdb indices.
[x] Read access data using index
Forget:
Get:
Find reasonable index format for ACCESSOR / ACCESSESturns out we dont need in memory indices and can use rocksdb indices.