mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add bqwriter to the list of Third-Party APIs
The library is currently on `v0.6.0` and is already used in production for several products by OTA-Insight. We aim to have to be on a stable version in the near future. In order to do so we are waiting on: - the stabilisation of the Storage API used for one of three possible clients under the hood; - opt-in data write error handling with managed retry: decide whether we want it or not, and if so, lock this into the API;
This commit is contained in:
parent
719fc433ab
commit
99c9188ea0
@ -2126,6 +2126,7 @@ _**Unofficial** set of patterns for structuring projects._
|
|||||||
* [appstore-sdk-go](https://github.com/Kachit/appstore-sdk-go) - Unofficial Golang SDK for AppStore Connect API.
|
* [appstore-sdk-go](https://github.com/Kachit/appstore-sdk-go) - Unofficial Golang SDK for AppStore Connect API.
|
||||||
* [aws-sdk-go](https://github.com/aws/aws-sdk-go) - The official AWS SDK for the Go programming language.
|
* [aws-sdk-go](https://github.com/aws/aws-sdk-go) - The official AWS SDK for the Go programming language.
|
||||||
* [brewerydb](https://github.com/naegelejd/brewerydb) - Go library for accessing the BreweryDB API.
|
* [brewerydb](https://github.com/naegelejd/brewerydb) - Go library for accessing the BreweryDB API.
|
||||||
|
* [bqwriter](https://github.com/OTA-Insight/bqwriter) - High Level Go Library to write data into [Google BigQuery](https://cloud.google.com/bigquery) at a high throughout.
|
||||||
* [cachet](https://github.com/andygrunwald/cachet) - Go client library for [Cachet (open source status page system)](https://cachethq.io/).
|
* [cachet](https://github.com/andygrunwald/cachet) - Go client library for [Cachet (open source status page system)](https://cachethq.io/).
|
||||||
* [circleci](https://github.com/jszwedko/go-circleci) - Go client library for interacting with CircleCI's API.
|
* [circleci](https://github.com/jszwedko/go-circleci) - Go client library for interacting with CircleCI's API.
|
||||||
* [clarifai](https://github.com/samuelcouch/clarifai) - Go client library for interfacing with the Clarifai API.
|
* [clarifai](https://github.com/samuelcouch/clarifai) - Go client library for interfacing with the Clarifai API.
|
||||||
|
Loading…
Reference in New Issue
Block a user