https://github.com/barrettotte/query-sandbox
A sandbox for messing around with various queries.
https://github.com/barrettotte/query-sandbox
postgres springboot sql
Last synced: 2 months ago
JSON representation
A sandbox for messing around with various queries.
- Host: GitHub
- URL: https://github.com/barrettotte/query-sandbox
- Owner: barrettotte
- License: mit
- Created: 2024-05-02T22:40:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T21:08:54.000Z (about 2 years ago)
- Last Synced: 2025-02-03T13:13:12.920Z (over 1 year ago)
- Topics: postgres, springboot, sql
- Language: Java
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# query-sandbox
A sandbox for messing around with various queries.
I made this to get rid of a bunch of "noise" when trying to optimize queries
tangled up in complex application logic.
## Summary
- Java 17 Springboot API
- Postgres 14.9
## Testing
```sh
# start all containers
make compose-up
# teardown all containers
make compose-down
# run API locally (postgres container and API using local java install)
make local-api
# launch postgres client for container
make psql
# Swagger: http://localhost:8080/swagger-ui/index.html
```
## References
-