elasticsearch-serverless-go

Official Go client for Elasticsearch Serverless

APACHE-2.0 License

Stars
0
Committers
2

Elasticsearch Serverless Client

This is the official Elastic client for the Elasticsearch Serverless service. If you're looking to develop your Go application with the Elasticsearch Stack, you should look at the Elasticsearch Client instead.

Installation

You can install the Elasticsearch Serverless Go client with the following commands:

go get -u github.com/elastic/elasticsearch-serverless-go@latest

Instantiate a Client

You can instantiate a client by running the following command:

client, err := elasticsearch.NewClient(elasticsearch.Config{
	APIKey: "you_api_key",
	Address: "https://my-project-url",
})

Usage

You can read to the official documentation page for a getting started guide.

Development

See CONTRIBUTING.

Docs

TBD

License 📗

Apache 2.0 © Elastic