{"id":13590970,"url":"https://github.com/apache/incubator-kie-kogito-examples","last_synced_at":"2025-05-15T04:08:31.653Z","repository":{"id":37617182,"uuid":"174314296","full_name":"apache/incubator-kie-kogito-examples","owner":"apache","description":"Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.","archived":false,"fork":false,"pushed_at":"2025-05-02T06:39:30.000Z","size":53167,"stargazers_count":268,"open_issues_count":74,"forks_count":414,"subscribers_count":45,"default_branch":"main","last_synced_at":"2025-05-09T14:23:23.113Z","etag":null,"topics":["bpm","bpmn","cloud-native","cmmn","dmn","hacktoberfest","java","knative","kogito","quarkus","rules-engine","serverless-workflow","spring-boot","workflow","workflow-engine"],"latest_commit_sha":null,"homepage":"http://kogito.kie.org","language":"Python","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/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"licensesheader.txt","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":"2019-03-07T09:33:22.000Z","updated_at":"2025-05-07T14:00:55.000Z","dependencies_parsed_at":"2023-12-05T10:49:11.112Z","dependency_job_id":"0add1efc-6023-4acd-9c4b-6adf307c7d92","html_url":"https://github.com/apache/incubator-kie-kogito-examples","commit_stats":{"total_commits":1253,"total_committers":92,"mean_commits":"13.619565217391305","dds":0.9305666400638468,"last_synced_commit":"8123b27b7fb64d6a0a4c4561d97487e2b6253cf7"},"previous_names":["asf-transfer/kogito-examples","kiegroup/kogito-examples"],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-kie-kogito-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-kie-kogito-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-kie-kogito-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-kie-kogito-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/incubator-kie-kogito-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254045515,"owners_count":22005388,"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":["bpm","bpmn","cloud-native","cmmn","dmn","hacktoberfest","java","knative","kogito","quarkus","rules-engine","serverless-workflow","spring-boot","workflow","workflow-engine"],"created_at":"2024-08-01T16:00:52.283Z","updated_at":"2025-05-15T04:08:31.605Z","avatar_url":"https://github.com/apache.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Apache KIE Examples\n\nThis repository contains a number of examples for [Drools](https://github.com/apache/incubator-kie-drools), [jBPM](https://www.jbpm.org), [Kogito](https://github.com/apache/incubator-kie-kogito-runtimes) and [SonataFlow](https://sonataflow.org) that you can take a look at and try out yourself.  Please take a look at the readme of each individual example for more details on how the example works and how to run it yourself.\n\nApache KIE Examples showcase use cases, features, applications, know-how's of everything our community's technology has to offer.\n\nApache KIE Examples are currently updated after a stable release.\n\n## Branches\n\nCurrent stable branch is `10.0.x`, pointing to the latest released `10.0.0` version.\n\nCurrent development branch is `main`.\n\n## Use alternative Quarkus platforms with examples\n\nThe examples that use Quarkus use the Quarkus core BOM by default.\n\nIf you want to use an alternative BOM when building the Apache KIE Quarkus quickstarts you can override the `quarkus.platform.*` properties. The following example shows how to set `quarkus.platform.artifact-id` to use the quarkus-universe-bom.\n\n```\nmvn -Dquarkus.platform.artifact-id=quarkus-universe-bom clean install\n```\nCurrently, only [Drools](https://github.com/apache/incubator-kie-drools) is part of the Quarkus Platform.\n\u003e Note: Integration of Kogito and Sonataflow are in progress.\n\n## Getting started with the examples\n\n1. Clone this repository\n```\ngit clone git@github.com:apache/incubator-kie-kogito-examples.git\n```\n2. Navigate to the root of the example's directory\n```\ncd ./incubator-kie-kogito-examples/serverless-workflow-examples/serverless-workflow-funqy\n```\n3. Open the README.md and follow its instructions\n\n\u003e Found an issue? Please report it [here](https://github.com/apache/incubator-kie-kogito-examples/issues/new?template=bug_report.yml) and we will take a look.\n\n## Contribution\n\nEveryone is encouraged to contribute to these examples by:\n\n* trying it out and providing feedback and ideas for improvement\n* creating new examples by sending a [pull-request](https://github.com/apache/incubator-kie-kogito-examples/compare/main...main) against main branch\n* blogging about it\n* using it on conferences and workshops\n\n## Getting Help\n### Issues\n- Do you have a [reproducer](https://stackoverflow.com/help/minimal-reproducible-example) for your issue?\n  - If so, please open a new issue in [Github](https://github.com/apache/incubator-kie-kogito-examples/issues) repository with the details of your issue and affected example.\n- Are you encountering an issue but unsure of what is going on?\n  - Start a new thread in our [Apache KIE Zulip chat](https://kie.zulipchat.com/). Please use the channel which the example is related to.\n  - Please provide as much relevant information as you can as to what could be causing the issue and a reproducer. Our developers will help you figure out what's going wrong.\n\n### Requests\n- Do you have a feature/enhancement request?\n  - Please open a new thread in the [Kogito stream](https://kie.zulipchat.com/#narrow/stream/232676-kogito) of the KIE Zulip chat to start a discussion there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-kie-kogito-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fincubator-kie-kogito-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-kie-kogito-examples/lists"}