MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

ensure Mongo indexes are created #260

Closed ghukill closed 6 years ago

ghukill commented 6 years ago

Specifically, Record model/collection, which can be fired with self.ensure_indexes()

This only needs to happen once, could be part of provisioning? But if collection dropped, would be nice to have check. Could run check on spark Jobs?

ghukill commented 6 years ago

Same for RecordValidation

ghukill commented 6 years ago

Added as manage.py command