Learn R Programming

uptasticsearch (version 1.1.0)

Get Data Frame Representations of 'Elasticsearch' Results

Description

'Elasticsearch' is an open-source, distributed, document-based datastore (). 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.

Copy Link

Version

Install

install.packages('uptasticsearch')

Monthly Downloads

355

Version

1.1.0

License

BSD_3_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

James Lamb

Last Published

January 8th, 2026

Functions in uptasticsearch (1.1.0)

chomp_hits

Hits to data.tables
chomp_aggs

Aggs query to data.table
unpack_nested_data

Unpack a nested data.table
es_search

Execute an Elasticsearch query and get a data.table
doc_shared

NULL Object For Common Documentation
get_fields

Get the names and data types of the indexed fields in an index
parse_date_time

Parse date-times from Elasticsearch records