fullstorydev / hauser

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

Does this delete data from FullStory's DBs? #8

Closed bencmbrook closed 5 years ago

jhump commented 6 years ago

@bencmbrook, it does not. If you subscribe to the data export feature in FullStory, there is an API provided for downloading the data: https://help.fullstory.com/develop-rest/data-export-api

Hauser uses that API to download that data and upload into Amazon Redshift or Google BigQuery.

bencmbrook commented 6 years ago

Thanks @jhump. I’m actually trying to figure out if warehousing my data with Segment is actually moving or just copying my data over. I assume it’s just a copy in this case too

sanjaybv commented 6 years ago

@bencmbrook Data Exports are a copy of your fullstory data. If you developing a solution that uploads that data to Segment, you'd only be copying it.

jameremo commented 5 years ago

@bencmbrook I hope Sanjay and Josh were able to answer your questions above. Would you be comfortable with me closing this issue?

bencmbrook commented 5 years ago

Yeah, thank you!