README.md

Java Jars for the Package ‘kafkaesque’

Status

AppVeyor build
status Codecov

lines of R code: 5, lines of test code: 2

Version

2.3.1-2 ( 2020-03-04 23:37:30 )

Description

Contents of ‘Kafka-clients’ & supporting Java archives (https://github.com/apache/kafka). The version number of the package reflects the version number of the included ‘JAR’ file.

License

Apache License (>= 2.0) | file LICENSE Peter Meissner [aut, cre], Marius Pirv [aut], virtual7 [cph], Apache Software Foundation [cph] (Kafka), Facebook [cph] (For Zstandard software, BSD License), Luben Karavelov [cph] (Zstd-jni: JNI bindings to Zstd Library, BSD 2-Clause License)

Citation

citation("kafkaesquejars")
Meissner P, Pirv M (2020). kafkaesquejars: Java Jars for the Package 'kafkaesque'. R package version 2.3.1-2.

BibTex for citing

toBibtex(citation("kafkaesquejars"))
@Manual{,
  title = {kafkaesquejars: Java Jars for the Package 'kafkaesque'},
  author = {Peter Meissner and Marius Pirv},
  year = {2020},
  note = {R package version 2.3.1-2},
}

Installation

Stable version from CRAN:

install.packages("kafkaesquejars")

Latest development version from Github:

devtools::install_github("petermeissner/kafkaesquejars")

Content

Not much R to see

library(kafkaesquejars)
## Loading required package: rJava
ls("package:kafkaesquejars")
## character(0)

Its all about the Java

This package has all the Java dependencies needed for the {kafkaesque} package.

system.file(package = "kafkaesquejars", "java") %>% 
  list.files() %>% 
  cat(sep="\n")
## gson-2.8.6.jar
## kafka-clients-2.3.1.jar
## logback-classic-1.2.3.jar
## logback-core-1.2.3.jar
## lz4-java-1.6.0.jar
## slf4j-api-1.7.26.jar
## snappy-java-1.1.7.3.jar
## zstd-jni-1.4.0-1.jar


petermeissner/kafkaesquejars documentation built on Dec. 31, 2020, 1:18 a.m.