Skip to content

Latest commit

 

History

History

_examples

This directory contains examples and recipes for the Elasticsearch Go client.

Configuration & Customization

The configuration.go and customization.go files contain information for configuring and customizing the client transport.

Fast HTTP

The fasthttp directory contains a demonstration of replacing the default client transport with an HTTP client from the github.com/valyala/fasthttp package.

Google Cloud Functions

The cloudfunction directory contains a simple web service for checking Elasticsearch cluster status.

XKCD Search

The xkcdsearch directory contains a command-line utility for indexing and searching an archive of xkcd.com artworks.

Instrumentation

The instrumentation directory contains recipes for instrumenting the client.