Learn R Programming

R package streamConnect - Connecting Stream Mining Components Using Sockets and Web Services

The R package is part of the stream ecosystem. It adds functionality to connect stream mining components from package stream using sockets and Web services. The package can be used create distributed workflows and create plumber-based Web services which can be deployed on most common cloud services.

To cite package ‘streamConnect’ in publications use:

Hahsler M (2024). streamConnect: Connecting Stream Mining Components Using Sockets and Web Services. R package version 0.0-3.

@Manual{,
  title = {streamConnect: Connecting Stream Mining Components Using Sockets and Web Services},
  author = {Michael Hahsler},
  year = {2024},
  note = {R package version 0.0-3},
}

Installation

Stable CRAN version: Install from within R with

install.packages("streamConnect")

Current development version: Install from r-universe.

install.packages("streamConnect",
    repos = c("https://mhahsler.r-universe.dev". "https://cloud.r-project.org/"))

Examples

See stream: Working With Data Streams using Connections and Web Services for examples.

Acknowledgements

The development of the stream package was supported in part by NSF CMMI 1728612.

References

Michael Hahsler, Matthew Bolaños, and John Forrest. stream: An extensible framework for data stream clustering research with R. Journal of Statistical Software, 76(14), February 2017.

Copy Link

Version

Install

install.packages('streamConnect')

Monthly Downloads

7

Version

0.0-4

License

GPL-3

Maintainer

Michael Hahsler

Last Published

June 13th, 2024

Functions in streamConnect (0.0-4)

DSC_WebService

A DSC Interface for a DSC Running as a Web Service
streamConnect-package

streamConnect: Connecting Stream Mining Components Using Sockets and Web Services
retry

Retry an Expression that Fails
DSD_ReadSocket

A DSD That Reads from a Server Port
publish_DSC_via_WebService

Publish a Data Stream Clustering Task via a Web Service
DSD_ReadWebService

A DSD That Reads for a Web Service
publish_DSD_via_WebService

Publish a Data Stream via a Web Service
publish_DSD_via_Socket

Write a Stream to a Socket