You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Yueyang Qiu (JIRA)" <ji...@apache.org> on 2019/04/05 17:03:00 UTC

[jira] [Comment Edited] (BEAM-2728) Extension for sketch-based statistics

    [ https://issues.apache.org/jira/browse/BEAM-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811041#comment-16811041 ] 

Yueyang Qiu edited comment on BEAM-2728 at 4/5/19 5:02 PM:
-----------------------------------------------------------

[~iemejia] The new HLL implementation will be open-sourced and once that happens I can work on its integration into Beam.

JIRA: https://issues.apache.org/jira/browse/BEAM-7013


was (Author: robinyqiu):
[~iemejia] The new HLL implementation will be open-sourced and once that happens I can create a Jira issue about its integration into Beam.

> Extension for sketch-based statistics
> -------------------------------------
>
>                 Key: BEAM-2728
>                 URL: https://issues.apache.org/jira/browse/BEAM-2728
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-java-sketching
>            Reporter: Arnaud Fournier
>            Assignee: Arnaud Fournier
>            Priority: Minor
>          Time Spent: 12h 40m
>  Remaining Estimate: 0h
>
> Goal : Provide an extension library to compute approximate statistics on streams.
> Interest : Probabilistic data structures can create an approximation (sketch) of the current state of a stream without storing every element but rather processing each observation quickly to summarize its current state and find useful statistical insights.
> Implementation is here : https://github.com/ArnaudFnr/beam/tree/sketching/sdks/java/extensions/sketching
> More info : https://docs.google.com/document/d/1Xy6g5RPBYX_HadpIr_2WrUeusiwL0Jo2ACI5PEOP1kc/edit



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)