Skip to content

Commit

Permalink
Quickstart improvements (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl authored Aug 22, 2024
1 parent c7434b2 commit 5481b08
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@

## 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 repo can be found [here](https://github.com/TouK/nussknacker).
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

This Quickstart documentation can be found at [Nussknacker's documentation site](https://nussknacker.io/documentation/quickstart/docker/).
If you don't want to run it on your machine you can check our [Online Demo](https://nussknacker.io/documentation/quickstart/demo/) (but it's read-only, so rather limited) or try our [Nusskacker in our Cloud](https://nussknacker.io/documentation/quickstart/cloud/).
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?
Expand Down
16 changes: 16 additions & 0 deletions designer/application-customizations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,19 @@ scenarioTypes {
# customize Lite request-response scenario type
}
}

## Additional configuration of Nu Designer Upper Menu
tabs: ${tabs} [
{
id: "data",
title: "Data",
url: "/akhq/ui/nussknacker-kafka/topic",
type: "IFrame"
},
{
id: "flink",
title: "Flink",
url: "/flink/#/overview",
type: "IFrame"
}
]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ services:
deploy:
resources:
limits:
memory: 256M
memory: 512M

### FLINK-related services

Expand Down

0 comments on commit 5481b08

Please sign in to comment.