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 EAADA10117 for ; Wed, 9 Oct 2013 18:10:09 +0000 (UTC) Received: (qmail 98697 invoked by uid 500); 9 Oct 2013 18:10:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 98667 invoked by uid 500); 9 Oct 2013 18:10:08 -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 98659 invoked by uid 99); 9 Oct 2013 18:10:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 18:10:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chadcross@gmail.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-wg0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 18:10:02 +0000 Received: by mail-wg0-f49.google.com with SMTP id l18so1244366wgh.4 for ; Wed, 09 Oct 2013 11:09:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=U1ls5rHzvOYoN0ONyK5xWHs5hX/2wpnPQXm98rLTssE=; b=vkzFi3sXFmLHWpu5vRLJCo7l3qbT2f4DDrXj5NhDNzsc9eoYKV+27PB1TQJsHBCeli PG34G0X7T+Xkjy1XzkpPfp4RAKHGarB9wuYZ1ZtMsqCNY/J3vS6q27UHjYNIce5sPQ5u /IdDz1hN+U1ArnErkVjzhRArfF9FLqigFEAhNwclIkn7ndYRxr9wU21LspDX+Ll1YgxN wMJ3JB2azWC5UaBtR9VBDeWAAw20jqsWa5TEm5fq37ITr2KFcdrmMF1dVaEDAcv/OaRz 2j+NGcNaKDgoyx0V5NyMGPkWRxpEnmAM1NYqwRT99kYssfCdXjILlu09CYFIgpG2VpjD HkJQ== MIME-Version: 1.0 X-Received: by 10.180.210.231 with SMTP id mx7mr3900349wic.5.1381342182087; Wed, 09 Oct 2013 11:09:42 -0700 (PDT) Received: by 10.194.109.198 with HTTP; Wed, 9 Oct 2013 11:09:42 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Oct 2013 14:09:42 -0400 Message-ID: Subject: Re: crawl webpages into couchdb From: Chad Cross To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001a11c25d3213a4b304e852cad8 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c25d3213a4b304e852cad8 Content-Type: text/plain; charset=ISO-8859-1 Affi, CouchDB doesn't natively solve the web crawling issue. I'm currently experimenting with Scrapy (http://scrapy.org) for web crawling, but I haven't advanced enough to start pushing my crawling data into CouchDB. Maybe some users out there have experience with Scrapy and CouchDB? -Chad On Wed, Oct 9, 2013 at 1:45 PM, Brad Rhoads wrote: > Or better yet, casperjs. > On Oct 7, 2013 3:37 PM, "Mark Hahn" wrote: > > > Use node, phantomjs, and the nano couchdb driver. > > > > > > On Mon, Oct 7, 2013 at 2:24 PM, affi wrote: > > > > > hi , > > > i am a beginner at couchdb and am learning it for a uni project. i have > > > watched many tutorials on JSON and understand how to add documents. > but i > > > dont > > > understand how to crawl webpages and store them in the couchdb > database. > > > would definitely appreciate some help with this. thanks > > > > > > > > > --001a11c25d3213a4b304e852cad8--