fullstorydev / hauser

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

Dockerized Hauser for Google BigQuery #12

Open schuylr opened 6 years ago

schuylr commented 6 years ago

This doesn't work for Amazon RedShift yet, but should serve as a good jumping-off point to get it started

Executable container is available at quay.io/jewlr/hauser

jameremo commented 6 years ago

Hi Schuyler, I just wanted to take a second to thank you for this PR, and also to let you know that we're not ignoring it. Internally we are using hauser in a Docker container, but we had not published it because it is opinionated/specific to our use case.

However, it's also become clear that a lot of potential hauser users would benefit from something a bit more "prepackaged", particularly those who are not familiar with Go. We're finishing up some strategic discussions on this and the general future of hauser, and then we'll get back to you on this PR.

joelash commented 5 years ago

I'm assuming this is totally NOT the path that FullStory is planning on taking hauser. I worked on a bit more flexible docker image for hauser today, repo here. I need to upload the image somewhere and work on a Readme, but essentially it read everything our of environment variables. Use the value in the config with HAUSER_ prefix.

rdyson commented 5 years ago

This doesn't work for Amazon RedShift yet, but should serve as a good jumping-off point to get it started

Executable container is available at quay.io/jewlr/hauser

@schuylr a quick note to say thanks for posting this, I was able to deploy Hauser on Amazon Elastic Container Service pushing data to Google Cloud Storage and BigQuery using your config with no tweaks necessary. Cheers!