fullstorydev / hauser

Service for moving your Fullstory export files to a data warehouse
MIT License
49 stars 23 forks source link

Start hauser Setup #20

Closed jsani0102 closed 6 years ago

jsani0102 commented 6 years ago

JIRA TICKET:

https://codeeightco.atlassian.net/browse/BI-12

Description:

Code8 has decided to use FullStory for front-end analytics. They collect data around user interactions with our service. We need to ETL that data into our own system for analysis. FullStory has created an open-source tool called hauser that periodically calls their Data Export API and dumps that data into a specified sink, in our case BigQuery. This PR attempts to set up hauser to deploy as a pod to our kubernetes cluster. I have added the build.sh and deploy.yaml files in accordance with how we currently deploy to kubernetes.

The directions for setting up hauser can be found in the README here - https://github.com/fullstorydev/hauser