View Contents of Membase
Thu, 06/02/2011 - 02:06
Sorry, new to NoSQL and Membase. However, is it possible to view the contents of a bucket, or at least view the keys? I've looked through the management REST api an cant see anything that makes this possible.
Thanks
There isn't currently a way to see all of the items in Membase from the management rest api. One way to do this however is through the use of tap streams. Tap streams allow developers to tap into what Membase is doing and do things like stream all keys out of Membase or stream all key mutations out of Membase. You can get the tap client from our spymemcached prerelease page here:
http://www.couchbase.org/wiki/display/membase/prerelease+spymemcached+vb...
On the page is an example of how to use the tap interface as well. If you have any questions related to getting the client to do what you want it to do let me know.