openactive-contrib / harvester

Harvester for slurping OA feed data, written in Node.js
MIT License
0 stars 1 forks source link

Process deletes in stage 2 #33

Open odscjames opened 4 years ago

odscjames commented 4 years ago

In stage 1 we save deletes as soft deletes in the raw index.

Currently stage 2 ignores any it comes across.

It should process them and delete any normalised events when a piece of raw data is deleted.