public
Description: Web application statistics for Redis
Homepage:
Clone URL: git://github.com/jodosha/memoria.git
jodosha (author)
Mon Jun 15 04:09:38 -0700 2009
commit  4af2205b9c3497c1a00fc6724e8354659f3287a1
tree    1b76a8740959f607d3d43f71e0b9b0e6be9dafe9
parent  2eabfd6c5d992419c1b93a97838933980ca26aa8
name age message
file .gitignore Sat Jun 13 06:24:20 -0700 2009 Ignore memoria.yml [Luca Guidi]
file README.textile Sat Jun 13 08:08:12 -0700 2009 Added dependencies list to README [Luca Guidi]
file Rakefile Sun Jun 14 14:27:40 -0700 2009 Collect statistics in background [Luca Guidi]
directory app/ Mon Jun 15 04:09:38 -0700 2009 Don't memoize servers for now [Luca Guidi]
directory bin/ Sat Jun 13 07:56:01 -0700 2009 Fix recursive copy for memoria command [Luca Guidi]
file config.ru Fri Jun 12 07:54:36 -0700 2009 Show bare minimum statistics [Luca Guidi]
file memoria.gemspec Sat Jun 13 07:57:44 -0700 2009 Removed memoria.yml from gemspec file list [Luca Guidi]
file memoria.rb Sun Jun 14 14:27:40 -0700 2009 Collect statistics in background [Luca Guidi]
file memoria.yml.example Sat Jun 13 06:24:20 -0700 2009 Ignore memoria.yml [Luca Guidi]
directory public/ Sat Jun 13 07:36:18 -0700 2009 Keep javascripts out for now [Luca Guidi]
directory spec/ Sun Jun 14 15:51:49 -0700 2009 Read statistics from the database instead of ca... [Luca Guidi]
directory tasks/ Sun Jun 14 10:41:57 -0700 2009 Write statistics on the database [Luca Guidi]
directory views/ Sat Jun 13 07:33:32 -0700 2009 Fix server validation errors visualization [Luca Guidi]
README.textile

Memoria – Statistics for Redis

Memoria is a Sinatra application for Redis statistics.

Memoria

Getting Started

(sudo) gem install jodosha-memoria -s http://gems.github.com memoria /path/to/installation cd /path/to/installation cp memoria.yml.example memoria.yml rackup config.ru —port 9292 mongrel

Dependencies

(sudo) gem install sinatra dm-core do_sqlite3 redis-rb rspec

Acknowledgements

Memoria was inspired by Ben Schwarz Amnesia

Repository

git clone git://github.com/jodosha/memoria.git

Copyright

© 2009 Luca Guidi – http://lucaguidi.com, released under the MIT license