nsq-to-bigquery

command module
v0.0.0-...-a3113b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2015 License: MIT Imports: 16 Imported by: 0

README

nsq to bigquery logo

Build Status

nsq-to-bigquery

Stream NSQ messages to Google's BigQuery using the streaming API.

Written by Eran Sandler (@erans)

This is a very early version that does work but was not (yet) tested in real hard production environment.

Assumptions / Limitations:

  • Message body is a valid JSON that is a flat dictionary (only key and simple values).
  • Each message must contain data that will constitute a single row that will go into BigQuery.
  • BigQuery table MUST exists and the schema MUST match the JSON being sent.
  • This version sends each message in its own request and does not use any batch API (yet).

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL