Last data update: 2014.03.03

rkafka

Package: rkafka
Type: Package
Title: Using Apache 'Kafka' Messaging Queue Through 'R'
Version: 1.0
Date: 2015-04-13
Author: Shruti Gupta[aut,cre]
Maintainer: Shruti Gupta<shruti.gupta@mu-sigma.com>
Description: Apache 'Kafka' is an open-source message broker project developed by the Apache Software Foundation which can be thought of as a distributed, partitioned, replicated commit log service.At a high level, producers send messages over the network to the 'Kafka' cluster which in turn serves them up to consumers.See <http://kafka.apache.org/> for more information.Functions included in this package enable:1.Creating 'Kafka' producer 2.Writing messages to a topic 3.Closing 'Kafka' producer 4.Creating 'Kafka' consumer 5.Reading messages from a topic 6.Closing 'Kafka' consumer. The jars required for this package are included in a separate package 'rkafkajars'.Thanks to Mu Sigma for their continued support throughout the development of the package.
Depends: rJava, RUnit, rkafkajars
SystemRequirements: Oracle Java 7,Apache Kafka 2.8.0-0.8.1.1
License: Apache License 2.0 | file LICENSE
Packaged: 2015-04-13 11:50:54 UTC; shrutigupta34
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-04-13 16:40:13

● 0 images, 12 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rkafka' ...
** package 'rkafka' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rkafka'
    finding HTML links ... done
    rakfa.receiveFromSimpleConsumer         html  
    rkafka-package                          html  
    rkafka.closeConsumer                    html  
    rkafka.closeProducer                    html  
    rkafka.closeSimpleConsumer              html  
    rkafka.createConsumer                   html  
    rkafka.createProducer                   html  
    rkafka.createSimpleConsumer             html  
    rkafka.read                             html  
    rkafka.readFromSimpleConsumer           html  
    rkafka.readPoll                         html  
    rkafka.send                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (rkafka)
Making 'packages.html' ... done