Netflix / staash

A language-agnostic as well as storage-agnostic web interface for storing data into persistent storage systems, the metadata layer abstracts a lot of storage details and the pattern automation APIs take care of automating common data access patterns.
Apache License 2.0
209 stars 45 forks source link

Allow users to use staash as a persistent key-value store #3

Closed shyamalan closed 10 years ago

shyamalan commented 10 years ago

Allows for simpler use cases that do not require structural storage complexity. the user just want a way to store a binary object and retrieve at some point of time. They could leverage the auto-replication of specialized storage systems by using this.

shyamalan commented 10 years ago

Added new apis for read/write