Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/touk/nussknacker-installation-example

Example, docker-based installation of Nu (https://github.com/TouK/nussknacker) and its dependencies.
https://github.com/touk/nussknacker-installation-example

Last synced: 8 days ago
JSON representation

Example, docker-based installation of Nu (https://github.com/TouK/nussknacker) and its dependencies.

Awesome Lists containing this project

README

        

# Nu installation example

## Requirements:

* Docker (Engine `24.x.x` or newer)

## Running:

```bash
./start.sh
```

## Accessing:

- Nu Designer: http://localhost:8080
- Flink console: http://localhost:8080/flink
- AKHQ console: http://localhost:8080/akhq

## Cleaning up:

```bash
./stop-and-clean.sh
```