{"id":19368543,"url":"https://github.com/ghusta/demo-spring-boot-postgres-world-db","last_synced_at":"2025-02-24T13:43:01.983Z","repository":{"id":225337181,"uuid":"765699492","full_name":"ghusta/demo-spring-boot-postgres-world-db","owner":"ghusta","description":"Demo project for Spring Boot with Postgresql sample database","archived":false,"fork":false,"pushed_at":"2024-10-24T14:46:26.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T22:35:49.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/ghusta.png","metadata":{"files":{"readme":"README.adoc","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,"publiccode":null,"codemeta":null}},"created_at":"2024-03-01T12:51:57.000Z","updated_at":"2024-10-24T14:45:13.000Z","dependencies_parsed_at":"2024-07-18T23:35:21.892Z","dependency_job_id":"37633bea-45e2-4741-811c-e25d2614a6c4","html_url":"https://github.com/ghusta/demo-spring-boot-postgres-world-db","commit_stats":null,"previous_names":["ghusta/demo-spring-boot-postgres-world-db"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fdemo-spring-boot-postgres-world-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fdemo-spring-boot-postgres-world-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fdemo-spring-boot-postgres-world-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fdemo-spring-boot-postgres-world-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghusta","download_url":"https://codeload.github.com/ghusta/demo-spring-boot-postgres-world-db/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240491823,"owners_count":19809977,"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","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":[],"created_at":"2024-11-10T08:06:57.378Z","updated_at":"2025-02-24T13:43:01.960Z","avatar_url":"https://github.com/ghusta.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Demo project for Spring Boot with Postgresql sample database\n:toc:\n:toclevels: 3\n\n== Get started\n\n=== Start the sample database\n\n==== With Docker\n\n[source,bash]\n----\ndocker run -d -p 5442:5432 --name pg-world-db ghusta/postgres-world-db:2.11\n----\n\nRun psql CLI commands :\n\n[source,bash]\n----\ndocker exec -it pg-world-db psql -d world-db -U world\n----\n\nThen list the tables with psql :\n\n[source,bash]\n----\nworld-db=# \\d\n----\n\nDescribe the `country` table :\n\n[source,bash]\n----\nworld-db=# \\d+ country\n----\n\n[TIP]\n====\nFind help here : https://github.com/ghusta/docker-postgres-world-db\n====\n\n==== I don't use Docker\n\nBut why ?\n😱\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghusta%2Fdemo-spring-boot-postgres-world-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghusta%2Fdemo-spring-boot-postgres-world-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghusta%2Fdemo-spring-boot-postgres-world-db/lists"}