An open API service indexing awesome lists of open source software.

https://github.com/eddelbuettel/rcppstreams

A C++ DSEL for real-time event stream processing
https://github.com/eddelbuettel/rcppstreams

Last synced: 11 months ago
JSON representation

A C++ DSEL for real-time event stream processing

Awesome Lists containing this project

README

          

## RcppStreams: Connecting Streamulus and R

[![CI](https://github.com/eddelbuettel/rcppstreams/workflows/ci/badge.svg)](https://github.com/eddelbuettel/rcppstreams/actions?query=workflow%3Aci)
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%203%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)
[![CRAN](https://www.r-pkg.org/badges/version/RcppStreams)](https://cran.r-project.org/package=RcppStreams)
[![Dependencies](https://tinyverse.netlify.app/badge/RcppStreams)](https://cran.r-project.org/package=RcppStreams)
[![Downloads](https://cranlogs.r-pkg.org/badges/RcppStreams?color=brightgreen)](https://www.r-pkg.org/pkg/RcppStreams)
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/rcppstreams)](https://github.com/eddelbuettel/rcppstreams)

### Background

The [Streamulus template / header-only library](http://iritkatriel.github.io/streamulus/)
by Irit Katriel provides a very nice C++ stream processing environment--a
domain-specific embedded language for stream processing.

This package provides the Streamulus headers and uses
[Rcpp](http://dirk.eddelbuettel.com/code/rcpp.html) for a convenient
bi-directional connection to the C++ layer.

### See Also

The [Streamulus](http://iritkatriel.github.io/streamulus/) and
[RcppStreams](http://dirk.eddelbuettel.com/code/rcpp.streams.html) pages.

### Authors

Dirk Eddelbuettel for this package
Irit Katriel for [Streamulus](http://iritkatriel.github.io/streamulus/)

### License

GPL (>= 3) just like [Streamulus](http://iritkatriel.github.io/streamulus/)