Cleanup of Solr oracle objects
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
### Cleanup of Solr oracle objects
## Description:
Once the delta import is completed for Solr, the old feeder system will need to be removed. Ensuring that you don't break the namex feeder:
1. Delete the solr job in CPRD.
1. Delete the namex.solr package in CPRD.
1. Remove the trigger from CPRD.
1. Remove the trigger handler package from CPRD.
1. Remove the trigger and solr_feeder tables from CPRD.
1. Remove the sequences from CPRD.
1. Remove the configuration table from CPRD.
1. Delete the solr job in NAMESP.
1. Delete the namex.solr package in NAMESP.
1. Update the trigger table in NAMESP to remove the solr column.
1. Remove the solr_feeder tables from NAMESP.
1. Remove the solr_feeder sequence from NAMESP.
1. Remove the configuration table from NAMESP.
1. Remove the solr-feeder and all associated OpenShift artifacts.
There's probably a lot more. Scan the NAMEX schema in both databases.
Ready to Build (DoR):
- [ ] Stakeholders have approved
- [ ] User story completed
- [ ] What are the dependencies
- [ ] Acceptance criteria has been defined (happy path, known sad paths)
- [ ] Validation rules defined (UI, Data, Role-Action)
- [ ] Is a formal UAT required
Acceptance / DoD:
- [ ] Design / Solution accepted by Product Owner
- [ ] Test coverage acceptable
- [ ] Peer Reviewed
- [ ] UX Approved
- [ ] PR Accepted
- [ ] Production burn in completed
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.