-
Notifications
You must be signed in to change notification settings - Fork 15
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
Docker demo not working as expected. #387
Comments
Are you requesting |
I think we had some streams crossed with the database configuration. @webb-ben re you able to pick up where I left off on the database configuration documentation? I meant to make more time for it but haven't been able to. |
@dblodgett-usgs Happy to cover more database documentation. Would you help me by clarifying the image tags you are using for local and dev? I can confirm that as of two weeks ago,
With internetofwater/nldi-db#106,
You can also confirm this by comparing the differences between |
I did not make any changes to the demo-scale artifacts. I think they should be release artifacts going forward for accessibility. The prod scale artifacts are available from the requester pays S3 bucket as mentioned in the readme of the nldi-db repo in this PR https://github.com/internetofwater/nldi-db/pull/105/files |
Based on conversation at tag up today, I think we can close this. Fixed by: internetofwater/nldi-db#106 |
I feel like I must be missing something.
If I do:
I know the feature I'm requesting is in the demo database -- I add the 5432 port to docker compose and connect with pgadmin and see it in the table.
I found a query in logs and tried it on my local database.
select count(*) != 0 from nldi_data.feature join nldi_data.crawler_source on feature.crawler_source_id = crawler_source.crawler_source_id where identifier = '070900020501' and lower(source_suffix) = lower('huc12pp')
Returns FALSE locally but TRUE on the dev database.
I get a row when I try:
select * from nldi_data.feature_huc12pp where identifier = '070900020501'
But something isn't right with the query that goes through the nldi_data.feature table.
I did verify that things are hooked up.
http://localhost:8080/nldi/linked-data/comid/13296606?f=json
does return data.The text was updated successfully, but these errors were encountered: