This repo contains quick start showcases for Nussknacker, a visual tool to define and run real-time decision algorithms. The Nussknacker repo can be found here.
This Quickstart documentation can be found at Nussknacker's documentation site. If you don't want to run it on your machine you can check our Online Demo (but it's read-only, so rather limited) or try our 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.