WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

v0.0.2

Choose a tag to compare

@jameslamb jameslamb released this 03 Aug 13:58

uptasticsearch 0.0.2

Features

Main function

  • es_search() executes an ES query and gets a data.table

Parse raw JSON into data.table

  • chomp_aggs() converts a raw aggs JSON to data.table
  • chomp_hits() converts a raw hits JSON to data.table

Utilities

  • unpack_nested_data() deals with nested Elasticsearch data not in a tabular format
  • parse_date_time() parses date-times from Elasticsearch records

Exploratory functions

  • get_counts() examines the distribution of distinct values for a field in Elasticsearch