I'm looking for a clientside javascript interface to Membase. I'm particularly interested in reading off of the tap streams.
I use python scripts on the server to fill data buckets with stats such as transfer rates. My goal is to be able to plot these stats, among other real-time tasks, in a browser.
use case: I have a QOS device which is monitoring the signal quality of line cards. These line cards are encoders and decoders, among others, for a VOIP network. I want to dump information such as transfer rates, errors, and other rapidly changing data of the signals into membase. I'm going to plot representations of this "live" data with libs such as processing.js, raphaels.js
However, I need to get the data out of Membase first. The idea hear is similar to long-polling for changes on a Couchdb database (or any of you other favorite nosql solutions).
Anyone have recommendations?