The R Journal: article published in 2014, volume 6:1

RStorm: Developing and Testing Streaming Algorithms in R PDF download
Maurits Kaptein , The R Journal (2014) 6:1, pages 123-132.

Abstract Streaming data, consisting of indefinitely evolving sequences, are becoming ubiquitous in many branches of science and in various applications. Computer scientists have developed streaming applications such as Storm and the S4 distributed stream computing platform1 to deal with data streams. However, in current production packages testing and evaluating streaming algorithms is cumbersome. This paper presents RStorm for the development and evaluation of streaming algorithms analogous to these production packages, but implemented fully in R. RStorm allows developers of streaming algorithms to quickly test, iterate, and evaluate various implementations of streaming algorithms. The paper provides both a canonical computer science example, the streaming word count, and examples of several statistical applications of RStorm.

Received: 2013-11-18; online 2014-03-18
CRAN packages: RStorm, stream


CC BY 4.0
This article is licensed under a Creative Commons Attribution 3.0 Unported license .

@article{RJ-2014-012,
  author = {Maurits Kaptein},
  title = {{RStorm: Developing and Testing Streaming Algorithms in R}},
  year = {2014},
  journal = {{The R Journal}},
  doi = {10.32614/RJ-2014-012},
  url = {https://doi.org/10.32614/RJ-2014-012},
  pages = {123--132},
  volume = {6},
  number = {1}
}