Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiven/aiven-go-client
Aiven Golang API Client
https://github.com/aiven/aiven-go-client
api client database golang
Last synced: 1 day 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 (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T08:14:48.000Z (about 2 months ago)
- Last Synced: 2024-12-02T09:24:39.636Z (about 2 months ago)
- Topics: api, client, database, golang
- Language: Go
- Homepage: https://aiven.io
- Size: 725 KB
- Stars: 21
- Watchers: 72
- Forks: 29
- Open Issues: 1
-
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
[![Go Report Card](https://goreportcard.com/badge/github.com/aiven/aiven-go-client)](https://goreportcard.com/report/github.com/aiven/aiven-go-client) [![Documentation](https://godoc.org/github.com/aiven/aiven-go-client?status.svg)](https://godoc.org/github.com/aiven/aiven-go-client) [![Release](https://img.shields.io/github/release/aiven/aiven-go-client.svg?style=flat-square)](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).