https://github.com/touk/nussknacker-quickstart
Docker Demo for Nussknacker - A visual tool to define and run real-time decision algorithms. Brings agility to business teams, liberates developers to focus on technology.
https://github.com/touk/nussknacker-quickstart
flink kafka lowcode nussknacker streaming
Last synced: 8 months ago
JSON representation
Docker Demo for Nussknacker - A visual tool to define and run real-time decision algorithms. Brings agility to business teams, liberates developers to focus on technology.
- Host: GitHub
- URL: https://github.com/touk/nussknacker-quickstart
- Owner: TouK
- Created: 2021-08-02T08:36:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-10T11:01:40.000Z (8 months ago)
- Last Synced: 2025-10-14T19:04:36.333Z (8 months ago)
- Topics: flink, kafka, lowcode, nussknacker, streaming
- Language: Shell
- Homepage: https://nussknacker.io/documentation/quickstart/docker/
- Size: 1.76 MB
- Stars: 8
- Watchers: 18
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/touk/nussknacker-quickstart/actions?query=workflow%3A%22CI%22)
# Nussknacker Quickstart
## About
This repo contains quick start showcases for [Nussknacker](https://nussknacker.io), a visual tool to define and run real-time decision algorithms. The Nussknacker repository can be found [here](https://github.com/TouK/nussknacker).
## Quickstart documentation
To figure out what's in the Quickstart and how to run it, please see its documentation at the [Nussknacker's site](https://nussknacker.io/documentation/quickstart/docker/).
You may also be interested in our [Online Demo](https://nussknacker.io/documentation/quickstart/demo/) (it's read-only, so rather limited) or trying out [Nusskacker in our Cloud](https://nussknacker.io/documentation/quickstart/cloud/).
## What's next?
[Installation guide](https://nussknacker.io/documentation/docs/installation/) contains detailed information on how to adapt Nussknacker configuration to your particular needs.
[Installation example](https://github.com/TouK/nussknacker-installation-example/) shows how to install Nussknacker with its dependencies.
### Contributing
Please send your feedback to our [mailing list](https://groups.google.com/g/nussknacker).
Issues and pull requests can be reported on our [project page](https://github.com/TouK/nussknacker).
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.