{"id":28797677,"url":"https://github.com/mickablondo/quarkus-reactive-test","last_synced_at":"2026-05-08T15:18:34.461Z","repository":{"id":297306217,"uuid":"995636546","full_name":"mickablondo/quarkus-reactive-test","owner":"mickablondo","description":"A reactive Quarkus demo app using Hibernate Reactive to manage users and sports via non-blocking REST APIs.","archived":false,"fork":false,"pushed_at":"2025-06-20T07:24:54.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-20T08:32:16.974Z","etag":null,"topics":["gradle","hibernate-reactive","jakarta","java21","mutiny","panache","quarkus","reactive-programming","rest-api","testcontainers-postgres"],"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/mickablondo.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-03T19:39:55.000Z","updated_at":"2025-06-20T07:24:57.000Z","dependencies_parsed_at":"2025-06-05T02:15:33.569Z","dependency_job_id":"5bb94875-94de-44be-adb9-7a60335e12b5","html_url":"https://github.com/mickablondo/quarkus-reactive-test","commit_stats":null,"previous_names":["mickablondo/quarkus-reactive-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mickablondo/quarkus-reactive-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickablondo%2Fquarkus-reactive-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickablondo%2Fquarkus-reactive-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickablondo%2Fquarkus-reactive-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickablondo%2Fquarkus-reactive-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mickablondo","download_url":"https://codeload.github.com/mickablondo/quarkus-reactive-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickablondo%2Fquarkus-reactive-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267133830,"owners_count":24040785,"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-07-26T02:00:08.937Z","response_time":62,"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":["gradle","hibernate-reactive","jakarta","java21","mutiny","panache","quarkus","reactive-programming","rest-api","testcontainers-postgres"],"created_at":"2025-06-18T05:00:31.834Z","updated_at":"2026-05-08T15:18:34.452Z","avatar_url":"https://github.com/mickablondo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quarkus Reactive Test\n\nThis is a reactive REST API project built with [Quarkus](https://quarkus.io/), the Supersonic Subatomic Java framework.  \nIt demonstrates how to use **Hibernate Reactive with Panache**, **PostgreSQL**, and **Testcontainers** for modern, non-blocking backend development.\n\n## ⚙️ Features\n\n- Reactive REST endpoints using `quarkus-rest`\n- Non-blocking PostgreSQL access with `quarkus-hibernate-reactive-panache`\n- Hot reload and live coding in dev mode\n- Testcontainers integration\n- Gradle build system\n- **True end-to-end streaming API endpoint (`/stream`) delivering newline-delimited JSON (NDJSON), allowing fast and easy processing of large amounts of data as it arrives**\n\n## 🚀 Running the Application in Dev Mode\n\n### 1. Start the PostgreSQL container\n\n```bash\ndocker run --name pg-quarkus \\\n  -e POSTGRES_DB=demo \\\n  -e POSTGRES_USER=demo \\\n  -e POSTGRES_PASSWORD=demo \\\n  -p 5432:5432 \\\n  -d postgres:15-alpine\n```\n\nMake sure Docker Desktop is running.\n\n### 2. Launch the application\n\nYou can run your application in dev mode that enables live coding using:\n\n```shell script\n./gradlew quarkusDev\n```\n\n\u003e **_NOTE:_**  Quarkus now ships with a Dev UI, which is available in dev mode only at \u003chttp://localhost:8080/mika-quarkus-test/q/dev/\u003e.  \n\n**_Database initialization_**  \nWhen the application starts, it will automatically create the necessary tables in your PostgreSQL database:\n![img.png](images/db_create.png)\n\n## 📦 Technologies\n\n- Java 21\n- Quarkus\n  - quarkus-rest\n  - quarkus-hibernate-reactive-panache\n  - quarkus-reactive-pg-client\n- PostgreSQL\n- Testcontainers\n- Gradle  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmickablondo%2Fquarkus-reactive-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmickablondo%2Fquarkus-reactive-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmickablondo%2Fquarkus-reactive-test/lists"}