command
module
Version:
v0.0.0-...-a3113b0
Opens a new window with list of versions in this module.
Published: Nov 17, 2015
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.