Live data from Hacker News

Show HN: Redis Dashboard

github.com

21–25 of 25 posts

Re: Show HN: Redis Dashboard

#22
post #17

This looks awesome. Anyone know of a similar project for MongoDB?

we can easily extend this for MongoDB, if you are interested lets connect.

Unfortunately my free time is a bit swamped with some side projects right now - will definitely get in touch when things die down.

Re: Show HN: Redis Dashboard

#24

Looks somewhat similar to something a wrote a few months back. http://steelthread.github.com/redmon/ . Your solution looks good, well done.

cool, i like the CLI interface - i was thinking of doing a similar widget too. are you still actively working on that project?

Re: Show HN: Redis Dashboard

#25

I noticed you're using tornado but appear to be using the standard (non-evented?) python redis library. Does using this library block tornado's event loop? Did you look at other tools like brukva[1]? [1] https://github.com/evilkost/brukva

brukva looks interesting, i'll check it out. thnx.
Post reply on HN