{"id":15178560,"url":"https://github.com/bearddan2000/groovy-cli-gradle-dolt-subquery","last_synced_at":"2026-01-27T06:02:59.442Z","repository":{"id":234055343,"uuid":"711988669","full_name":"bearddan2000/groovy-cli-gradle-dolt-subquery","owner":"bearddan2000","description":"Creates a small database table","archived":false,"fork":false,"pushed_at":"2023-10-30T15:16:02.000Z","size":1666,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T16:17:30.652Z","etag":null,"topics":["cli","dolt","driver","gradle","groovy","log4j","subquery"],"latest_commit_sha":null,"homepage":"https://github.com/bearddan2000/groovy-cli-gradle-dolt-subquery","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bearddan2000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-30T15:15:57.000Z","updated_at":"2023-10-30T15:16:08.000Z","dependencies_parsed_at":"2024-04-18T03:31:32.057Z","dependency_job_id":"7430e685-83e2-4eb0-940e-14bb440a54d7","html_url":"https://github.com/bearddan2000/groovy-cli-gradle-dolt-subquery","commit_stats":null,"previous_names":["bearddan2000/groovy-cli-gradle-dolt-subquery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bearddan2000/groovy-cli-gradle-dolt-subquery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearddan2000%2Fgroovy-cli-gradle-dolt-subquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearddan2000%2Fgroovy-cli-gradle-dolt-subquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearddan2000%2Fgroovy-cli-gradle-dolt-subquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearddan2000%2Fgroovy-cli-gradle-dolt-subquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bearddan2000","download_url":"https://codeload.github.com/bearddan2000/groovy-cli-gradle-dolt-subquery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearddan2000%2Fgroovy-cli-gradle-dolt-subquery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","dolt","driver","gradle","groovy","log4j","subquery"],"created_at":"2024-09-27T15:05:30.186Z","updated_at":"2026-01-27T06:02:59.427Z","avatar_url":"https://github.com/bearddan2000.png","language":"Groovy","readme":"# groovy-cli-gradle-dolt-subquery\n\n## Description\nCreates a small database table\ncalled `dog`. This table, `dog`, has been normalized to 3NF.\nTwo new tables have been added, `breedLookup` and `colorLookup`.\nCreates a new table `dog_expanded` that joins\n`dog`, `breedLookup` and `colorLookup`. Added clustered indexes on\n`dog`.breedId and `dog`.colorId and a non-clustered index for\n`dog_expanded`.id. Turned `dog_expanded` into a view with an\nimplicit index on `dog_expanded`.id. Using a subquery with the aggregate function\nCOUNT, create a new view `breed_count`. All output normally\nseen 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.\n\n## Tech stack\n- groovy\n- gradle\n  - log4j\n  - dolt driver\n\n## Docker stack\n- gradle:jdk11\n- dolthub/dolt-sql-serverdb:latest\n\n## To run\n`sudo ./install.sh -u`\nCreates groovy-srv/log\n\n## To stop\n`sudo ./install.sh -d`\nRemoves groovy-srv/log\n\n## For help\n`sudo ./install.sh -h`\n\n## Credit\nhttps://github.com/htorun/dbtableprinter\n\n## groovy-cli specific search\n- [Search by gradle](https://github.com/bearddan2000?tab=repositories\u0026q=groovy-cli-gradle\u0026type=\u0026language=\u0026sort=)\n- [Search by dolt](https://github.com/bearddan2000?tab=repositories\u0026q=groovy-cli-mysql\u0026type=\u0026language=\u0026sort=)\n- [Search by subquery](https://github.com/bearddan2000?tab=repositories\u0026q=groovy-cli-subquery\u0026type=\u0026language=\u0026sort=)\n- [Search by log4j](https://github.com/bearddan2000?tab=repositories\u0026q=groovy-cli-log4j\u0026type=\u0026language=\u0026sort=)\n- [Search by driver](https://github.com/bearddan2000?tab=repositories\u0026q=groovy-cli-driver\u0026type=\u0026language=\u0026sort=)\n\n## General search\n- [Search by groovy](https://github.com/bearddan2000?tab=repositories\u0026q=java\u0026type=\u0026language=\u0026sort=)\n- [Search by cli](https://github.com/bearddan2000?tab=repositories\u0026q=cli\u0026type=\u0026language=\u0026sort=)\n- [Search by gradle](https://github.com/bearddan2000?tab=repositories\u0026q=gradle\u0026type=\u0026language=\u0026sort=)\n- [Search by dolt](https://github.com/bearddan2000?tab=repositories\u0026q=mysql\u0026type=\u0026language=\u0026sort=)\n- [Search by subquery](https://github.com/bearddan2000?tab=repositories\u0026q=subquery\u0026type=\u0026language=\u0026sort=)\n- [Search by log4j](https://github.com/bearddan2000?tab=repositories\u0026q=log4j\u0026type=\u0026language=\u0026sort=)\n- [Search by driver](https://github.com/bearddan2000?tab=repositories\u0026q=driver\u0026type=\u0026language=\u0026sort=)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearddan2000%2Fgroovy-cli-gradle-dolt-subquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearddan2000%2Fgroovy-cli-gradle-dolt-subquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearddan2000%2Fgroovy-cli-gradle-dolt-subquery/lists"}