fullstorydev / hauser

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

Decouple storage and database functionality #89

Closed camphillips22 closed 4 years ago

camphillips22 commented 4 years ago

There was some undesired coupling between the storage and database concepts which made it onerous to add more warehouses. This change separates out the concepts and makes storage more of a first class functionality.

Fixes #73, fixes #74

claygoddard commented 4 years ago

Forgot to pick this up last week due to hack week! Whoops. Going to look this morning.