Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/groovy-cli-gradle-sybase-index
Creates a small database table
https://github.com/bearddan2000/groovy-cli-gradle-sybase-index
cli docker-wait driver gradle groovy index log4j sybase
Last synced: 27 days ago
JSON representation
Creates a small database table
- Host: GitHub
- URL: https://github.com/bearddan2000/groovy-cli-gradle-sybase-index
- Owner: bearddan2000
- Created: 2023-10-10T15:40:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T15:40:27.000Z (about 1 year ago)
- Last Synced: 2024-07-30T18:55:55.093Z (5 months ago)
- Topics: cli, docker-wait, driver, gradle, groovy, index, log4j, sybase
- Language: Groovy
- Homepage: https://github.com/bearddan2000/groovy-cli-gradle-sybase-index
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# groovy-cli-gradle-sybase-index
## Description
Creates a small database table
called `dog`. This table, `dog`, has 2 non-clustered
index and has been normalized to 3NF.
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.## Tech stack
- docker-wait
- groovy
- gradle
- log4j
- sybase driver## Docker stack
- gradle:jdk11
- datagrip/sybase## 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
- [Sybase driver and connection example](https://razorsql.com/docs/help_sybase.html)