{"id":15013816,"url":"https://github.com/piomin/sample-quarkus-applications","last_synced_at":"2025-04-09T21:18:16.807Z","repository":{"id":65500793,"uuid":"286198180","full_name":"piomin/sample-quarkus-applications","owner":"piomin","description":"Example application built using Quarkus framework","archived":false,"fork":false,"pushed_at":"2025-04-07T15:58:16.000Z","size":272,"stargazers_count":47,"open_issues_count":2,"forks_count":25,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T21:18:10.834Z","etag":null,"topics":["graphql","h2-database","jaxrs","openapi3","panache","quarkus","quarkus-hibernate-orm","quarkus-kotlin","quarkus-maven","quarkus-panache","quarkus-resteasy","smallrye","swagger"],"latest_commit_sha":null,"homepage":"https://piotrminkowski.com","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/piomin.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}},"created_at":"2020-08-09T08:34:19.000Z","updated_at":"2025-04-07T15:58:19.000Z","dependencies_parsed_at":"2023-10-25T19:34:37.798Z","dependency_job_id":"5e180562-e6b5-4c9a-8dfc-ed8bbce34a6e","html_url":"https://github.com/piomin/sample-quarkus-applications","commit_stats":{"total_commits":279,"total_committers":3,"mean_commits":93.0,"dds":0.2114695340501792,"last_synced_commit":"9c80ffbe0d5a2cc3b193956402aee754ecefc23a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piomin%2Fsample-quarkus-applications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piomin%2Fsample-quarkus-applications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piomin%2Fsample-quarkus-applications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piomin%2Fsample-quarkus-applications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piomin","download_url":"https://codeload.github.com/piomin/sample-quarkus-applications/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111973,"owners_count":21049578,"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":["graphql","h2-database","jaxrs","openapi3","panache","quarkus","quarkus-hibernate-orm","quarkus-kotlin","quarkus-maven","quarkus-panache","quarkus-resteasy","smallrye","swagger"],"created_at":"2024-09-24T19:44:48.932Z","updated_at":"2025-04-09T21:18:16.787Z","avatar_url":"https://github.com/piomin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guide to Quarkus Demo Project [![Twitter](https://img.shields.io/twitter/follow/piotr_minkowski.svg?style=social\u0026logo=twitter\u0026label=Follow%20Me)](https://twitter.com/piotr_minkowski)\n\n[![CircleCI](https://circleci.com/gh/piomin/sample-quarkus-applications.svg?style=svg)](https://circleci.com/gh/piomin/sample-quarkus-applications)\n\n[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=piomin_sample-quarkus-applications)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-quarkus-applications\u0026metric=bugs)](https://sonarcloud.io/dashboard?id=piomin_sample-quarkus-applications)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-quarkus-applications\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=piomin_sample-quarkus-applications)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-quarkus-applications\u0026metric=ncloc)](https://sonarcloud.io/dashboard?id=piomin_sample-quarkus-applications)\n\nIn this project I'm demonstrating the most interesting features of [Quarkus](https://quarkus.io/) for building applications in Kotlin.\n\n## Getting Started \nHere's a full list of available examples:\n1. Using Quarkus for building REST application that connects to H2 database using Hibernate ORM. The example is available in the module [employee-service](https://github.com/piomin/sample-quarkus-applications/tree/master/employee-service). A detailed guide may be found in the following article: [Guide to Quarkus with Kotlin](https://piotrminkowski.com/2020/08/09/guide-to-quarkus-with-kotlin/)\n2. Using Quarkus Kubernetes extensions to deploy application easily on Kubernetes. The example is available in the module [employee-service](https://github.com/piomin/sample-quarkus-applications/tree/master/employee-service). A detailed guide may be found in the following article: [Guide to Quarkus on Kubernetes](https://piotrminkowski.com/2020/08/10/guide-to-quarkus-on-kubernetes/)\n3. Using Quarkus OAuth2 extension to provide RBAC authorization based on integration with Keycloak. The example is available in the module [employee-secure-service](https://github.com/piomin/sample-quarkus-applications/tree/master/employee-secure-service). A detailed guide may be found in the following article: [Quarkus OAuth2 and security with Keycloak](https://piotrminkowski.com/2020/09/16/quarkus-oauth2-and-security-with-keycloak/)\n4. Using Quarkus with SmallRye Graph extension to GraphQL API and integration with a database with Panache. The example is available in the module [sample-app-graphql](https://github.com/piomin/sample-quarkus-applications/tree/master/sample-app-graphql). A detailed guide may be found in the following article: [An Advanced GraphQL with Quarkus](https://piotrminkowski.com/2021/04/14/advanced-graphql-with-quarkus/)\n5. Using Quarkus Funqy HTTP and Azure Extensions to build and run serverless apps on Azure Functions. The example is available in the module [account-function](https://github.com/piomin/sample-quarkus-applications/tree/master/account-function). A detailed guide may be found in the following article: [Serverless on Azure Function with Quarkus](https://piotrminkowski.com/2024/01/19/serverless-on-azure-with-spring-cloud-function/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiomin%2Fsample-quarkus-applications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiomin%2Fsample-quarkus-applications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiomin%2Fsample-quarkus-applications/lists"}