Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-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 8520B117EC for ; Tue, 16 Sep 2014 23:35:49 +0000 (UTC) Received: (qmail 67606 invoked by uid 500); 16 Sep 2014 23:35:49 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 67538 invoked by uid 500); 16 Sep 2014 23:35:49 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 67525 invoked by uid 99); 16 Sep 2014 23:35:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 23:35:49 +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 (nike.apache.org: domain of henry.saputra@gmail.com designates 209.85.215.49 as permitted sender) Received: from [209.85.215.49] (HELO mail-la0-f49.google.com) (209.85.215.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 23:35:24 +0000 Received: by mail-la0-f49.google.com with SMTP id pv20so793874lab.22 for ; Tue, 16 Sep 2014 16:35:23 -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:content-transfer-encoding; bh=9qXTetA/b+yG7VPixdtqsdLpALFs+094qshZhF7PlBs=; b=1Htj2Q6MNe+6TUjA4OQwT6sS0sysDaYIpREEu3mS6csUfpnVQqC/mSUbsuFvUcPAwv 659Lek+QvSSID+z4zznHPcwwi0Mq3h4eNAsSNkV+AECL4OFoCMUAeQ0UcHZmFbllQN+B cVJlRrN6I9fNCLp053cYSUhIx04Sc5H+KKeGXRYcp4Bukrt0AWjCaJxC2V5dGDR08dYC oOn5odjW7zpO7lFbQqPaqjpiPv+s9iC08vI4fWpLlEkd4lvwKe5Alz5odrO4SfD7FbSo srRf6ij6QI5QHkCAmRS07q5BJyy3IafSy4OrUGJGW1xmsC9Kofbr4o1RFVL0Ze3lHDtT JPuA== MIME-Version: 1.0 X-Received: by 10.152.197.35 with SMTP id ir3mr11308582lac.82.1410910523256; Tue, 16 Sep 2014 16:35:23 -0700 (PDT) Received: by 10.25.205.9 with HTTP; Tue, 16 Sep 2014 16:35:23 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Sep 2014 16:35:23 -0700 Message-ID: Subject: Re: A documentation for streaming From: Henry Saputra To: "dev@flink.incubator.apache.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi @M=C3=A1rton, This is a great start. I am recommend to merge this now and do iterative development on top of it for improvement. - Henry On Thu, Sep 4, 2014 at 12:03 PM, M=C3=A1rton Balassi wrote: > Hey, > > As requested in the FLINK-1058 JIRA ticket we've started to put together = a > documentation for streaming. You can find it here: > https://github.com/mbalassi/incubator-flink/blob/documentation/docs/strea= ming_guide.md > > I've also built it: > http://info.ilab.sztaki.hu/~mbalassi/flink-streaming/streaming_guide.html > > We are still working on the part on connectors and adding a section on > aggregations soon. > > Any comments are welcome. > > Cheers, > > The streaming team