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 62E9510FB2 for ; Fri, 28 Feb 2014 01:04:19 +0000 (UTC) Received: (qmail 35561 invoked by uid 500); 28 Feb 2014 01:04:17 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 35513 invoked by uid 500); 28 Feb 2014 01:04:17 -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 35505 invoked by uid 99); 28 Feb 2014 01:04:17 -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 01:04:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of volker.mische@gmail.com designates 74.125.83.50 as permitted sender) Received: from [74.125.83.50] (HELO mail-ee0-f50.google.com) (74.125.83.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 01:04:12 +0000 Received: by mail-ee0-f50.google.com with SMTP id t10so1818071eei.37 for ; Thu, 27 Feb 2014 17:03:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7F+F1jvSPaAZp6K0wlpnltigyYh704piXMgQuEfUVuk=; b=UynOTgOymCCRLdt9BQcEN6erLt83RDpHT5NpHSfLbn+7BbrnlTfI/wCLrMDKCrMV9A 0gR08ofS1DAB4d8kmkkZEfuZ3p5AMlkfwOyMme2L5EgZZXJ+PEB5fNV4e4NmbQ4efC7P JVuT084BpyJq8QxlWaSsHFkKQQfPkMdjGAjriDGZ1zb6wrXg8L8KkPlMfwvYHhCoK8za ABfAosF1p2RZX/QnIh0lMcbXfFLjVWNLcXZFJOi8pAX7xSfUCUjTqPyy7avaw3xTzv0G iVcU7OcHBYaC9JwZEUlAx/SJgL9WSq4ux0Rv8qH6RyZeB/b6nnZ7SyynMq/dHJfsFBNg 07Qw== X-Received: by 10.14.100.67 with SMTP id y43mr312388eef.111.1393549431250; Thu, 27 Feb 2014 17:03:51 -0800 (PST) Received: from [192.168.0.6] (dslb-084-056-017-195.pools.arcor-ip.net. [84.56.17.195]) by mx.google.com with ESMTPSA id x6sm3948508eew.20.2014.02.27.17.03.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 27 Feb 2014 17:03:50 -0800 (PST) Message-ID: <530FE068.6080604@gmail.com> Date: Fri, 28 Feb 2014 02:03:36 +0100 From: Volker Mische User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.0 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Couchbase _changes feed equivalent References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 02/28/2014 01:47 AM, Stanley Iriele wrote: > What is the couchbase equivalent of the changes feed?...just to be clear I > am using couchdb but I am asking for a friend. I am familiar with the > changes feed enough but it seems like this has been hidden away from the > developer in couchbase. ...how would someone achieve the same behavior from > couchbase?...Any one with insight on this would be greatly appreciated. Hi Stanley, you should ask those kind of questions in the Couchbase Google Group [1]. There is no such thing as a _changes feed in Couchbase. In the upcoming Couchbase 3.x (which is still a bit away) there will be something called "UPR stream" which will be similar, yet different. Though you should be able to do similar things as you can do with the _changes feed. If you want to know more about UPR see [2]. [1] https://groups.google.com/forum/#!forum/couchbase [2] https://github.com/couchbaselabs/cbupr/blob/master/index.md Cheers, Volker