Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.1 KB

Documentation

Leverage ES Kit to get going with Elasticsearch quickly and easily

Preamble

ES Kit is prerelease, so:

  • check the code to see how it works
  • check the tests to see some example usage

ES Kit is not that complicated; it's just atomic, organised and logical.

Getting started

  • Examples
    Example code on how to ES Kit to get going with Elasticsearch in just a few lines of code
  • Elastic reference
    Information for new Elastic users to help you get up to speed quickly

ES Kit API

  • Queries
    Reusable query functions to help you build error-free query configuration without having to Google the exact format
  • Helpers
    Reusable helper functions to help you build request options and parse response data
  • Scripts
    Powerful helper functions to help you perform scripted updates using precompiled or on-the-fly script conversions
  • API
    Simple and robust wrappers around Elastic's Index, Search and Document APIs