This is a demo for upcoming Batch mode in Nussknacker. It is an interactive part of this blog post.
- Make sure you have installed required dependencies:
- Clone this repository using git -
git clone https://github.com/TouK/nussknacker-batch-example.git
- this will make this repository available on your machine - Deploy the services using docker by running the
install.sh
shell script- If you're not able to run the shell script, you can deploy the services manually with
docker compose -f docker-compose.yml up -d --build
- If you're not able to run the shell script, you can deploy the services manually with
- Visit Nussknacker Designer at
http://localhost:8080/
using you browser of choice and login usingadmin/admin
credentials
- Uninstall the services using docker by running the
uninstall.sh
shell script- If you're not able to run the shell script, you can deploy the services manually with
docker compose -f docker-compose.yml down
- If you're not able to run the shell script, you can deploy the services manually with
- Remove the folder with cloned repository:
- If you encounter an error with lack of permissions for
transactions
ortransactions_summary
when trying to delete the folder, you can delete them by changing the owner to the current user or using administrator rights
- If you encounter an error with lack of permissions for