You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development spike to get access to the Oracle database via an API. More refinement on this is needed but I think the general idea will be to deploy the nr-oracle-service chart to OpenShift then access it via an API. The nr-epd-organics-info docs have instructions on how they do local development while connecting to the Oracle database via their API.
It would be amazing if this resulted in the ability to access the api locally similar to the local development instructions here:
Description:
Development spike to get access to the Oracle database via an API. More refinement on this is needed but I think the general idea will be to deploy the
nr-oracle-service
chart to OpenShift then access it via an API. Thenr-epd-organics-info
docs have instructions on how they do local development while connecting to the Oracle database via their API.It would be amazing if this resulted in the ability to access the api locally similar to the local development instructions here:
https://github.com/bcgov/nr-epd-organics-info
Relevant repos repos:
helm chart that exposes a openshift service endpoint to get JSON over
https://github.com/bcgov/nr-oracle-service
this product is using that Helm Chart
https://github.com/bcgov/nr-epd-organics-info/blob/main/backend/src/v1/ams-oracle-connector/ams.oracle.connector.service.ts
Sample query that gets passed over to nr-oracle-service and json response is recieved, https://github.com/bcgov/nr-epd-organics-info/blob/main/backend/src/v1/ams-oracle-connector/omrr-query.ts
Dependencies
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: