Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify MATS code to point to 'development' scope #1204

Open
gopa-noaa opened this issue Jul 31, 2024 · 4 comments
Open

Modify MATS code to point to 'development' scope #1204

gopa-noaa opened this issue Jul 31, 2024 · 4 comments
Assignees
Labels
Couchbase MATS An issue affecting the MATS project Stale task An actionable item of work

Comments

@gopa-noaa
Copy link
Contributor

Currently data is on collections under the _default scope. Code and probably externalized configurations needs to change to point from _default to 'development scope. The externalized configuration should only go down as far as bucket and scope, NOT to collection level, since application code will need to access data from multiple collections under a scope, specifically because we now have a 'COMMON' collection, that would also be pertinent to the application.

@gopa-noaa gopa-noaa added task An actionable item of work Couchbase MATS An issue affecting the MATS project labels Jul 31, 2024
@mollybsmith-noaa
Copy link
Collaborator

@gopa-noaa The scope change is for all queries and connections within MATS? And I think we'd probably still specify (multiple) collections in the external configuration like we do for mysql, it's much easier to change there than if it's hardcoded in the app. Thanks for the heads up though, I'll get that adjusted.

@gopa-noaa
Copy link
Contributor Author

@mollybsmith-noaa
MATS and middleware can probably can still use external configuration for scope and collection.
There would be the new "COMMON" collection , but what would end up there is still kind of up in the air.
We have to wait until data is copied to scope "development" , collection "METAR" before we can test this.
The plan is to have the data exist in both places until we test and certify all apps before the original _default scope os dropped. I will work with you on the MATS app and middleware transition.

@gopa-noaa
Copy link
Contributor Author

This issue is blocked by:
NOAA-GSL/VxIngest#396

Copy link

github-actions bot commented Nov 9, 2024

This issue is stale because it has been open 90 days with no activity.

@github-actions github-actions bot added the Stale label Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Couchbase MATS An issue affecting the MATS project Stale task An actionable item of work
Projects
None yet
Development

No branches or pull requests

2 participants