{"id":22141612,"url":"https://github.com/bearddan2000/groovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join","last_synced_at":"2026-05-03T01:35:13.688Z","repository":{"id":234055214,"uuid":"698370144","full_name":"bearddan2000/groovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join","owner":"bearddan2000","description":"Creates a small database table","archived":false,"fork":false,"pushed_at":"2023-09-29T19:01:20.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T11:24:46.454Z","etag":null,"topics":["bazel","cli","cockroachdb","drivers","groovy","hibernate","hql","join","log4j","node","postgres","single","ssl","without"],"latest_commit_sha":null,"homepage":"https://github.com/bearddan2000/groovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join","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-09-29T19:01:18.000Z","updated_at":"2023-09-29T19:01:24.000Z","dependencies_parsed_at":"2024-04-18T03:31:21.228Z","dependency_job_id":"2d4f058d-eaad-4200-91c0-162d8013e407","html_url":"https://github.com/bearddan2000/groovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join","commit_stats":null,"previous_names":["bearddan2000/groovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bearddan2000/groovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearddan2000%2Fgroovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearddan2000%2Fgroovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearddan2000%2Fgroovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearddan2000%2Fgroovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bearddan2000","download_url":"https://codeload.github.com/bearddan2000/groovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearddan2000%2Fgroovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275894469,"owners_count":25547859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bazel","cli","cockroachdb","drivers","groovy","hibernate","hql","join","log4j","node","postgres","single","ssl","without"],"created_at":"2024-12-01T21:14:05.070Z","updated_at":"2025-09-19T06:54:15.717Z","avatar_url":"https://github.com/bearddan2000.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# groovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join\n\n## Description\nCreates a small database table\ncalled `dog` and populates with\nhql. Creates 2 lookup tables `breedLookup`\nand `colorLookup` and 4N `dog`.\n\nJoins `breedLookup` and `colorLookup`\nto form a new table `dogextended`. These\njoins are deministrated 3 ways, `ResultTransformer`,\nlooking up ids on `breedLookup` and `colorLookup`,\nand non-ResultTransformer method.\nA groovy bazel build, that connects to single node\ncockroach database without ssl.\n\n## Tech stack\n- groovy\n- bazel\n  - hibernate\n  - hql\n  - log4j\n  - postgres drivers\n\n## Docker stack\n- cockroachdb/cockroach:v19.2.2\n- l.gcr.io/google/bazel:latest\n\n## To run\n`sudo ./install.sh -u`\n- [Master node webui](http://localhost:8000)\n- [Slave node 1 webui](http://localhost:8001)\n- [Slave node 2 webui](http://localhost:8002)\n\n## To stop\n`sudo ./install.sh -d`\n\n## For help\n`sudo ./install.sh -h`\n\n## Credit\n- [ResultTransformer code based on](https://thorben-janssen.com/hibernate-resulttransformer/)\n- [HQL code based on](https://www.journaldev.com/2954/hibernate-query-language-hql-example-tutorial)\n- [Hibernate config based on](https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/An-example-hibernatecfgxml-for-MySQL-8-and-Hibernate-5)\n- [Hibernate code based on](https://github.com/lokeshgupta1981/hibernate/tree/master/hibernate-hello-world)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearddan2000%2Fgroovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearddan2000%2Fgroovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearddan2000%2Fgroovy-cli-bazel-hibernate-cockroachdb-single-node-without-ssl-join/lists"}