Pulling records from old Couchbase 2.2.0 server

Hello,

I’m new to couchbase but loving it so far. I’ve been tasked with pulling all email addresses from a bucket. I’ve found that couchbase 2.2.0 does not support queries.

I just need to pull out records containing an “email” field.

Can anyone suggest a way to do this on this older server version?

Thanks for the help, excited for our new couchbase 4 server! :slight_smile:
Drew

You can use MapReduce views for this: http://docs.couchbase.com/admin/admin/Views/views-writing.html

Thanks @mnunberg – I’ll give it a shot.

Drew