mastbaum / websno

real-time monitoring for ALL the things
0 stars 4 forks source link

implement CouchBaseStore #11

Open mastbaum opened 12 years ago

mastbaum commented 12 years ago

CouchBase is a good backend for storage because it is fast (basically memcache) and presents a nice, CouchDB-like API.

The CouchBaseStore(DataStore) will look almost identical to the existing CouchDBStore.