Get Data Frame Representations of 'Elasticsearch' Results
Aggs query to data.table
Hits to data.tables
NULL Object For Common Documentation
Execute an ES query and get a data.table
Get the names and data types of the indexed fields in an index
Parse date-times from Elasticsearch records
Unpack a nested data.table
'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.
Useful links