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
- Host: GitHub
- URL: https://github.com/eddelbuettel/rcppstreams
- Owner: eddelbuettel
- Created: 2014-08-05T14:27:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T16:14:41.000Z (over 1 year ago)
- Last Synced: 2025-04-03T20:43:20.879Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 810 KB
- Stars: 16
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
## RcppStreams: Connecting Streamulus and R
[](https://github.com/eddelbuettel/rcppstreams/actions?query=workflow%3Aci)
[](https://www.gnu.org/licenses/gpl-3.0.html)
[](https://cran.r-project.org/package=RcppStreams)
[](https://cran.r-project.org/package=RcppStreams)
[](https://www.r-pkg.org/pkg/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/)