Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 989DD10F6D for ; Fri, 28 Feb 2014 00:59:11 +0000 (UTC) Received: (qmail 24120 invoked by uid 500); 28 Feb 2014 00:59:09 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 24071 invoked by uid 500); 28 Feb 2014 00:59:09 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 24062 invoked by uid 99); 28 Feb 2014 00:59:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 00:59:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jens@couchbase.com designates 199.193.200.195 as permitted sender) Received: from [199.193.200.195] (HELO hub029-VA-4.exch029.serverdata.net) (199.193.200.195) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 00:59:02 +0000 Received: from [10.17.25.148] (12.218.209.66) by east.exch029.serverdata.net (10.216.105.40) with Microsoft SMTP Server (TLS) id 14.3.158.1; Thu, 27 Feb 2014 16:58:40 -0800 Content-Type: text/plain; charset="windows-1252" MIME-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: Couchbase _changes feed equivalent From: Jens Alfke In-Reply-To: Date: Thu, 27 Feb 2014 16:58:36 -0800 Content-Transfer-Encoding: quoted-printable Message-ID: References: To: X-Mailer: Apple Mail (2.1874) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 27, 2014, at 4:47 PM, Stanley Iriele = wrote: > What is the couchbase equivalent of the changes feed? You mean Couchbase Server? It has a thing called a Tap feed, which is = more limited than a _changes feed. I=92m not sure if all the SDKs = support it, though. In general, with the exception of map/reduce views, Couchbase Server is = quite unlike CouchDB. It doesn=92t make sense to ask questions about it = here. Couchbase has their own forums where your friend can ask about it. (If your friend is asking about Couchbase Lite, though, that=92s very = similar to CouchDB, especially if you=92re using its REST API, which has = a _changes feed just like CouchDB=92s.) =97Jens=