Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 89676 invoked from network); 17 Feb 2011 15:05:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Feb 2011 15:05:11 -0000 Received: (qmail 30399 invoked by uid 500); 17 Feb 2011 15:05:09 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 29786 invoked by uid 500); 17 Feb 2011 15:05:05 -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 29778 invoked by uid 99); 17 Feb 2011 15:05:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Feb 2011 15:05:05 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=FREEMAIL_FROM,FS_REPLICA,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of boxerab@gmail.com designates 209.85.213.52 as permitted sender) Received: from [209.85.213.52] (HELO mail-yw0-f52.google.com) (209.85.213.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Feb 2011 15:04:57 +0000 Received: by ywf9 with SMTP id 9so1203476ywf.11 for ; Thu, 17 Feb 2011 07:04:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=PINdWtMT9X2q8sDERHSe+XFvJ8yDeQn5/JXvFzD+luY=; b=HnHAoqfapDJdp+vmcFzznJE1Jtb3oNSrlI6baeedWO0ytRtI+O76vJv9NRghTKV1K0 hi4rBcrQ6lgqnoEW5aaFfquMcU2E2RFxzmfZ+tzxqD2+hkWmd1lGuJNMto5w3hHe2Bxw Ty5xOJte6qMVpUJwutRXRGM3MOCPnKYGYOZNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=CNhFb7jKmBEyqdUisJB5NAHPV25pTkCwLQ0/H42C25TgUIsjdnUhkCBRQgG4RSzWVK ReTFeaiqdnnwJt+RRBXfGyzkVevlZgpHhnlPAmExvji9AbXWXSmUdgyUVKIt2LlY2nGJ 8gQmaTGgrmvlapDiG38ol87zirrBEiMq/IowE= MIME-Version: 1.0 Received: by 10.236.109.14 with SMTP id r14mr3449653yhg.80.1297955076080; Thu, 17 Feb 2011 07:04:36 -0800 (PST) Received: by 10.236.110.5 with HTTP; Thu, 17 Feb 2011 07:04:36 -0800 (PST) In-Reply-To: References: <657A7703-AEE7-4084-85C8-7D17B0DDF270@apache.org> Date: Thu, 17 Feb 2011 10:04:36 -0500 Message-ID: Subject: Re: About CouchDB_replication_protocol From: Aaron Boxer To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Thanks, sleepnova. Yes, I am interested in building a replication layer. I need it in C, and you are on Android, so I am happy with writing a standard java library to do this. I'll start a project on Github. Anyone else who is interested, please say Aye! We can take this offline for further planning. Cheers, Aaron On Thu, Feb 17, 2011 at 1:22 AM, sleepnova wrote: > 2011/2/17 Aaron Boxer : >> I'm game. I think even simply documenting the replication algorithm in >> great detail would be a big win. > > Sorry, I'm not a native speaker. What do you mean by your're game? > >> >> On Wed, Feb 16, 2011 at 4:39 PM, Randall Leeds wrote: >>> On Wed, Feb 16, 2011 at 12:22, Aaron Boxer wrote: >>>> Hey Sleepnova, >>>> >>>> I'm trying to do something similar. Will your app be OSS? > > What things are you trying to do? Is there any chance that we can > collaborate in someway? > >>> >>> Even if it's not you two should collaborate on making an OSS >>> replication implementation, licensed such that you can both depend on >>> it. >>> I think that'd be a really nice contribution to the community. > > Yes... > The app I'm doing is not an open source project, but it would be great > to separate the data store and replicator parts to be an open source > project. I'm now trying to make a trivial/minimal workable version for > my use case. It would be great for anyone interested in this goal to > collaborate and share some useful information about the replication > implementation detail. > >>>> >>>> Cheers, >>>> Aaron > > -- > - sleepnova >