pbdZMQ-package
Programming with Big Data -- Interface to ZeroMQ
ZeroMQ is a well-known library for high-performance asynchronous messaging in scalable, distributed applications. This package provides high level R wrapper functions to easily utilize ZeroMQ. We mainly focus on interactive client/server programming frameworks. For convenience, a minimal ZeroMQ library (4.1.0 rc1) is shipped with pbdZMQ, which can be used if no system installation of ZeroMQ is available. A few wrapper functions compatible with rzmq are also provided.
- Keywords
- package
Details
The install command using default > R CMD INSTALL pbdZMQ_0.1-0.tar.gz
--configure-args="--enable-internal-zmq"
Other available variables include
ZMQ_INCLUDE
-I./zmqsrc/include
ZMQ_LDFLAGS
-L./ -lzmq
ZMQ_POLLER
select
}
See the package source file pbdZMQ/configure.ac
for details.
For installation using an external ZeroMQ library, see the package source
file pbdZMQ/INSTALL
for details.
References
ZeroMQ/4.1.0 API Reference:
Programming with Big Data in R Website:
See Also
zmq.ctx.new()
, zmq.socket()
.