bcgov / parks-data-register

Apache License 2.0
6 stars 4 forks source link

[M] Spike: How to connect A&R to Park Name Data Register #117

Open JLWade opened 1 year ago

JLWade commented 1 year ago

This ticket is to determine how to connect A&R and the data register and to develop an approach that covers all areas of A&R that may be affected.

Acceptance Criteria:

Notes

marklise commented 1 year ago

We will want to create an index against orcs/pk/sk in order to efficiently target the specific park name change. Otherwise table scan will get very expensive/slow. Index should target pk: orcs, no sk and atttribute parkName in the projection. The NoSQL Workbench file should be created/updated accordingly to show the index.

Nightly cronjob should pull details from the data register, and store that in a new table in order to determine if updates are required, and to which parks. Coupling this with the index in previous step will ensure fast and efficient updates.