{"id":15013831,"url":"https://github.com/piomin/openshift-quickstart","last_synced_at":"2025-08-25T05:24:35.638Z","repository":{"id":49309407,"uuid":"337444242","full_name":"piomin/openshift-quickstart","owner":"piomin","description":"Developer Workshops related to the Java development on OpenShift","archived":false,"fork":false,"pushed_at":"2025-03-31T16:56:24.000Z","size":710,"stargazers_count":33,"open_issues_count":3,"forks_count":45,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T12:37:54.226Z","etag":null,"topics":["amq-streams","kafka","knative","openshift","openshift-serverless","openshift-v4","quarkus","spring-boot","spring-cloud","spring-cloud-stream"],"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/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":"2021-02-09T15:12:28.000Z","updated_at":"2025-03-31T16:56:03.000Z","dependencies_parsed_at":"2023-11-13T03:22:18.750Z","dependency_job_id":"ccb41b95-7f56-4190-979f-a16691917474","html_url":"https://github.com/piomin/openshift-quickstart","commit_stats":{"total_commits":437,"total_committers":2,"mean_commits":218.5,"dds":"0.41647597254004576","last_synced_commit":"77abd20dd64be72c047c76d9684fdc180833af5d"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piomin%2Fopenshift-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piomin%2Fopenshift-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piomin%2Fopenshift-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piomin%2Fopenshift-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piomin","download_url":"https://codeload.github.com/piomin/openshift-quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085633,"owners_count":21045190,"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":["amq-streams","kafka","knative","openshift","openshift-serverless","openshift-v4","quarkus","spring-boot","spring-cloud","spring-cloud-stream"],"created_at":"2024-09-24T19:44:50.056Z","updated_at":"2025-04-09T18:21:57.514Z","avatar_url":"https://github.com/piomin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workshops: Java Development on OpenShift [![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/openshift-quickstart.svg?style=svg)](https://circleci.com/gh/piomin/openshift-quickstart)\n\n[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=piomin_openshift-quickstart)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=piomin_openshift-quickstart\u0026metric=bugs)](https://sonarcloud.io/dashboard?id=piomin_openshift-quickstart)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=piomin_openshift-quickstart\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=piomin_openshift-quickstart)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=piomin_openshift-quickstart\u0026metric=ncloc)](https://sonarcloud.io/dashboard?id=piomin_openshift-quickstart)\n\n\nIn this repo you can find several workshops introducing the topic \"Java development on OpenShift\". \\\nFor accessing it you will have to switch to the dedicated branch in this repository following instructions below. \\\nYou can go through these workshops using:\n* [CRC (Code Ready Containers)](https://console.redhat.com/openshift/create/local) - a single node OpenShift on your laptop\n* [On-line Developer Sandbox](https://developers.redhat.com/developer-sandbox/get-started) - only for workshops 1 and 2\n* Dedicated instance of OpenShift - in that case you need to [contact me](#contact-info) for temporary access \nCurrently there are 4 different workshops available:\n\n## 1. Microservices on OpenShift with Spring Boot\nIntroduction to the Java development on OpenShift based on the Spring Boot framework [~3h]. \\\nYou will learn how to:\n- easily deploy and debug applications on OpenShift using `odo`\n- follow best practices for running apps on Kubernetes-native platform\n- run and monitor microservices properly\n\n[Instruction](https://github.com/piomin/openshift-quickstart/tree/workshops/micro-springboot)\n\n## 2. Introduction to Quarkus\nIntroduction to the Java development on OpenShift based on the Quarkus framework [~3h]. \\\nYou will learn how to:\n- build and run a simple REST-based apps on OpenShift\n- deploy Quarkus applications on OpenShift using Maven command\n- use interesting Quarkus features during development\n\n[Instruction](https://github.com/piomin/openshift-quickstart/tree/master/basic-with-db)\n\n## 3. Event-driven architecture with Kafka and Spring Cloud Stream\nIntroduction to the event-driven architecture on OpenShift based on the Kafka and Spring Cloud Stream framework [~8h]. \\\nYou will learn how to:\n- integrate your Spring Boot application with Kafka using Spring Cloud Stream\n- basics about Kafka partitioning, consumer grouping, offsets etc. using Kafka binder for Spring Cloud Stream\n- use event-driven design patterns\n- use Kafka Streams\n\n[Instruction](https://github.com/piomin/openshift-quickstart/tree/event-driven/event-driven)\n\n## 4. Knative Eventing on OpenShift with Quarkus\nBuilding event-driven application with Quarkus and Kafka and running them on OpenShift Serverless. [~3h]. \\\nYou will learn how to:\n- deploy application on Knative easily\n- integrate Quarkus with the Kafka broker\n- configure Knative event routing\n\n[Instruction](https://github.com/piomin/openshift-quickstart/tree/serverless/serverless)\n\n## Contact info\nFor more information or help you can contact me directly via e-mail: piotr.minkowski@gmail.com.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiomin%2Fopenshift-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiomin%2Fopenshift-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiomin%2Fopenshift-quickstart/lists"}