speedysilikon.blogg.se

Json to redshift
Json to redshift




json to redshift

I outlined the problem and my proposed solution, pitched it to the team, and for the next few weeks, it was my main focus.

json to redshift

However, I realized this was the perfect opportunity to tackle the survey data problem. That question can be surprisingly tricky to answer it’s not often you get a blank slate. As my internship was coming to an end, I was asked if there was anything specific I wanted to pursue with my remaining time. I’ve worked on the Growth and Data teams, so I’ve seen first-hand how survey data is handled. I’ve spent the last eight months as an intern at Noom. That means there’s no comprehensive list of the questions that are asked at a given time. The list of questions changes all the time because the Growth team is continuously running experiments. All we have is a `question_id`, which is a short string identifying the question.

#Json to redshift code#

From a data perspective, the downside is that we have no idea what a question was asking that information lives in code and doesn’t make it into the `survey_data` blob. Instead of living in a database or a CMS, all survey questions are defined in code to help engineers get experiments out more quickly. Our current view only captures a subset of the questions we ask, and it still takes *over two hours* to run. We use Redshift as our analysis platform, and getting data out of a JSON blob using Redshift is not ideal (more on this later). All survey data responses are stored in a JSON blob called `survey_data`.

  • Sluggish JSON extraction from Redshift.
  • There are a few roadblocks to using this data to its maximum potential. Or, rather, it could offer a window into what the user is looking for. All of the data from that survey is valuable because it offers a window into what the user is looking to get from Noom. We ask potential users several questions to assess their fit for the program. If you’ve visited Noom’s landing page, you may have filled out the survey.






    Json to redshift