Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Commit

Permalink
update 'rounds' links to 'kikinteractive' in README
Browse files Browse the repository at this point in the history
  • Loading branch information
oryband committed Oct 29, 2017
1 parent 4082886 commit 6cb0ce2
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ using [`InsertAll()`][InsertAll()].
- Handle and retry BigQuery server errors.
- Backoff interval between failed insert operations.
- Error reporting.
- Production ready, and thoroughly tested. We - at [Rounds][rounds] - are [using it in our data gathering workflow][blog post].
- Production ready, and thoroughly tested. We - at [Rounds][rounds] (now acquired by [Kik][kik]) - are [using it in our data gathering workflow][blog post].
- Thorough testing and documentation for great good!

## Getting Started

1. Install Go, version should be at least 1.5.
1. Clone this repository and download dependencies:
1. Version v2: `go get gopkg.in/rounds/go-bqstreamer.v2`
1. Version v1: `go get gopkg.in/rounds/go-bqstreamer.v1`
1. Version v2: `go get gopkg.in/kikinteractive/go-bqstreamer.v2`
1. Version v1: `go get gopkg.in/kikinteractive/go-bqstreamer.v1`
1. [Acquire Google OAuth2/JWT credentials][credentials], so you can authenticate with BigQuery.

## How Does It Work?
Expand Down Expand Up @@ -66,14 +66,8 @@ $ make testintegration
```


[godoc]: https://godoc.org/github.com/rounds/go-bqstreamer
[godoc image]: https://godoc.org/github.com/rounds/go-bqstreamer?status.svg

[travis image]: https://travis-ci.org/rounds/go-bqstreamer.svg
[travis]: https://travis-ci.org/rounds/go-bqstreamer

[codecov image]: https://codecov.io/gh/rounds/go-bqstreamer/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/rounds/go-bqstreamer
[godoc]: https://godoc.org/github.com/kikinteractive/go-bqstreamer
[godoc image]: https://godoc.org/github.com/kikinteractive/go-bqstreamer?status.svg

[stream insert]: https://cloud.google.com/bigquery/streaming-data-into-bigquery
[bigquery]: https://cloud.google.com/bigquery/
Expand All @@ -82,6 +76,7 @@ $ make testintegration
[credentials]: https://cloud.google.com/bigquery/authorization

[rounds]: http://rounds.com/
[blog post]: http://rounds.com/blog/collecting-user-data-and-usage/
[examples]: https://godoc.org/github.com/rounds/go-bqstreamer#pkg-examples
[issues]: https://github.com/rounds/go-bqstreamer/issues
[kik]: http://kik.com/
[blog post]: https://medium.com/@oryband/collecting-user-data-and-usage-ffa84c4dba34
[examples]: https://godoc.org/github.com/kikinteractive/go-bqstreamer#pkg-examples
[issues]: https://github.com/kikinteractive/go-bqstreamer/issues

0 comments on commit 6cb0ce2

Please sign in to comment.