Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7FD13C348 for ; Tue, 4 Jun 2013 02:52:31 +0000 (UTC) Received: (qmail 78143 invoked by uid 500); 4 Jun 2013 02:52:30 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 78107 invoked by uid 500); 4 Jun 2013 02:52:30 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 78099 invoked by uid 99); 4 Jun 2013 02:52:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 02:52:29 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jletourneau80@gmail.com designates 209.85.223.171 as permitted sender) Received: from [209.85.223.171] (HELO mail-ie0-f171.google.com) (209.85.223.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 02:52:22 +0000 Received: by mail-ie0-f171.google.com with SMTP id s9so12743854iec.30 for ; Mon, 03 Jun 2013 19:52:01 -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=oyspqtTtHjGvamOt2mRT4YFhW0XhubSyov/kLVM7UFM=; b=ct0ypx0bdDaj2t7loqT/BQfKEyUw99plb0eujx15P88Mi3qcUV95ZvJAZtUQKHfPu1 v14yaPKFRdKFhGXKiydMgNFPqLepU6LElOobrM0+AgWryFqACHdYwECLT997mCtJ39E6 /wJxqtN7rGqn75nsDoAarfRfHT8QgLabNhjNiuolgy9+p069WqMPmolY+4tU1XrT16Ti 5hfDYCFE5IJ3RGFl0Tr8ErE/bX7l2txFgR0noNOvzFNZvOjVmdgcvJk5Fji9otWUKyDp 3dk95RzbipvB+uUOlcH5DmQIc+EPgDisLDL9wRXeyIN1y3i+oEVDt9HbdYKLegaUpmWF qeNg== MIME-Version: 1.0 X-Received: by 10.50.107.6 with SMTP id gy6mr489692igb.57.1370314321782; Mon, 03 Jun 2013 19:52:01 -0700 (PDT) Received: by 10.64.22.130 with HTTP; Mon, 3 Jun 2013 19:52:01 -0700 (PDT) In-Reply-To: <002C46140B2DCC4D8323F87F498E7A0426EF1B70@IMCMBX04.MITRE.ORG> References: <002C46140B2DCC4D8323F87F498E7A0426EF1B70@IMCMBX04.MITRE.ORG> Date: Mon, 3 Jun 2013 22:52:01 -0400 Message-ID: Subject: Re: Question about processing architecture From: Jason Letourneau To: "dev@streams.incubator.apache.org" Content-Type: multipart/alternative; boundary=047d7b10cd6f61703204de4b2a5b X-Virus-Checked: Checked by ClamAV on apache.org --047d7b10cd6f61703204de4b2a5b Content-Type: text/plain; charset=ISO-8859-1 The current vision is that filters will be implemented agnostic to the overall processing architecture - there may be subscribers using lucene dsl as part of the initial streams implemetation- but the interface won't dictate how a subscriber filters it's activities - I don't know that we've figured out whether the subscriber delegate tells the aggregate its filter via an interface or whether aggregator tells each subscriber about every activity and the subscriber filters - either way - you can implement filters however you want - provides they adhere to the common filter interface (which to my recollection is very simplistic) On Monday, June 3, 2013, Lavender, Beth A wrote: > Many of our current systems that will feed the integrated activity stream > are noisy. For example, if I update a page 4 times in 5 minutes it > generates an activity for each one. I want to be able to set rule for > discard the last n activities if they have the same actor, verb, and object > in x time frame. > > This assumes a sub processor that detects the pattern and takes an action > described in a rule. Where do rules and sub processors fit in this > architecture? Is anyone doing this in their existing systems? > > --047d7b10cd6f61703204de4b2a5b--