Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/groovy-cli-gradle-ssl-postgres-index
Creates a small database table
https://github.com/bearddan2000/groovy-cli-gradle-ssl-postgres-index
cli driver gradle groovy index log4j postgres ssl
Last synced: 27 days ago
JSON representation
Creates a small database table
- Host: GitHub
- URL: https://github.com/bearddan2000/groovy-cli-gradle-ssl-postgres-index
- Owner: bearddan2000
- Created: 2023-09-28T19:32:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T19:32:54.000Z (about 1 year ago)
- Last Synced: 2024-07-30T18:55:50.910Z (5 months ago)
- Topics: cli, driver, gradle, groovy, index, log4j, postgres, ssl
- Language: Groovy
- Homepage: https://github.com/bearddan2000/groovy-cli-gradle-ssl-postgres-index
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# groovy-cli-gradle-ssl-postgres-index
## Description
Creates a small database table
called `dog`. This table, `dog`, has been normalized to 3NF.
Two new tables have been added, `breedLookup` and `colorLookup`.
Creates a new table `dog_expanded` that joins
`dog`, `breedLookup` and `colorLookup`. Added clustered indexes on
`dog`.breedId and `dog`.colorId. All output normally
seen in a terminal will be in `groovy-srv/log` which will dump to the screen. The project may seem to hang but the logs from the container must be written to the project this can take up to 3 min.Uses self-sign ssl.
## Tech stack
- groovy
- gradle
- log4j
- postgres driver## Docker stack
- alpine:edge
- gradle:jdk11
- postgres## To run
`sudo ./install.sh -u`
Creates groovy-srv/log## To stop
`sudo ./install.sh -d`
Removes groovy-srv/log## For help
`sudo ./install.sh -h`## Credit
https://github.com/htorun/dbtableprinter## groovy-cli specific search
- [Search by gradle](https://github.com/bearddan2000?tab=repositories&q=groovy-cli-gradle&type=&language=&sort=)
- [Search by postgres](https://github.com/bearddan2000?tab=repositories&q=groovy-cli-postgres&type=&language=&sort=)
- [Search by index](https://github.com/bearddan2000?tab=repositories&q=groovy-cli-index&type=&language=&sort=)
- [Search by log4j](https://github.com/bearddan2000?tab=repositories&q=groovy-cli-log4j&type=&language=&sort=)
- [Search by driver](https://github.com/bearddan2000?tab=repositories&q=groovy-cli-driver&type=&language=&sort=)## General search
- [Search by groovy](https://github.com/bearddan2000?tab=repositories&q=java&type=&language=&sort=)
- [Search by cli](https://github.com/bearddan2000?tab=repositories&q=cli&type=&language=&sort=)
- [Search by gradle](https://github.com/bearddan2000?tab=repositories&q=gradle&type=&language=&sort=)
- [Search by postgres](https://github.com/bearddan2000?tab=repositories&q=postgres&type=&language=&sort=)
- [Search by index](https://github.com/bearddan2000?tab=repositories&q=index&type=&language=&sort=)
- [Search by log4j](https://github.com/bearddan2000?tab=repositories&q=log4j&type=&language=&sort=)
- [Search by driver](https://github.com/bearddan2000?tab=repositories&q=driver&type=&language=&sort=)