NYULibraries / spatial_data_repository

NYU's GeoBlacklight instance @ geo.nyu.edu
https://geo.nyu.edu
6 stars 2 forks source link

Adds Rake tasks to easily load NYU data locally #352

Closed spilth closed 2 months ago

spilth commented 2 months ago

Problem

Often we need to test functionality against NYU production data but there's no clear way to load that data.

Solution

Create an sdr:load_nyu_data Rake task that clones the edu.nyu OGM repository and indexes its Aardvark files into Solr

Type

Chore