updated to 0.9.2-SNAPSHOT (#465)

60 files changed
tree: 61ad490d8edd9feaa33268baed7b1c1e3d98b737
  1. addons/
  2. api/
  3. archetypes/
  4. bom/
  5. docsimg/
  6. drools/
  7. history/
  8. jbpm/
  9. kogito-cloud-services/
  10. kogito-codegen/
  11. kogito-maven-plugin/
  12. kogito-quarkus-extension/
  13. kogito-springboot/
  14. optaplanner/
  15. scripts/
  16. .gitignore
  17. history2.adoc
  18. Jenkinsfile
  19. Jenkinsfile-sonarcloud-daily
  20. Jenkinsfile.deploy
  21. Jenkinsfile.quarkus
  22. LICENSE
  23. pom.xml
  24. README.md
README.md

Kogito

Kogito is the next generation of business automation platform focused on cloud-native development, deployment and execution.

GitHub Stars GitHub Forks GitHub Issues Pull Requests Contributors License Twitter Follow

Quick Links

Homepage: http://kogito.kie.org

Wiki: https://github.com/kiegroup/kogito-runtimes/wiki

JIRA: https://issues.jboss.org/projects/KOGITO

jBPM: https://www.jbpm.org/

Drools: https://www.drools.org/

Requirements

  • Maven 3.6.2 or later
  • Java 11 or later (devel package)

Getting Started

The Kogito Examples repository 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):

Building from source

  1. Check out the source:
git clone git@github.com:kiegroup/kogito-runtimes.git

If you don't have a GitHub account use this command instead:

git clone https://github.com/kiegroup/kogito-runtimes.git
  1. Build with Maven:
cd kogito-runtimes
mvn clean install -DskipTests

Contributing to Kogito

All contributions are welcome! Before you start please read the Developing Drools and jBPM guide.

Guides

Here are some of the most notable ones for quick reference: