-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
46 lines (46 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: kafkaesque
Type: Package
Title: Kafka R Bindings via 'rJava'
Version: 0.1.7
Date: 2022-01-10
Authors@R: c(
person(
given = "Peter",
family = "Meissner",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
given = "Marius",
family = "Pirv",
role = c("aut"),
email = "[email protected]"
),
person(
family = "virtual7",
role = c("cph"),
email = "[email protected]"
)
)
Maintainer: Peter Meissner <[email protected]>
SystemRequirements: Java
Description: Provides R bindings for Consumer, Admin and Producer APIs for Kafka
via 'rJava': "Apache Kafka is an open-source distributed event streaming
platform used by thousands of companies for high-performance data pipelines,
streaming analytics, data integration, and mission-critical applications."
Kafka is distributed, highly scalable, provides persistent event storage
and is designed for high throughput and low latency.
Encoding: UTF-8
Suggests:
covr,
testthat
Imports:
jsonlite,
data.table,
magrittr,
R6
Depends:
R (>= 3.2.0),
rJava
RoxygenNote: 7.1.1
License: MIT + file LICENSE