Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 390 Bytes

DEPLOYING.md

File metadata and controls

19 lines (14 loc) · 390 Bytes

Deploying

Setup the production BigQuery database, and migrate it, using instructions from the README.

Ensure the server has the following env vars:

APP_ENV="production"
BATCH_SIZE=100
DATASET_ADDRESS="__________.____________"
# GOOGLE CREDENTIALS JSON
STORAGE_MODE="bq"
TWITTER_BEARER_TOKEN="________"
BUCKET_NAME="_____"

Deploy.

Turn on the "tweet_streaming_job" process.