https://github.com/mtchavez/blooming
Super basic interface to Bloomd filters
https://github.com/mtchavez/blooming
Last synced: over 1 year ago
JSON representation
Super basic interface to Bloomd filters
- Host: GitHub
- URL: https://github.com/mtchavez/blooming
- Owner: mtchavez
- License: mit
- Created: 2014-02-09T18:49:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T18:13:00.000Z (over 12 years ago)
- Last Synced: 2025-02-04T15:32:53.766Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blooming
Super basic interface for viewing [bloomd](http://github.com/armon/bloomd) filters and details.
## Requirements
* Ruby
* Redis
## Setup
* `bundle install`
* Ensure redis is running locally
## Running
* `ruby server.rb` or `rackup`
* Visit `localhost:4567`
## TODO
* Live stream graph of filter stats if useful.