WEB-3381 | backend setup for DBM #40
Merged
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.
Description
Created a new backend service with a bad query to work with DBM in the application
How to test
cp .env.template .env && cp .env.template ./deploy/docker-compose/.env && cp .env.template ./services/frontend/site/.env.localdocker-compose --profile dbm uphttp://localhost:7595/get-itemin your browser or run aGETin your favorite API testing suite (postman, insomnia, etc){ "description": "Drive admit newspaper tax war company partner.", "id": 8903, "image_url": "https://placekitten.com/329/165", "last_hour": "7", "order_count": "4985" }That is it, I need to create the frontend connection for this, but wanted to get some eyes on this. Also it looks like the real struggle is getting DBM setup with our way of doing things. I may need to try a few things, following the docs, I'm getting snagged with the setting of the different values for the config and the portion where we run the setting of
shared_preload_libraries = pg_stat_statements. For whatever reason it just fails every time, need to do more digging but the groundwork is here.