Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).