forked from uptake/uptasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.59 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
Package: uptasticsearch
Type: Package
Title: Get Data Frame Representations of 'Elasticsearch' Results
Version: 0.1.0.9999
Authors@R: c(
person("James", "Lamb", email = "[email protected]", role = c("aut", "cre")),
person("Nick", "Paras", email = "[email protected]", role = c("aut")),
person("Austin", "Dickey", email = "[email protected]", role = c("aut")),
person("Michael", "Frasco", email = "[email protected]", role = c("ctb")),
person("Weiwen", "Gu", email = "[email protected]", role = c("ctb")),
person("Uptake Technologies Inc.", role = c("cph")))
Maintainer: James Lamb <[email protected]>
Description:
'Elasticsearch' is an open-source, distributed, document-based datastore
(<https://www.elastic.co/products/elasticsearch>).
It provides an 'HTTP' 'API' for querying the database and extracting datasets, but that
'API' was not designed for common data science workflows like pulling large batches of
records and normalizing those documents into a data frame that can be used as a training
dataset for statistical models. 'uptasticsearch' provides an interface for 'Elasticsearch'
that is explicitly designed to make these data science workflows easy and fun.
Depends:
R (>= 3.3.0)
Imports:
data.table,
futile.logger,
httr,
jsonlite,
purrr,
stringr,
uuid,
utils
Suggests:
knitr,
testthat,
rmarkdown
License: BSD_3_clause + file LICENSE
URL: https://github.com/UptakeOpenSource/uptasticsearch
BugReports: https://github.com/UptakeOpenSource/uptasticsearch/issues
LazyData: TRUE
RoxygenNote: 6.0.1