Skip to content

elastic/elasticsearch-serverless-go

Elasticsearch Serverless Client

main

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

About

Official Go client for Elasticsearch Serverless

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published