From dev-return-24179-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Nov 19 13:54:52 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CB73D83A for ; Mon, 19 Nov 2012 13:54:52 +0000 (UTC) Received: (qmail 63171 invoked by uid 500); 19 Nov 2012 13:54:52 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 62902 invoked by uid 500); 19 Nov 2012 13:54:46 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 62880 invoked by uid 99); 19 Nov 2012 13:54:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 13:54:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.180] (HELO mail-vc0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 13:54:37 +0000 Received: by mail-vc0-f180.google.com with SMTP id fk26so877635vcb.11 for ; Mon, 19 Nov 2012 05:54:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=spTe+m+UYklBywhQlZHizmK5ykcoDZqk6+fOv+ISTIk=; b=K1bRs+le0wAwbcgHONkZ/p94pC/ApUFPtNpasXQ5oLmFX/5ou3s3JXRLF6dEI2uSYD ne9Sy+8jmBlNwTyMAJ8OOIHbXOPTUyONPXdKY6N0Qs1+ezRtPbyyo0Z7WBWzVWYoi9Xl qXO+f7lEk7oHZT/+TsMziIbD5AfHCrygBlDtbHq6+7ngsuO+zYLIwsoUPBbLwb3NFe2D iWzHjutWhdjEVeBMeb4HqLS3MSCFC+EL7alDgCJV+lwAhlT05ADNCMD58FoWOEFitkSX ikXpTw6l8rWAObrtu1HARYBRHWnncii/LJbkW6d7YVI4gQWpJjBHxWaoB6/lo0peW3U4 Gp6g== MIME-Version: 1.0 Received: by 10.220.107.74 with SMTP id a10mr9614834vcp.20.1353333254466; Mon, 19 Nov 2012 05:54:14 -0800 (PST) Received: by 10.58.80.40 with HTTP; Mon, 19 Nov 2012 05:54:14 -0800 (PST) X-Originating-IP: [84.112.19.176] In-Reply-To: References: Date: Mon, 19 Nov 2012 14:54:14 +0100 Message-ID: Subject: Re: I just love CouchDB. From: Dave Cottlehuber To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQney2fh7TWpsicwIvTumQXYwsZPkUdgHl734Dm8EoPX6lBbVPUR1nY28kZVIll9ezgP/DlB X-Virus-Checked: Checked by ClamAV on apache.org On 19 November 2012 03:10, kiruba sankar s wrote: > Hi there, > > I have been working with couchdb more then a year and familiar with > MapReduce and data modeling with No-SQL databases. > > I would like join QA and documentation with couchdb. Please guide me > through the process. > > By the way, I am playing with Web, Javascript, ExtJS, CSS, DOTNET from past > 8 years. > > Thanks, > > Kiruba Sankar.S Hi Kiruba, Welcome! We'd love to have some help. If you like, you could start off with a couple of things - building the 1.3.x release and working through the test procedure: - building from source on your favourite platform - we are currently working on the 1.3.x release branch in git://git-wip-us.apache.org/repos/asf/couchdb.git - the http://wiki.apache.org/couchdb/Release_Procedure and http://wiki.apache.org/couchdb/Test_procedure - there's a doc branch also (which doesn't *quite* build atm) http://wiki.apache.org/couchdb/Documentation has notes on it, make sure you read the DEVELOPERS file in the root of the branch too. At some point, I suggest you jump on irc at #couchdb-dev on freenode at some point and we can find something from there. I'm dch@ but there will be others around if I'm not. A+ Dave