Skip to content

Populate the Dataset table from the harvester #5491

Description

@neilmb

Feature/what we're after

After definining the Dataset model in #5487, the harvester should start populating that table when it does a harvest.

Anticipated/hypothesized benefits

  • Providing data that we can put on the page in the catalog
  • Proves out the technology choice that we make

Measurements/metrics

  • Number of rows in the Dataset table

References/background

  • Two possibilities exist: (1) we can make Dataset be a SQL "view" onto the HarvestRecord table (this makes everything else easy because we don't have to make a "sync" method for our harvest) OR (2) change the harvester to "sync" the harvested records into our Dataset format when we do the harvest (this probably also needs a script to initially populate the Dataset table).
  • Don't initially worry about getting all of the information from Harvester into this table. Just some things flowing from the harvest process into Dataset is sufficient.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions