https://github.com/opensearch-project/opensearch-go
Go Client for OpenSearch
https://github.com/opensearch-project/opensearch-go
Last synced: about 2 months ago
JSON representation
Go Client for OpenSearch
- Host: GitHub
- URL: https://github.com/opensearch-project/opensearch-go
- Owner: opensearch-project
- License: apache-2.0
- Created: 2021-07-23T17:50:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T11:37:23.000Z (over 1 year ago)
- Last Synced: 2024-04-12T16:15:01.299Z (over 1 year ago)
- Language: Go
- Homepage: https://opensearch.org/docs/latest/clients/go/
- Size: 4.51 MB
- Stars: 176
- Watchers: 23
- Forks: 87
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://pkg.go.dev/github.com/opensearch-project/opensearch-go/v4) [](https://github.com/opensearch-project/opensearch-go/actions/workflows/lint.yml) [](https://github.com/opensearch-project/opensearch-go/actions/workflows/test-unit.yml) [](https://github.com/opensearch-project/opensearch-go/actions/workflows/test-integration.yml) [](https://codecov.io/gh/opensearch-project/opensearch-go) [](https://discuss.opendistrocommunity.dev/c/clients/) 

OpenSearch Go Client
- [Welcome!](#welcome)
- [Project Resources](#project-resources)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
- [Copyright](#copyright)## Welcome!
**opensearch-go** is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) of go-elasticsearch licensed under the [Apache v2.0 License](LICENSE.txt). For more information, see [opensearch.org](https://opensearch.org/).
## Project Resources
- [Project Website](https://opensearch.org/)
- [Developer Guide](DEVELOPER_GUIDE.md)
- [User Guide](USER_GUIDE.md)
- [Documentation](https://opensearch.org/docs/latest/clients/go/)
- [API Documentation](https://pkg.go.dev/github.com/opensearch-project/opensearch-go/v4)
- Need help? Try [Forums](https://discuss.opendistrocommunity.dev/c/clients/)
- [Project Principles](https://opensearch.org/#principles)
- [Contributing to OpenSearch](CONTRIBUTING.md)
- [Maintainer Responsibilities](MAINTAINERS.md)
- [Release Management](RELEASING.md)
- [Admin Responsibilities](ADMINS.md)
- [Security](SECURITY.md)## Code of Conduct
This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
## License
This project is licensed under the [Apache v2.0 License](LICENSE.txt).
## Copyright
Copyright OpenSearch Contributors. See [NOTICE](NOTICE.txt) for details.