You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 18:40:22 UTC

[GitHub] [beam] kennknowles opened a new issue, #18488: Extension for sketch-based statistics

kennknowles opened a new issue, #18488:
URL: https://github.com/apache/beam/issues/18488

   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
   
   
   Imported from Jira [BEAM-2728](https://issues.apache.org/jira/browse/BEAM-2728). Original Jira may contain additional context.
   Reported by: arnaudfnr.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org