Page MenuHomePhabricator

Utilize dataset for missing sections
Closed, ResolvedPublic

Description

We need a way to utilize the produced dataset. What form it takes is TBD.

Update:
We receive the datasets in JSON dumps. Our current solution ingests the data into a PostgreSQL instance using scripts available here: https://github.com/schana/recommendation-missing-sections/tree/master/recommendation_missing_sections/data

Event Timeline

schana renamed this task from Utilize dataset to Utilize dataset for missing sections.Mar 6 2017, 2:30 PM
schana moved this task from Backlog to Next up on the Recommendation-API board.
leila raised the priority of this task from Medium to High.Mar 8 2017, 6:08 PM

I loaded the JSON dumps into a MongoDB instance to initially explore querying the data.

We're now using postgresql to hold the data for querying. There are ingestion scripts added in the data/ directory in the repo.

This comment was removed by schana.

Can you expand the task description, @schana, for future readability?