This repo contains quick start showcases for Nussknacker, a visual tool to define and run real-time decision algorithms. The Nussknacker repository can be found here.
To figure out what's in the Quickstart and how to run it, please see its documentation at the Nussknacker's site.
You may also be interested in our Online Demo (it's read-only, so rather limited) or trying out Nusskacker in our Cloud.
Installation guide contains detailed information on how to adapt Nussknacker configuration to your particular needs. Installation example shows how to install Nussknacker with its dependencies.
Please send your feedback to our mailing list. Issues and pull requests can be reported on our project page.
NOTE: There are two important branches in this repository:
main
should be run with the latest stable Nussknacker version (latest
tag). PRs to this branch should be mainly fixes to quickstart itself.staging
should be run with the environment variable: NUSSKNACKER_VERSION=staging-latest (see the.env
file) Modifications after incompatible changes in an unreleased Nussknacker should be in PRs to this branch.
CI runs tests on PRs to those branches with respective Nussknacker versions.