uptasticsearch: Get Data Frame Representations of 'Elasticsearch' Results

'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.

Version: 0.4.0
Depends: R (≥ 3.3.0)
Imports: assertthat (≥ 0.2.0), data.table, futile.logger, httr, jsonlite, purrr, stringr, utils, uuid
Suggests: knitr, rmarkdown, testthat
Published: 2019-09-11
Author: James Lamb [aut, cre], Nick Paras [aut], Austin Dickey [aut], Michael Frasco [ctb], Weiwen Gu [ctb], Will Dearden [ctb], Uptake Technologies Inc. [cph]
Maintainer: James Lamb <jaylamb20 at gmail.com>
BugReports: https://github.com/uptake/uptasticsearch/issues
License: BSD_3_clause + file LICENSE
URL: https://github.com/uptake/uptasticsearch
NeedsCompilation: no
Materials: README NEWS
In views: Databases
CRAN checks: uptasticsearch results

Documentation:

Reference manual: uptasticsearch.pdf
Vignettes: FAQ - Help with Uptasticsearch Functionalities

Downloads:

Package source: uptasticsearch_0.4.0.tar.gz
Windows binaries: r-devel: uptasticsearch_0.4.0.zip, r-release: uptasticsearch_0.4.0.zip, r-oldrel: uptasticsearch_0.4.0.zip
macOS binaries: r-release (arm64): uptasticsearch_0.4.0.tgz, r-oldrel (arm64): uptasticsearch_0.4.0.tgz, r-release (x86_64): uptasticsearch_0.4.0.tgz
Old sources: uptasticsearch archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=uptasticsearch to link to this page.