Materia KV
Serverless
key-value database
Materia KV is a transactional and distributed key-value database compatible with Redis and soon DynamoDB or GraphQL
Why using Materia KV?
It’s polyglot
We designed Materia KV as a versatile database, compatible with technologies like Redis and soon DynamoDB and GraphQL, serving as a communication hub. Say goodbye to database lock-in
It’s scalable
Our Materia KV database seamlessly adjusts to the volume of data you need to process.
From minimal requirements to limitless expansion!
It’s distributed
Materia is synchroniously replicated to 3 datecenters. No need to think about DRP or backups, with us it’s all included.
It’s easy
No database instance, no set up, no need to worry about backups and restore, no disk space problems… Materia KV has been designed to be really easy to use!
Create a new Materia KV add-on
$ clever addon create kv new_materia_kv
# set a key with redis-cli
$ redis-cli -h $KV_HOST --tls SET myKey theValue
# get the value of a key with Clever Tools
$ clever kv get myKey