From 99c9188ea0abee1845607b83edac3564035560b7 Mon Sep 17 00:00:00 2001 From: Glen De Cauwsemaecker Date: Fri, 12 Nov 2021 11:26:47 +0100 Subject: [PATCH] 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; --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e61ef5c..c721b299 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [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/). * [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.