Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/incubator-kie-kogito-runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
https://github.com/apache/incubator-kie-kogito-runtimes
bpm bpmn cloud-native cmmn dmn drools hacktoberfest java knative kogito pmml quarkus rule-engine serverless-workflow spring-boot workflow workflow-engine
Last synced: 4 days ago
JSON representation
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
- Host: GitHub
- URL: https://github.com/apache/incubator-kie-kogito-runtimes
- Owner: apache
- License: apache-2.0
- Created: 2019-03-07T08:49:09.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T06:39:54.000Z (3 months ago)
- Last Synced: 2024-10-29T17:33:19.120Z (3 months ago)
- Topics: bpm, bpmn, cloud-native, cmmn, dmn, drools, hacktoberfest, java, knative, kogito, pmml, quarkus, rule-engine, serverless-workflow, spring-boot, workflow, workflow-engine
- Language: Java
- Homepage: http://kogito.kie.org
- Size: 283 MB
- Stars: 538
- Watchers: 60
- Forks: 208
- Open Issues: 109
-
Metadata Files:
- Readme: README.md
- Changelog: history2.adoc
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Kogito
**Kogito** is the next generation of business automation platform focused on cloud-native development, deployment and execution.[![GitHub Stars](https://img.shields.io/github/stars/kiegroup/kogito-runtimes.svg)](https://github.com/kiegroup/kogito-runtimes/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/kiegroup/kogito-runtimes.svg)](https://github.com/kiegroup/kogito-runtimes/network/members)
[![GitHub Issues](https://img.shields.io/github/issues/kiegroup/kogito-runtimes.svg)]()
[![Pull Requests](https://img.shields.io/github/issues-pr/kiegroup/kogito-runtimes.svg?style=flat-square)](https://github.com/kiegroup/kogito-runtimes/pulls)
[![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)]( https://kie.zulipchat.com)
[![Contributors](https://img.shields.io/github/contributors/kiegroup/kogito-runtimes.svg?style=flat-square)](https://github.com/kiegroup/kogito-runtimes/graphs/contributors)
[![License](https://img.shields.io/github/license/kiegroup/kogito-runtimes.svg)](https://github.com/kiegroup/kogito-runtimes/blob/main/LICENSE)
[![Twitter Follow](https://img.shields.io/twitter/follow/kogito_kie.svg?label=Follow&style=social)](https://twitter.com/kogito_kie?lang=en)## Quick Links
**Homepage:** http://kogito.kie.org**Guides and Documentation:** https://kogito.kie.org/guides/
**JIRA Issues:** https://issues.jboss.org/projects/KOGITO
## Requirements
- [Maven](https://maven.apache.org/) 3.8.1 or later
- [Java](https://openjdk.java.net/install/) 11 or later (devel package)
- optional: Docker installation for running integration tests## Getting Started
The [Kogito Examples repository](https://github.com/kiegroup/kogito-examples) module contains a number of examples 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 (either locally or on Kubernetes).## Guides
The official guides for Kogito can be found at our main website, these include guides for Quarkus and Spring Boot.- [Kogito Guides](https://kogito.kie.org/guides/).
If you want to read more about Quarkus:
- [Quarkus - Getting Started](https://quarkus.io/get-started/) - Quarkus Getting Started guide
- [Quarkus - Using Kogito to add business automation capabilities to an application](https://quarkus.io/guides/kogito) - A simple quick start hosted on the Quarkus web site.## Building and Contributing to Kogito
All contributions are welcome! Before you start please read the [contribution guide](CONTRIBUTING.md).## Getting Help
### Issues
- Do you have a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) for your issue?
- If so, please open a Jira for it in the [Kogito project](https://issues.redhat.com/projects/KOGITO/summary) with the details of your issue and example.
- Are you encountering an issue but unsure of what is going on?
- Start a new conversation in the Kogito [Google Group](https://groups.google.com/g/kogito-development), or open a new thread in the [Kogito stream](https://kie.zulipchat.com/#narrow/stream/232676-kogito) of the KIE Zulip chat.
- Please provide as much relevant information as you can as to what could be causing the issue, and our developers will help you figure out what's going wrong.### Requests
- Do you have a feature/enhancement request?
- 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.