From cc5e16399e4e798941c5dc95bc9bc59c4de4829d Mon Sep 17 00:00:00 2001 From: Johnathan Free Wortley Date: Fri, 29 Oct 2021 23:39:39 +0000 Subject: [PATCH] Add LunaSec to Key-value Data Model I wasn't sure if this should go into the Security section or the Key-value Data Model section. Technically, it's a key-value store with security as a focus. None of the other tools in the "security" section seemed very relevant. If you'd prefer I move it, just let me know. Thank you! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e8e657..5a50442 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu * [Ignite](https://ignite.apache.org/index.html) - is an in-memory key-value data store providing full SQL-compliant data access that can optionally be backed by disk storage. * [LinkedIn Krati](https://github.com/linkedin-sna/sna-page/tree/master/krati) - is a simple persistent data store with very low latency and high throughput. * [Linkedin Voldemort](http://www.project-voldemort.com/voldemort/) - distributed key/value storage system. +* [LunaSec](https://www.lunasec.io) - key-value datastore that encrypts/tokenizes values for compliance + security; uses S3 + DynamoDB for storage. * [Oracle NoSQL Database](http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html) - distributed key-value database by Oracle Corporation. * [Redis](https://redis.io/) - in memory key value datastore. * [Riak](https://github.com/basho/riak) - a decentralized datastore.