Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/touk/nussknacker-secondary-env-example
Example of using Nussknacker in configuration with secondary environment
https://github.com/touk/nussknacker-secondary-env-example
Last synced: 8 days ago
JSON representation
Example of using Nussknacker in configuration with secondary environment
- Host: GitHub
- URL: https://github.com/touk/nussknacker-secondary-env-example
- Owner: TouK
- Created: 2023-05-24T13:24:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-24T13:25:21.000Z (over 1 year ago)
- Last Synced: 2023-10-15T18:43:57.766Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nussknacker secondary env example
The purpose of this repository is to quickly present the needed configuration and behaviour of the remote environment feature## Start Nussknacker designers from docker compose
```bash
docker compose up -d
```## Addresses
* [Designer env1](http://localhost:8080) - credentials admin/admin
* [Designer env2](http://localhost:8081) - credentials admin/admin## Notes
* The provided docker compose starts NU designers:
* in request-response mode - in this mode NU deploys scenarios as REST endpoints
* with embedded hsql db - each Designer instance owns its own hsql instance## Secondary env configuration
* required configuration is provided under `secondaryEnvironment` object in `application.conf` and parametrized using env variables per docker container
* the meaning of individual parameters is described in the [Nussknacker documentation](https://nussknacker.io/documentation/docs/installation_configuration_guide/DesignerConfiguration/#environment-configuration)