Hey, we are filling in some risk assessment for wo...
# announcements
l
Hey, we are filling in some risk assessment for working with growthbook, can you please explain how the connectivity works between growthbook and our Bigquery?
f
We run read-only queries that return aggregate statistics (mean, std dev) for each variation. No user level data is returned.
If you self host, you can use environment variables for the credentials. For GrowthBook Cloud, you would upload the service account key file and we store an encrypted copy.
l
Thanks, Is that using APIs?
f
We use the BigQuery SDK for NodeJS
l
🙏