https://github.com/aiven/aiven-go-client
Aiven Golang API Client
https://github.com/aiven/aiven-go-client
api client database golang
Last synced: 5 months ago
JSON representation
Aiven Golang API Client
- Host: GitHub
- URL: https://github.com/aiven/aiven-go-client
- Owner: aiven
- License: mit
- Created: 2017-02-23T22:05:53.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T03:11:08.000Z (over 1 year ago)
- Last Synced: 2025-05-25T20:05:33.091Z (about 1 year ago)
- Topics: api, client, database, golang
- Language: Go
- Homepage: https://aiven.io
- Size: 740 KB
- Stars: 20
- Watchers: 68
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Aiven client
[](https://goreportcard.com/report/github.com/aiven/aiven-go-client) [](https://godoc.org/github.com/aiven/aiven-go-client) [](https://github.com/aiven/aiven-go-client/releases)
## ⚠️ Contribution and Deprecation Notice
This client will eventually be replaced by [go-client-codegen](https://github.com/aiven/go-client-codegen).
We kindly ask you to open an issue before making any contributions to this repository.
## About
Aiven is a next-generation managed cloud services platform with a focus on
ease of adoption, high fault resilience, customer peace of mind and advanced
features at competitive price points. See https://aiven.io/ for more
information about the backend service.
This is the official Aiven SDK for Go. This SDK provides full implementation of
the Aiven API but no command line interface. If you're looking for a command
line client, check out the [Aiven Python Client](https://github.com/aiven/aiven-client/).
This client is used by the [Aiven Terraform Provider](https://github.com/aiven/terraform-provider-aiven).
## Credits
The original version of the Aiven Go client was written and maintained by
Jelmer Snoeck (https://github.com/jelmersnoeck).