Skip to content

robust key-value store abstraction for DynamoDB

License

Notifications You must be signed in to change notification settings

alliance-archive/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

  • Go 100.0%