An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Build status](https://github.com/touk/nussknacker-quickstart/workflows/CI/badge.svg)](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.