oria 0.1.1
Oria (oh-rye-uh) is an in-memory, Ruby-based Key-Value store. It's designed to handle moderate amounts of data quickly and easily without causing deployment issues or server headaches. It uses EventMachine to provide a networked interface to a semi-persistent KVS and asynchronously writes the in-memory data to YAML files.
Gemfile:
=
install:
=
Runtime Dependencies (2):
eventmachine
>= 0.12.10
json
>= 1.2.0