jsonnet-sys 0.17.0

Native bindings to the libjsonnet library
Documentation
apiVersion: v1
kind: ReplicationController
metadata:
  name: bigquery-controller
  labels:
    name: bigquery-controller
spec:
  replicas: 2
  template:
    metadata:
      labels:
        name: bigquery-controller
    spec:
      containers:
      - name: bigquery
        image: gcr.io/cooltool-1009/pipeline_image:latest
        env:
        - name: PROCESSINGSCRIPT
          value: redis-to-bigquery
        - name: REDISLIST
          value: twitter-stream
        # Change this to your project ID.
        - name: PROJECT_ID
          value: cooltool-1009
        # Change the following two settings to your dataset and table.
        - name: BQ_DATASET
          value: rtda
        - name: BQ_TABLE
          value: tweets