https://github.com/mrizzi/poc
Set of projects for proof of concepts (POC) code
https://github.com/mrizzi/poc
Last synced: 3 days ago
JSON representation
Set of projects for proof of concepts (POC) code
- Host: GitHub
- URL: https://github.com/mrizzi/poc
- Owner: mrizzi
- License: epl-2.0
- Created: 2021-01-15T16:29:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T12:56:11.000Z (about 3 years ago)
- Last Synced: 2025-02-23T11:28:23.942Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 86.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proof of Concepts
Set of projects for proof of concepts (poc) code.
## Projects
### Quarkus [kubernetes-quickstart](./kubernetes-quickstart)
Code based on [Quarkus - Kubernetes extension](https://quarkus.io/guides/deploying-to-kubernetes) guide.
It has been created to test the addition of existing resources into the created `minikube.json` file to understand if Quarkus 1.10.5 was affected by an issue.
More in the project's [README](./kubernetes-quickstart/README.md).
### [Controls POC](./controls)
Code for the Controls application POC covering the Business Service entity.
More in the project's [README](./controls/README.md).
### [GitHub to Jira issues synchronization](./sync-issues)
Sample (and working) scripts triggered by the [issues.yml](.github/workflows/issues.yml) GitHub workflow when an issue is opened, closed and reopended to, respectively, create, close and reopen a subtask in Jira.
More in the project's [README](./sync-issues/README.md).
### [commons-rest](./commons-rest-parent)
REST library to support a consistent development of microservices.
More in the project's [README](./commons-rest-parent/README.md).
### Quarkus with Kafka and Avro
Separate consumer ([kafka-and-avro-consumer](./kafka-and-avro-consumer)) and producer ([kafka-and-avro-producer](./kafka-and-avro-producer)) projects to implement and evaluate a reliable way of integrating them using [Apicurio Registry](https://www.apicur.io/registry/).