Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

theaaf/keyvaluestore

Repository files navigation

keyvaluestore

This package provides an interface that can be used to build robust applications on top of key-value stores. It supports profiling, caching, batching, eventual consistency, and transactions. It has implementations for Redis, which is ideal for dev environments, DynamoDB, which is ideal in production, and an in-memory store, which is ideal for tests.

About

robust key-value store abstraction for DynamoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages