Merged
Conversation
Edited docker compose to have everything necessary to spin up a local stac api that can be queried. The api has only one collection and one item and links to assets in the new test/ directory
Member
|
Thanks for adding test data. How many MBs of data have we added with this PR? |
Contributor
Author
|
82.7 mb. It is mostly from the HAND data. Specifically the REM tif |
- update local job definition to work with local containers - fix broken data links in test hand index parquet - update local nomad config to allow local containers to mount volumes - updated code in a few places where paths only worked with s3 - tested that pipeline works with local data and all local containers
a615b7a to
91de1e4
Compare
Can't create self hosted runner fix docker compose in workflow update STAC api health check add additional debugging to workflow more workflow debugging fix postgres directory permissions in workflow change permissions on pgstac-data directory more permission checks on pgstac data dir load bench db on the fly update nomad job registration add debugging to pipeline step update workflow workflow edits fix hardcoded paths workflow tweaks modify job definitions to actually be able to access test data without hard coded paths workflow tweaks add debug to job registration workflow tweaks workflow tweaks Remove pgstac-data directory and add to .gitignore tweaked resource usage for github runner bump pipeline container alloc at pipeline output stage fix output pathing in workflow
42ae6b6 to
4b1edeb
Compare
remove debugging don't build uncessary containers etc
Edited readme to provide more context on .env conventions. Added an additonal docker compose service to post test STAC collection and item to STAC api Updated hand index parquet to reflect new testdata directory structure Updated local job definitions to reflect new testdata directory structure
Modify refactor to sucessfully complete local test run
Refactor local deployment setup
ar-siddiqui
approved these changes
Jul 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added test data and containers to docker compose that would allow for interacting with test data