Learn R Programming

uptasticsearch (version 1.0.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

232

Version

1.0.0

License

BSD_3_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

James Lamb

Last Published

February 24th, 2025

Functions in uptasticsearch (1.0.0)

doc_shared

NULL Object For Common Documentation
es_search

Execute an Elasticsearch query and get a data.table
unpack_nested_data

Unpack a nested data.table
chomp_aggs

Aggs query to data.table
get_fields

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

Hits to data.tables
parse_date_time

Parse date-times from Elasticsearch records